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
Andrey Zhavoronkov
fc2b9c94cc
Az/fix no dump default attrs ( #656 )
...
* fill absent attributes by default values during annotation save
* fill absent attributes by default values during init from db
* fixed tests
* updated changelog, added some coments, minor fixes
7 years ago
Nikita Manovich
e7bab87039
Auth for REST API (api/v1/auth/*) ( #622 )
...
* Added trivial login/logout/register
* Auth methods for REST API.
- api/v1/auth/login
- api/v1/auth/logout
For basic auth only:
- api/v1/auth/register
- api/v1/auth/password/*
* Add info about auth for REST API into CHANGELOG.md
* Add pylintrc for codacy, updated pylint and its dependecies.
* Add token authorization, renamed cvat.js to cvat-core in all places.
* Implemented register method in cvat-core
* Added first_name and last_name to RegisterSerializer.
7 years ago
Andrey Zhavoronkov
935d380d36
tfrecord format support ( #644 )
...
* added tfrecord loader/dumper
* add comment
* remove unused import
* used the latest version of tensorflow(1.12.3) which supports cuda 9.0
updated cudnn library
install tensorflow by default and replace it by tensorflow-gpu in case
of cuda support is enabled
* Updated changelog
7 years ago
Andrey Zhavoronkov
bf61962195
PNG mask dumper ( #633 )
7 years ago
Andrey Zhavoronkov
c2bf8eda01
Az/coco loader format support ( #630 )
...
* added coco dumper
* added license note
* added coco loader
7 years ago
Andrey Zhavoronkov
1454ec7ecc
Az/yolo format support ( #619 )
...
* added yolo loader/dumper
* changed format_spec
* updated reamde, changelog
* Used bold font for default dump format
7 years ago
Andrey Zhavoronkov
f17847ff33
Az/pascal voc loader ( #613 )
7 years ago
Boris Sekachev
d939b9c34a
Fixed exception in attribute annotation mode ( #571 )
...
* Fixed bug Cannot read property 'current' of undefined at AAMModel.setupAttributeValue
* Updated changelog
7 years ago
Andrey Zhavoronkov
a159826bf7
Handle invalid json labelmap file case correctly during create/update DL model stage. ( #573 )
...
* handle invalid json labelmap file case correctly on create/update DL model stage
* dummy_label_map -> dummy_labelmap
* renamed load_label_map function
* Update CHANGELOG.md
7 years ago
EvgenyShashkin
8daf7158af
Run functional tests for REST API during a build ( #506 )
...
* Run tests for REST API
* Added DJANGO_CONFIGURATION with value "testing"
* Fixed crash of python tests
* Update .travis.yml
* Update CHANGELOG.md
* Removed --settings option
7 years ago
Ben Hoff
6e1e063c04
added in command line auto annotation runner ( #563 )
7 years ago
Ben Hoff
ccbbf3393f
added in pdf extractor ( #557 )
7 years ago
Andrey Zhavoronkov
b48d59b5ec
Ability to create custom extractors ( #434 )
...
* ability to add custom extractors
* added configurable mimetypes
* added a note to changelog
7 years ago
Nikita Manovich
bbdf014442
Fix mask/converter.py to show correctly background color. ( #547 )
7 years ago
Boris Sekachev
021b77ccee
Fixed line endings for *.cfg ( #540 )
...
* Fixed line endings
* Updated CHANGELOG.md
7 years ago
Nikita Manovich
b1890cdf91
Updated CHANGELOG.md + requirements for one of util scripts. ( #543 )
7 years ago
Ben Hoff
f20698921e
Advanced Auto Annotation Handling for Admins ( #514 )
7 years ago
zliang7
076562321e
URLs as source data for a task ( #483 )
...
* Update CHANGELOG.md
7 years ago
Andrey Zhavoronkov
029d6bff3d
fixed auto_annotation for multijob tasks ( #515 )
...
* fixed auto_annotation for multijob tasks
* Added note to changelog
7 years ago