Maksim Markelov
63d5326b51
Change Modal submit button okType ( #1001 )
6 years ago
Boris Sekachev
f7df747cdf
Automatic bordering feature during drawing/editing ( #997 )
6 years ago
Boris Sekachev
c7052842a7
Fixed issue: Unknown shape type found ( #998 )
6 years ago
Boris Sekachev
2e8af445db
Resolved performance bottleneck in merge function ( #999 )
6 years ago
zhiltsov-max
7c9043974b
[Datumaro] Fix TFrecord converter constructor ( #993 )
6 years ago
Nikita Manovich
19b86b9731
Added Code Climate, CodeBeat badges. ( #995 )
6 years ago
TOsmanov
1890da2cc5
Updating the Model Manager section of the CVAT User Guide ( #991 )
6 years ago
vugia truong
458bd23222
Adding dump for VOC instance mask. ( #859 )
...
* Add mask instance dumper
* Fix bug
* Merge mask instance into mask
* Merge the change into mask
* Create MaskColorizer
* Add dump method
6 years ago
Boris Sekachev
f57586a03c
UI Enhancements ( #985 )
...
* Single import of basic styles
* A little bit redesigned header
* Specified min resolution 1280x768
* Getting a job instance
* Improved handling when task doesn't exist
6 years ago
vugia truong
216416703a
Fix label for mask rcnn ( #980 )
6 years ago
zhiltsov-max
36b1e9c1ce
[Datumaro] CVAT format import ( #974 )
...
* Add label-specific attributes
* Add CVAT format import
* Register CVAT format
* Add little more logs
* Little refactoring for tests
* Cvat format checks
* Add missing check
* Refactor datumaro format
* Little refactoring
* Regularize dataset importer logic
* Fix project import issue
* Refactor coco extractor
* Refactor tests
* Codacy
6 years ago
Nikita Manovich
8edfe0dcb4
Swagger documentation ( #978 )
...
* Fix swagger problems (exceptions, /api/swagger.json, /api/docs/)
6 years ago
TOsmanov
6584f7fb21
User Guide update ( #953 )
6 years ago
zhiltsov-max
e9f1db00db
Add polygon point count checks ( #975 )
6 years ago
Boris Sekachev
4de8be7b69
Styles refactoring ( #977 )
6 years ago
Maya
4587afe09a
Added documentation for swagger page ( #936 )
6 years ago
Maksim Markelov
728a51c8e6
Change-submit-button-style ( #976 )
...
* UI/UX improvement. Changed buttons type for create task / upload model
6 years ago
dependabot[bot]
4c72bc3fda
Bump tensorflow from 1.12.3 to 1.15.0 in /cvat/requirements ( #968 )
...
* Bump tensorflow from 1.12.3 to 1.15.0 in /cvat/requirements
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 1.12.3 to 1.15.0.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.12.3...v1.15.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Update pip because tensorflow 1.15 cannot not be found.
* Fix a typo (pip -> pip3)
* Replaced pip3 by python3 -m pip.
6 years ago
zhiltsov-max
c84daaf2ef
[Datumaro] VOC labelmap support ( #957 )
...
* Add import result checks and options to skip
* Add label-specific attributes
* Overwrite option for export
* Add labelmap file support in voc
* Add labelmap tests
* Little refactoring
6 years ago
Boris Sekachev
20a0e66238
CSS Enhancement ( #971 )
...
* Removed vendor/specific rules
* Sass for CVAT, less for Antd, added autoprefixer and css polyfills
* Removed extra line
* Changed update state
6 years ago
Boris Sekachev
5331c13ba1
Fixed number attribute ( #972 )
6 years ago
dependabot[bot]
2ec4b32a59
Bump tensorflow from 1.13.1 to 1.15.0 in /utils/tfrecords ( #967 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 1.13.1 to 1.15.0.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.13.1...v1.15.0 )
Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
Ben Hoff
01dd0715e2
added in label visualization to auto annotation runner ( #931 )
6 years ago
Boris Sekachev
84d0a77999
React, Antd, Redux: Left sidebar and top for annotation page ( #963 )
...
* Rebased from develop
* Improved getting icons method
* Added more icons
* Left menu
* Initial commit
* Setup SVGO, added some buttons to top
* Top bar progress
* Top bar for annotation page
* Updated styles
6 years ago
Seungwon Jeong
a716355cdc
Add upload annotation function to cli ( #958 )
...
* add upload annotation function to cli
* Update core.py
Removing whitespace
6 years ago
Boris Sekachev
e1c1a1b190
Fixed git plugin ( #961 )
6 years ago
a-andre
629b10a3db
Update docker base images ( #950 )
...
Don't fix minor/patch version to get security updates and bug fixes.
6 years ago
zhiltsov-max
d1268b27f9
Return pylint to config ( #951 )
6 years ago
zhiltsov-max
32254530cf
[Datumaro] Fix voc colormap ( #945 )
...
* Add polygon merging option to coco converter
* Add test, refactor coco, add support for cli args
* Drop colormap application in datumaro format
* Add cli support in voc converter
* Add cli support in yolo converter
* Add converter cli options in project cli
* Add image data type conversion in image saving
* Add image data type conversion in image saving
* Update mask support in voc
* Replace null with quotes in coco export
* Improve cli
* Enable Datumaro intellisense in vs cde
* Adjust fields in voc detection export
6 years ago
zhiltsov-max
944d85370d
[Datumaro] COCO 'merge instance polygons' option ( #938 )
...
* Add polygon merging option to coco converter
* Add test, refactor coco, add support for cli args
* Drop colormap application in datumaro format
* Add cli support in voc converter
* Add cli support in yolo converter
* Add converter cli options in project cli
* Add image data type conversion in image saving
6 years ago
Boris Sekachev
5d6699d845
Fixed command in CONTRIBUTING.md ( #947 )
...
* Fixed command in CONTRIBUTING.md
* Removed daemon, updated command
6 years ago
Maksim Markelov
37c46e3bae
Improve UX with creating new shape by shortkey ( #941 )
6 years ago
zhiltsov-max
0f5cf2064d
[Datumaro] Added tf detection api tfrecord import and export ( #894 )
...
* Added tf detection api tfrecord import and export
* Added export button in dashboard
* Add tf to requirements
* Extend test
* Add tf dependency
* Require images in tfrecord export
* Add video task case handling
* Maintain image order in CVAT export
* Fix Task image id-path conversions
* Update tfrecord tests
* Extend image utilities
* Update tfrecord format
* Fix image loading bug
* Add some logs
* Add 'copy' option to project import command
* Reduce default cache size
6 years ago
Nikita Manovich
310ee37b53
Merge pull request #927 from opencv/bs/paste_labels
...
Ability to copy labels to clipboard without IDs
6 years ago
Nikita Manovich
0ae73d5381
Merge pull request #929 from opencv/bs/updated_contributing
...
Updated CONTRIBUTING.md
6 years ago
Nikita Manovich
1f3b5b93e2
Merge pull request #933 from opencv/bs/files_names
...
Names of selected files when creating a new task
6 years ago
Nikita Manovich
719ad1a4e1
Merge pull request #932 from opencv/bs/show_hidden_tasks
...
Ability to show hidden tasks by a user request
6 years ago
Boris Sekachev
3f84c07f00
Names of selected files when creating a new task
6 years ago
Boris Sekachev
3659db81c5
Fixed eslint
6 years ago
Boris Sekachev
d419b44090
Destroy messages before getting new tasks
6 years ago
Boris Sekachev
356bb8c5b4
Ability to show hidden task
6 years ago
Boris Sekachev
68e7b5289c
Improved tasks routing
6 years ago
Boris Sekachev
5bea353ad3
Task name displayed better
6 years ago
Boris Sekachev
fa8fd166b1
Updated contributing
6 years ago
Boris Sekachev
13f6435cb6
Updated contributing
6 years ago
Boris Sekachev
a60af60672
Removed extra lines
6 years ago
Boris Sekachev
ecb21152b5
Added ability to copy labels without IDs
6 years ago
Boris Sekachev
40bec821b2
Updated doc
6 years ago
Nikita Manovich
b5eacc4f7c
Merge pull request #917 from opencv/bs/copy_jobs_to_clipboard
...
Added button to copy jobs info to clipboard
6 years ago
Boris Sekachev
8f77b6b185
Added 3rdparty library to clipboard
6 years ago