Skip to content

Add CamVid format support#55

Merged
zhiltsov-max merged 9 commits intodevelopfrom
ay/add-camvid
Dec 1, 2020
Merged

Add CamVid format support#55
zhiltsov-max merged 9 commits intodevelopfrom
ay/add-camvid

Conversation

@yasakova-anastasia
Copy link
Copy Markdown

Summary

Added support for CamVid format

How to test

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

Copy link
Copy Markdown
Contributor

@zhiltsov-max zhiltsov-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but needs some additions.

Copy link
Copy Markdown
Contributor

@zhiltsov-max zhiltsov-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only problem I see is that the new format does not support changing colormap, like VOC does. But this can be added later, when needed.

@zhiltsov-max zhiltsov-max merged commit c675cbb into develop Dec 1, 2020
zhiltsov-max pushed a commit that referenced this pull request Dec 11, 2020
* Relax importer for Pascal VOC dataset (search in subdirectories) (#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 (#54)

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

* Add CamVid format support (#55)

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

* Fix CamVid format (#57)

* Fix ImageNet format

* Fix CamVid format

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

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

* Release 0.1.4 (#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>
@yasakova-anastasia yasakova-anastasia deleted the ay/add-camvid branch December 17, 2020 06:38
zhiltsov-max pushed a commit to zhiltsov-max/datumaro that referenced this pull request Jan 27, 2026
* yolo v8 do not require ann files

* better import for yolo v8 oriented boxes

* fixing linters

* export of skeletons with different sizes is now possible

* renaming yolov8 to yolov8_detection

* a comment why test_can_report_missing_ann_file is not needed for YOLOv8

* save only labels without parents to config file for YOLOv8

* convert masks to polygons for YOLOv8 segmentation

* splitting a fucntion to reduce cognitive complexity

* fixing tests

* fixes

* removing masks to polygon transformation

* removing masks from docs

* adding compare_annotations parameter to compare_datasets function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants