Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotation file should contain original file names (extension can be wrong) #54

Closed
bsekachev opened this issue Sep 12, 2018 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@bsekachev
Copy link
Member

I have an annotation task which was created for 10 ".png" images. Inside annotation file all files have ".jpg" extension. It isn't correct and leads to problems when you try to use scripts to convert data into COCO format.

@bsekachev bsekachev added the bug Something isn't working label Sep 12, 2018
@bsekachev bsekachev added this to the Release 0.2.0 milestone Sep 12, 2018
@bsekachev bsekachev self-assigned this Sep 12, 2018
TOsmanov pushed a commit to TOsmanov/cvat that referenced this issue Aug 23, 2021
- Relax coco extractor (none for super category by default)

Now it is possible to load coco_instances dataset even if the annotation file doesn't have supercategory
TOsmanov pushed a commit to TOsmanov/cvat that referenced this issue Aug 23, 2021
* Relax importer for Pascal VOC dataset (search in subdirectories) (cvat-ai#50)

In some cases developers don't want to specify the exact path to Pascal VOC.
Now you have to specify VOCtrainval_11-May-2012/VOCdevkit/VOC2012/. After the
patch it will be possible to specify VOCtrainval_11-May-2012/.

* Allow missing supercategory in COCO annotations (cvat-ai#54)

Now it is possible to load coco_instances dataset even if the annotation file doesn't have supercategory

* Add CamVid format support (cvat-ai#55)

Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>

* Fix CamVid format (cvat-ai#57)

* Fix ImageNet format

* Fix CamVid format

* ability to install opencv-python-headless instead opencv-python (cvat-ai#62)

Allow to choose `opencv=python-headless` as dependency with `DATUMARO_HEADLESS=1` env. variable when installing

* Release 0.1.4 (cvat-ai#63)

* update version

* update changelog

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
Co-authored-by: Anastasia Yasakova <anastasia.yasakova@intel.com>
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant