You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In several places in the codebase bounding_box().diagonal is used to calculate the max object size. Worth investigating if these occurrences can be replaced by bounding_box(optimal=False).diagonal to improve performance as this can be computationally intensive otherwise.
The text was updated successfully, but these errors were encountered:
In several places in the codebase
bounding_box().diagonal
is used to calculate the max object size. Worth investigating if these occurrences can be replaced bybounding_box(optimal=False).diagonal
to improve performance as this can be computationally intensive otherwise.The text was updated successfully, but these errors were encountered: