3LC Python Package Version 2.19¶
2.19.0¶
Features¶
[15830] Enabled ingesting bulk data geometry columns into 3LC Tables. See Bulk Data Tutorial for details on how this works and the current limitations.
[16113] Introduced helper class for working with 3D oriented bounding boxes (
OBB3DInstances)
Enhancements and Fixes¶
[15510] Extended the read timeout for calls made to 3LC services
[16096] Removed erroneous warnings about
umapnot being installed in the SuperGradients integration[16111] Improved COCO annotations file skeleton parsing
[16101] Improved inference performance of SuperGradients metrics collection
[16101] Disallowed custom collate function in SuperGradients metrics collection
[16102] Sorted Python API docs alphabetically
[16161] Remove default values that are empty lists to avoid issues in the Dashboard
[16163] For SuperGradients pose, set the predicted value map for the label to that of the input table, and default to a value of zero otherwise
[16162] Allow predictions exceeding number of classes in SuperGradients detection. Set all such values to the largest value map key plus one, so these predictions appear in the dashboard but without a value mapping, which makes them stand out a bit. Warn once when this happens.