[BUG] view.annotate
with label_type="instances"
is creating a task on CVAT with type any
(instead of mask
)
#4910
Labels
bug
Bug fixes
Describe the problem
When using FiftyOne to create an
instance
CVAT job (on app.cvat.ai) the resulting job is created with a"type": "any"
instead of a"type": "mask"
.Code to reproduce issue
Go in CVAT :
System information
python --version
): Python 3.10.14fiftyone --version
): FiftyOne v1.0.0, Voxel51, Inc.Other info/logs
Seems to be related to
fiftyone/fiftyone/utils/cvat.py
Line 4102 in 881f1fb
On my understanding, we would need to have something like
Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
from the FiftyOne community
The text was updated successfully, but these errors were encountered: