voxel51 / voxel51/fiftyone

[BUG] CVATImageDataset Importer is not working for data stored in a connected file share

Open
#1,237 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
11.1k
Forks
822
Avg merge
2d 4h
Merged PRs (30d)
122

Description

CVAT allows users to connect a file share containing the media to annotate. When this is used, the paths stored in the exported XML cause issues when imported into FiftyOne with the following:

```python
import fiftyone as fo

name = "my-dataset"
dataset_dir = "/path/to/cvat-image-dataset"

# Create the dataset
dataset = fo.Dataset.from_dir(
dataset_dir=dataset_dir,
dataset_type=fo.types.CVATImageDataset,
name=name,
)
```

The exact error is TBD

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.