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
Boris Sekachev
074500de7b
Fixed dump for case when task name has a slash ( #503 )
7 years ago
Nikita Manovich
293e8bf401
Merge branch 'develop' into hotfix-0.4.2
7 years ago
Boris Sekachev
6131f5117b
Fixed interaction with the server share in the auto annotation plugin
7 years ago
Rafael Kazuo Sato Simião
a3116488b8
YOLO adapted version of PASCAL VOC converter.py ( #454 )
7 years ago
zliang7
4298166403
Support frame selection when create from video ( #437 )
7 years ago
Boris Sekachev
58e72a2986
Single-point interpolation ( #453 )
7 years ago
Nikita Manovich
8617aaf4da
Merge branch 'develop' into hotfix-0.4.1
7 years ago
Boris Sekachev
e3cd297572
Fixed JS syntax for Google Chrome < 72
7 years ago
Nikita Manovich
8be67bf116
Installation guide ( #444 )
...
* Initial version of install guide for Ubuntu 18.04
* Description how to create install CVAT on Windows + fix for Windows 3rdparty patch.
* Write instructions for Mac OS.
* Clean up for README.md
* Update CHANGELOG.
* Fix typos which were found on code review.
7 years ago
Boris Sekachev
89464d5312
Fixed annotation parser for tracks with a start frame less than the first segment frame ( #442 )
...
* Fixed annotation parser for tracks with a start frame < first segment frame
* Changelog
7 years ago
Boris Sekachev
85dc4e4afb
Fixed incorrect width of shapes borders in some cases ( #441 )
...
* Fixed incorrect width of shapes in some cases
* More clarity description
7 years ago
Nikita Manovich
0d09353275
Updated version number and CHANGELOG.md
7 years ago
Nikita Manovich
b8ecf74d79
Updated CHANGELOG.md
7 years ago
Nikita Manovich
ae6a4891e3
RESTful API ( #389 )
7 years ago
Boris Sekachev
1257a1b245
Semi Automatic Segmentation ( #332 )
7 years ago
jrjbertram
cc55c30794
log ffmpeg command line & export interpolation to VOC ( #312 )
7 years ago