Maxim Zhiltsov
ffb71fb7a2
[Datumaro] Merge with different categories ( #2098 )
...
* Add category merging
* Update error message
* Add category merging test
* update changelog
* Fix field access
* remove import
* Update CHANGELOG.md
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Maxim Zhiltsov
4dbfa3bfdf
[Datumaro] Update docs ( #2125 )
...
* Update docs, add type hints, rename extract
* Add developer guide
* Update license headers, add license text
* Update developer_guide.md
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Maxim Zhiltsov
98c06a342a
[Datumaro] Diff with exact annotation matching ( #1989 )
...
* Add exact diff command
* Update changelog
* fix
* fix merge
* Add image matching, add test
* Add point matching test
* linter
* Update CHANGELOG.md
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Maxim Zhiltsov
55073fb16e
[Datumaro] Mandatory sorting for black color in voc masks ( #2048 )
...
* Remove `guess`, add mandatory sorting and black label
* update changelog
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Maxim Zhiltsov
3fb3f677eb
[Datumaro] Update documentation ( #2059 )
...
* Update docs
* fix indent
* update design
6 years ago
Maxim Zhiltsov
17a5554cd5
[Datumaro] Add merge command with segment intersection ( #1695 )
...
* Add multi source merge
* update changelog
* cli update
* linter
* fixes and tests
* fix test
* fix test
* relax type requirements in annotations
* fix polylines
* Make groups more stable
* Add group checks
* add group check test
6 years ago
Maxim Zhiltsov
2fdd8d8bf5
Fix cli ( #2022 )
6 years ago
zhiltsov-max
000e9c4dad
[Datumaro] Use attrs for model declaration ( #2000 )
...
* bandit fixes
* t
* refactor extractor to use attrs
* Merge branch 'develop' into zm/extractor-with-attrs
* update requirements
* restore changelog
* fix bindings
6 years ago
zhiltsov-max
eaeb67dc1d
[Datumaro] Add dataset statistics ( #1668 )
...
* Add statistics command
* Add tests
* Update changelog
* fix test
* handle image absence
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max
344b817b80
[Datumaro] Add model info and source info commands ( #1973 )
...
* Add model info and source info commands
* update changelog
* adjust cli output
6 years ago
zhiltsov-max
2c38cb4967
[Datumaro] Add rounding for coordinates ( #1970 )
...
* Add rounding for annotation coordinates
* Fix polygon area computation
* update changelog
6 years ago
zhiltsov-max
0062ecdec3
[Datumaro] Fixes ( #1953 )
...
* Add absolute image path in rest api extractor
* Add default split for random split
* Fix image path in datumaro format
* Preserve bboxes in coco format
* update changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max
3e12bbb43e
Fix convert command ( #1943 )
6 years ago
zhiltsov-max
a3448a20ad
Add image sha256 to tfrecord ( #1931 )
6 years ago
zhiltsov-max
fa4eea70d1
Add type conversion ( #1932 )
6 years ago
Ilya Kochankov
7ecdcf182b
[Datumaro] Reducing nesting of tests ( #1875 )
...
* Add `Dataset.from_iterable` constructor
* Simplify creation of `Dataset` objects in common simple cases
* Refactor tests
6 years ago
zhiltsov-max
f807714870
[Datumaro] Image control in converters ( #1799 )
...
* Update converter interface, add image control
* Update bindings
* update changelog
* Fix build
6 years ago
Zhiltsov Max
082ff36741
Fix build
6 years ago
zhiltsov-max
d7c9a0fd21
Refactorings ( #1876 )
6 years ago
zhiltsov-max
c6b3c797ab
[Datumaro] CLI updates ( #1824 )
...
* updates
* diff fix
6 years ago
zhiltsov-max
575c93ff2c
[Datumaro] Convert command ( #1837 )
...
* Add convert command
* fixes
* update readme
* update changelog
Co-authored-by: Andrey Zhavoronkov <41117609+azhavoro@users.noreply.github.com>
6 years ago
zhiltsov-max
78f1893ab2
Allow saving empty xmls in voc ( #1883 )
6 years ago
zhiltsov-max
fc2fb6156a
Don't export outside annotations ( #1729 )
...
* Add option to omit outside annotations
* update changelog
* Fix mot format and test
* Fix outside in mot
* fix repo problem
* t
* Update CHANGELOG.md
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max
80ed45b452
Allow attributes in COCO format ( #1782 )
...
* allow attributes in coco
* update changelog
* update cli
* update coco cli
6 years ago
zhiltsov-max
962f61fa27
Add attributes in VOC format ( #1792 )
...
* Add voc attributes
* Allow any values for voc pose
* update changelog
* Add attribute conversion
* linter
* fix tests
6 years ago
zhiltsov-max
ae3b06b465
[Datumaro] Add generic accuracy checker model launcher ( #1661 )
...
* Refactor inference wrapper
* Add accuracy checker launcher wrapper
* t
* rename method
* Add importer for openvino launcher
* Move openvino plugin to iecore
* add generic AC launcher
* Implement cli for AC launcher
* move ac plugin dir
* prevent tf reimport
* Fix outputs conversion
* t
* add pytorch model example
* Require config path in launcher
* Clear extra whitespace
6 years ago
zhiltsov-max
12f78559d2
[Datumaro] Mean and std for dataset ( #1734 )
...
* Add meanstd
* Add stats cli
* Update changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max
be30aa6354
[Datumaro] Refactor explain and models CLI ( #1714 )
...
* Update explain cli
* Update model cli
* Update config for models
* Remove input size hint for models
6 years ago
zhiltsov-max
5912bf0447
[Datumaro] Support relative paths ( #1715 )
...
* Support relative image paths in Datumaro
* Update bindings
* Fix merge
* linter
6 years ago
zhiltsov-max
47470b8470
Allow any annotations file name in coco extractor ( #1650 )
6 years ago
zhiltsov-max
1385dc46b8
Prevent reimports for TF ( #1713 )
6 years ago
zhiltsov-max
4c74a31cb8
Add color map conversion example in docs ( #1670 )
...
* add color map conversion example in docs
6 years ago
zhiltsov-max
39d3c93cfd
[Datumaro] Update model interface and OpenVino launcher ( #1626 )
...
* Refactor inference wrapper
6 years ago
zhiltsov-max
0053411f6e
[Datumaro] Add debug output in VOC import ( #1662 )
...
* Add debug output in VOC import
6 years ago
zhiltsov-max
ba309c882f
[Datumaro] Add DatasetItem attributes ( #1639 )
...
* Add DatasetItem attributes
* Update tests
* Update datumaro format
6 years ago
zhiltsov-max
1b413c65a2
Fix image size conversion ( #1593 )
...
* Fix image size conversion
* update changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max
727fcd50b3
[Datumaro] Remove annotation dir for cvat dataset format ( #1637 )
...
* Remove annotation dir for cvat dataset format
* fixes
6 years ago
zhiltsov-max
2044d35566
Add directory check on image save ( #1636 )
...
* Add directory check on image save
* Add tests
* change exception type
* update test
6 years ago
zhiltsov-max
da3fa34ce0
Add tf import checks and tests ( #1567 )
...
* Add tf import checks and tests
* implement disabled formats on server
* python 3.5 compatibility
* add checks to dm tests
* fix tests
* Support for disabled formats in UI
* add sorting for formats, mark grey disabled items
* update changelog
* advance package versions
6 years ago
zhiltsov-max
ac922e33a5
Add default colors for masks ( #1549 )
...
* Use default colors for masks
* do not change labels in voc converter
* update tests
* add backgound color handling
* consider case with existing source colormap
* update changelog
* fix file name
* fix insert
* move color table colors to beginning
6 years ago
zhiltsov-max
e2dedb2f83
Use z_order as a class property ( #1589 )
...
* Use z_order as a class property
* Fix z_order use in voc
* Update changelog
6 years ago
zhiltsov-max
1200ecf67c
[Datumaro] Simplify log level setting ( #1583 )
...
* Simplify loglevel setting
* update changelog
6 years ago
zhiltsov-max
42c5637ddd
[Datumaro] Fix mask to polygons warning ( #1581 )
...
* Fix message, add test
* update changelog
6 years ago
zhiltsov-max
fb380d9855
Include empty images in exported annotations ( #1479 )
6 years ago
zhiltsov-max
98a9718e63
[Datumaro] Change alignment in mask parsing ( #1547 )
6 years ago
zhiltsov-max
42990906b9
[Datumaro] Fix coco import conflict with labels ( #1548 )
6 years ago
zhiltsov-max
5ab549956f
Merge annotations and dataset_manager apps ( #1352 )
6 years ago
zhiltsov-max
c78db45d9a
[Datumaro] Fix duplicating keypoints in COCO export ( #1435 )
6 years ago
zhiltsov-max
819b81d7f3
Fix label comparison in voc format ( #1382 )
6 years ago
zhiltsov-max
bd659246e9
[Datumaro] Fix COCO keypoint export bug ( #1388 )
6 years ago