Nikita Manovich
de52a73490
Add a line into CHANGELOG.md about the change.
6 years ago
Boris Sekachev
f0c6bdb8b4
Merged develop
6 years ago
Dmitry Kalinin
dadd3e6ee4
Merge pull request #1347 from opencv/bs/reset_color_settings
...
React UI: Added button to reset color settings
6 years ago
Andrey Zhavoronkov
7bdf9bb481
Az/fix dextr ( #1348 )
...
* Fixed dextr_segmentation app
* updated changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov
be2ec3ad72
fixed dump error after moving format files ( #1342 )
...
* fixed dump error after moving format files
* updated changelog
6 years ago
Boris Sekachev
cc7df4d6c8
Merged develop
6 years ago
Boris Sekachev
207dc99e04
Merge branch 'develop' into bs/reset_color_settings
6 years ago
Boris Sekachev
5f53302512
Updated changelog
6 years ago
Boris Sekachev
02d6a0c0fb
Updated changelog
6 years ago
Boris Sekachev
c49a0c19fe
Merge branch 'develop' into bs/bitmap
6 years ago
Boris Sekachev
f714510078
Merge branch 'develop' into bs/undefined_keyword
6 years ago
Dmitry Kalinin
bc11af918a
Merge pull request #1339 from opencv/bs/added_filters_help_dialog
...
React UI: Added dialog window with some help info about filters
6 years ago
Dmitry Kalinin
075ee50c85
Merge pull request #1338 from opencv/bs/fixed_escale_in_draw
...
React UI: Fixed escape in draw
6 years ago
Boris Sekachev
ec38159e15
Updated changelog
6 years ago
Boris Sekachev
c91fa277ce
Updated changelog
6 years ago
Boris Sekachev
cb2c82dd8c
Updated changelog
6 years ago
Boris Sekachev
d578f1773a
Updated changelog
6 years ago
Nikita Manovich
1feeef6e73
Add information for next release + update version.
6 years ago
Nikita Manovich
59430bc0d4
Add missing information into changelog.
6 years ago
Nikita Manovich
267c76547f
Add information about v0.6.1 release.
6 years ago
Ben Hoff
14084435bc
OpenVino 2020 ( #1269 )
...
* added support for OpenVINO 2020
* fixed dextr and tf_annotation
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
6 years ago
zhiltsov-max
731b8967c0
Fix LabelMe format ( #1260 )
...
* Fix labelme filenames
* Change module path
* Add tests for LabelMe
* Update test
* Fix test
* Add line in changelog
6 years ago
zhiltsov-max
08688b0c3e
[Datumaro] Fix occluded and z_order attributes export ( #1271 )
...
* Fix occluded and z_order attributes export
* Add line to changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max
9545132097
[Datumaro] Allow empty COCO dataset export ( #1272 )
...
* Allow empty dataset export in coco
* Add line to changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max
936d3059cf
[Datumaro] Fix frame matching in video annotations import ( #1274 )
...
* Add extra frame matching way for videos
* Add line to changelog
6 years ago
zhiltsov-max
55677e0397
Use source label map for voc export ( #1276 )
...
* Use source label map for voc export
* Add line to changelog
6 years ago
dependabot[bot]
8b1ec0befc
Bump acorn from 6.3.0 to 6.4.1 in /cvat-ui ( #1270 )
...
* Bump acorn from 6.3.0 to 6.4.1 in /cvat-ui
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
* Updated CHANGELOG.md
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
6 years ago
Nikita Manovich
b3991d67d7
Update develop from release-0.6.0 branch ( #1266 )
6 years ago
zhiltsov-max
0db48afa9a
Update changelog ( #1165 )
6 years ago
Ben Hoff
01dd0715e2
added in label visualization to auto annotation runner ( #931 )
6 years ago
Nikita Manovich
a2a03d2bd5
implemented adas semantic segmentation ( #890 )
6 years ago
himalayanZephyr
1af9105bb1
Yolov3 interpretration script fix for 'Annotation failed' and changes to mapping.json ( #896 ) ( #912 )
6 years ago
Ben Hoff
36c3e2c4d9
implemented adas semantic segmentation
6 years ago
Boris Sekachev
171a9202ed
React & Antd: Dashboard migration ( #892 )
...
* Removed old dashboard
* Getting all users
* Updated changelog
* Reimplemented login decorator
* Implicit host, scheme in docker-compose
* Fixed issue with pagination
* Implicit page size parameter for tasks
* Fixed linkedin icon, added links to tasks in notifications
* Configurable method for check plugin
6 years ago
Nikita Manovich
454eaf92c2
page_size parameter for all REST API methods ( #884 )
...
* Added page_size parameter for all REST API methods which returns list of objects.
Also it is possible to specify page_size=all to return all elements.
* Updated changelog.md
6 years ago
Ben Hoff
73e5327bad
Mit license for pixellink and changelog ( #862 )
6 years ago
zhiltsov-max
74f720a3d2
Add dataset export facility ( #813 )
...
* Add datumaro django application
* Add cvat task datumaro bindings
* Add REST api for task export
* Add scheduler service
* Updated CHANGELOG.md
6 years ago
telenachos
3aa4abf8a7
Adding dump and load support for MOT CSV format. ( #830 )
...
* Adding dump and load support for MOT CSV format.
* Updated test cases to use correct track annotations for MOT format.
* Removed behaviour of MOT loader which would duplicate the last track
shape prior to setting outside=True.
6 years ago
zhiltsov-max
112bab173a
Add LabelMe format support ( #844 )
...
* Add labelme export
* Add LabelMe import
* Add labelme format to readme
* Updated CHANGELOG.md
6 years ago
zhiltsov-max
690ecf9c66
Add support for ip git repo urls ( #827 )
...
* Add support for ip v4 git repo urls
* Add tests for git urls
6 years ago
Nikita Manovich
b09ac3b105
Update CHANGELOG.md
6 years ago
Ben Hoff
a0f083d274
added in yolo auto annotation sciprt ( #794 )
6 years ago
Ben Hoff
a435b410ed
added mask RCNN script ( #780 )
6 years ago
Nikita Manovich
f3be6ae500
Integration with Zenodo ( #779 )
...
* Updated CHANGELOG with information about Zenodo
* Updated version of the project.
6 years ago
Nikita Manovich
9ec721666e
Added information about a fixed issue. ( #765 )
6 years ago
Nikita Manovich
f5c5624433
Basic user information ( #761 )
...
* Fix https://github.com/opencv/cvat/issues/750
* Updated CHANGELOG
* Added more tests for /api/v1/users* REST API.
6 years ago
Nikita Manovich
ff1f6cfc5c
Projects (server only, REST API) ( #754 )
...
* Initial version of projects
* Added tests for Projects REST API.
* Added information about projects into CHANGELOG
6 years ago
telenachos
db19cbfe4b
New command line tool for working with tasks ( #732 )
...
* Adding new command line tool for performing common task related
operations (create, list, delete, etc.)
* Replaced @exception decorator with try/except in main()
* Replaced optional --name with positional name and removed default
* Added license text to files
* Added django units to cover future API changes
* Refactored into submodules to better support tests
6 years ago
Nikita Manovich
38cf6d4a56
Release 0.5 ( #705 )
...
* Changed version number (0, 5, 'final', 0).
* Updated changelog file.
* fixed default attribute values for tracked shapes (#703 )
7 years ago
Boris Sekachev
e15340d625
Different fixes for Release 0.5.0 Part 2 ( #670 )
...
* Fixed: Invalid labels parsing (#628 )
* Updated changelog
* Improved error messages on a client side
* Updated changelog
* Fixed register
7 years ago