Nikita Manovich
6cb05c8a8f
Merge pull request #730 from opencv/bs/fixed_parsing
...
Don't load shapes with keyframe==False
6 years ago
Boris Sekachev
8253b7155e
Don't save shapes with keyframe==False
6 years ago
Nikita Manovich
acdc7bb827
Renamed cvat_redis to redis (typo)
7 years ago
Nikita Manovich
87fd639117
Update Auto Annotation documentation
7 years ago
Nikita Manovich
ba2b59c16f
Update README.md
7 years ago
Ben Hoff
ec7096295b
Update README.md
7 years ago
Boris Sekachev
c05c7aea8b
Fixed labels regex for non-latin characters ( #708 )
7 years ago
vfdev
884e8299d1
typo ?
...
Should not this be cvat_redis -> redis ?
7 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
Nikita Manovich
8359db3580
cvat-ui in docker (serve using nginx) ( #658 )
7 years ago
Ben Hoff
eaede02824
check if keys directory exists before making secret_key ( #700 )
7 years ago
Boris Sekachev
8f25bac0e7
Fixed save for case when a job has a shape and a track with the same id ( #693 )
...
* cvat-core fixed save for two object with the same id
* Added API test
* Fixed production code
* Dinamic shape types instead of hardcoded
7 years ago
Boris Sekachev
03eaf59d98
CVAT-Canvas Updates ( #675 )
...
* Removed extra files
* Merge(), group(), split() and cancel()
* More visual effects
* More strict state checks
* Display shape size during draw/resize
7 years ago
Andrey Zhavoronkov
4fd966dacc
dump group_id field for 'CVAT for images' format ( #691 )
7 years ago
Boris Sekachev
7ea84d1bc7
Fixed: no such table: allauth_socialaccount ( #687 )
7 years ago
Boris Sekachev
da04c0bace
Fixed update of a task via REST ( #686 )
...
* Fixed update of a task via REST
* Fixed unit tests
7 years ago
Artyom Zankevich
d802642512
Add `header-layout` component ( #671 )
7 years ago
Andrey Zhavoronkov
191bf2761c
fixed annotation ids, start category id from 1 ( #680 )
7 years ago
Boris Sekachev
993c400ce3
Added information about django REST API to docs ( #681 )
...
* Django REST API documentation
* Additional volume
* Fixed link
7 years ago
TOsmanov
5b3cf32732
CVAT documentation v5 ( #662 )
...
* Updated images & gifs
* Updated User's Guide
7 years ago
Boris Sekachev
768c254c9e
TS Module from CVAT-Canvas ( #663 )
...
* Fixed drawn coordinates
* TypeScript build
* A couple of fixes
* Removed extra changes from webpack
* Init grouper, dumper and merger
* Removed extra aliases (they were used for test only)
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
553731ed70
fixed label order ( #669 )
7 years ago
Boris Sekachev
0c33055311
Different fixes for Release 0.5.0 ( #667 )
7 years ago
Andrey Zhavoronkov
fbae6bbdcb
added settings for setup timezone ( #661 )
...
deleting shapes triggers setting updated date field as other
actions(create & update)
7 years ago
Naval Chand
7e76695465
Auto annotation ( #660 )
...
* Added missing import
* Added OPENVINO_TOOLKIT param in docker-compose.yml for auto annotation
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
7fb7ba150e
Debug cvat-core inside cvat-ui ( #655 )
...
* Added ability to debug cvat-core inside cvat-ui (use `ui.js: debug` configuration).
* Fix a codacy issue.
7 years ago
Boris Sekachev
43004c7969
CVAT-Canvas Updates ( #653 )
7 years ago
Nikita Manovich
15df1daf4f
Updated codacy badge
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
Ben Hoff
97ed2aaa28
Separate inference method in order to break django dependency ( #650 )
7 years ago
Boris Sekachev
892866b91d
Added root package json for eslint && remarklint ( #649 )
...
* Added root package.json for eslint, remarklint
* Removed extra description
* Removed extra deps
7 years ago
Ben Hoff
1334efaaf6
added in ability to visually see auto_annotation command line runner ( #647 )
7 years ago
Ben Hoff
04a57c164a
Correct odd spacing in auto annotation model manager ( #648 )
7 years ago
Artyom Zankevich
b7609cae91
[NEW-UI]: Create and update task ( #612 )
...
- Create task
- Update task
- Upload annotations
- Download annotations
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
Boris Sekachev
6cac464f46
Selectors for annotation formats ( #636 )
...
* Selectors for annotation format
* Handle default value
* Dinamic accepts for upload
* Removed extra code
7 years ago
Boris Sekachev
f797d3ac53
Added method cvat.server.authorized() ( #641 )
...
* Added method cvat.server.authorized()
* Typos
7 years ago
Boris Sekachev
3a6a49625c
Updated dump/upload in cvat-core ( #635 )
...
* Annotation formats from the server
* Fixed dump
* Added API tests
* Dashboard integration
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
Boris Sekachev
8e43dc75ad
Configured codacy && eslint instead of tslint ( #631 )
...
* Codacy setup for cvat-canvas, eslint instead of tslint
* Added vscode config
* Added codacy config
* Added eslint config
* Changed config
* Changed codacy
* Return root eslint file
* Disable tslint manually
* Remove custom disable
* Reset codacy config
7 years ago
Boris Sekachev
58f30220df
CVAT-Canvas: Integrated SVG.js ( #629 )
...
* Canvas rotation
* Integrated SVG.js. Drawing, dragging and resizing of shapes
* Removed TODO list
7 years ago
Andrey Zhavoronkov
7467e298fd
Az/coco format support ( #623 )
...
* added coco dumper
* added license note
* revert changes of launch.json
* fixed codacy issues
* fixed codacy issues
7 years ago
Andrey Zhavoronkov
098827568e
Az/hotfix annotation app ( #626 )
...
* dump track attributes
* handle attributes correctly for uploaded annotation
* fixed codacy
7 years ago
Andrey Zhavoronkov
481dd00295
fixed build ( #627 )
...
ruamel.yaml>=0.16.1 installation guide requires setuptools>=20.6.8 but it's wrong, because namespace functionality moved to separate module in v28.7.0
7 years ago
Boris Sekachev
aab6a124ed
Integration of tslint static analyser for cvat-canvas ( #624 )
7 years ago
Nikita Manovich
440b3de63c
Fix annotation formats table
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