https://github.com/opencv/cvat

sort by:
Revision Author Date Message Commit Date
42aad8b Increased CVAT version (0.5.2) 16 December 2019, 15:40:15 UTC
9124584 Hotfix: fixed skikit-image version (#965) * Fixed skikit-image version * Updated changelog 16 December 2019, 15:34:12 UTC
0913abf Merge pull request #778 from opencv/hotfix-0.5.1 Updated version of the release 17 October 2019, 10:05:32 UTC
87a74a7 Updated version of the project. 17 October 2019, 10:03:28 UTC
69bc32b Updated CHANGELOG with information about Zenodo (#777) 17 October 2019, 10:01:44 UTC
eacfab7 Updated CHANGELOG with information about Zenodo 17 October 2019, 09:59:55 UTC
242b3df Release 0.5.0 12 September 2019, 10:05:39 UTC
fda7c1a fixed default attribute values for tracked shapes (#703) 10 September 2019, 12:50:19 UTC
0967a74 Updated changelog file. 10 September 2019, 09:02:32 UTC
52c9b5f Changed version number (0, 5, 'final', 0). 10 September 2019, 08:41:13 UTC
8359db3 cvat-ui in docker (serve using nginx) (#658) 09 September 2019, 20:15:26 UTC
eaede02 check if keys directory exists before making secret_key (#700) 09 September 2019, 10:01:19 UTC
8f25bac 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 07 September 2019, 14:23:50 UTC
03eaf59 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 07 September 2019, 14:20:50 UTC
4fd966d dump group_id field for 'CVAT for images' format (#691) 05 September 2019, 11:34:53 UTC
7ea84d1 Fixed: no such table: allauth_socialaccount (#687) 03 September 2019, 18:43:52 UTC
da04c0b Fixed update of a task via REST (#686) * Fixed update of a task via REST * Fixed unit tests 03 September 2019, 15:19:51 UTC
d802642 Add `header-layout` component (#671) 02 September 2019, 14:55:54 UTC
191bf27 fixed annotation ids, start category id from 1 (#680) 30 August 2019, 09:12:08 UTC
993c400 Added information about django REST API to docs (#681) * Django REST API documentation * Additional volume * Fixed link 30 August 2019, 09:10:47 UTC
5b3cf32 CVAT documentation v5 (#662) * Updated images & gifs * Updated User's Guide 29 August 2019, 04:08:16 UTC
768c254 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) 28 August 2019, 04:14:10 UTC
e15340d 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 27 August 2019, 18:58:35 UTC
553731e fixed label order (#669) 27 August 2019, 12:11:23 UTC
0c33055 Different fixes for Release 0.5.0 (#667) 27 August 2019, 03:58:14 UTC
fbae6bb added settings for setup timezone (#661) deleting shapes triggers setting updated date field as other actions(create & update) 26 August 2019, 04:10:02 UTC
7e76695 Auto annotation (#660) * Added missing import * Added OPENVINO_TOOLKIT param in docker-compose.yml for auto annotation 26 August 2019, 03:15:04 UTC
fc2b9c9 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 24 August 2019, 15:25:21 UTC
7fb7ba1 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. 21 August 2019, 10:04:37 UTC
43004c7 CVAT-Canvas Updates (#653) 20 August 2019, 13:09:50 UTC
15df1da Updated codacy badge 20 August 2019, 12:56:28 UTC
e7bab87 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. 19 August 2019, 13:22:17 UTC
97ed2aa Separate inference method in order to break django dependency (#650) 19 August 2019, 13:15:53 UTC
892866b Added root package json for eslint && remarklint (#649) * Added root package.json for eslint, remarklint * Removed extra description * Removed extra deps 19 August 2019, 12:14:55 UTC
1334efa added in ability to visually see auto_annotation command line runner (#647) 19 August 2019, 12:09:47 UTC
04a57c1 Correct odd spacing in auto annotation model manager (#648) 17 August 2019, 19:54:49 UTC
b7609ca [NEW-UI]: Create and update task (#612) - Create task - Update task - Upload annotations - Download annotations 15 August 2019, 16:42:59 UTC
935d380 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 15 August 2019, 15:02:35 UTC
6cac464 Selectors for annotation formats (#636) * Selectors for annotation format * Handle default value * Dinamic accepts for upload * Removed extra code 13 August 2019, 13:22:44 UTC
f797d3a Added method cvat.server.authorized() (#641) * Added method cvat.server.authorized() * Typos 13 August 2019, 13:03:27 UTC
3a6a496 Updated dump/upload in cvat-core (#635) * Annotation formats from the server * Fixed dump * Added API tests * Dashboard integration 12 August 2019, 12:06:37 UTC
bf61962 PNG mask dumper (#633) 12 August 2019, 09:53:37 UTC
c2bf8ed Az/coco loader format support (#630) * added coco dumper * added license note * added coco loader 09 August 2019, 15:28:41 UTC
8e43dc7 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 09 August 2019, 13:27:10 UTC
58f3022 CVAT-Canvas: Integrated SVG.js (#629) * Canvas rotation * Integrated SVG.js. Drawing, dragging and resizing of shapes * Removed TODO list 08 August 2019, 15:37:37 UTC
7467e29 Az/coco format support (#623) * added coco dumper * added license note * revert changes of launch.json * fixed codacy issues * fixed codacy issues 08 August 2019, 13:45:19 UTC
0988275 Az/hotfix annotation app (#626) * dump track attributes * handle attributes correctly for uploaded annotation * fixed codacy 08 August 2019, 13:44:36 UTC
481dd00 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 08 August 2019, 13:43:22 UTC
aab6a12 Integration of tslint static analyser for cvat-canvas (#624) 07 August 2019, 12:43:17 UTC
440b3de Fix annotation formats table 06 August 2019, 08:27:01 UTC
1454ec7 Az/yolo format support (#619) * added yolo loader/dumper * changed format_spec * updated reamde, changelog * Used bold font for default dump format 06 August 2019, 08:25:20 UTC
f17847f Az/pascal voc loader (#613) 05 August 2019, 10:43:48 UTC
85ae933 CVAT Canvas updates (#607) * Canvas VIEW * Some stubs added * Changed type of frame storage * Frame setup * Big canvas * Zoom and fit * Move * Minimized CVAT version 05 August 2019, 10:27:11 UTC
5733423 Az/multiformat downloader (#551) 02 August 2019, 10:50:15 UTC
efa47a3 [NEW-UI] Delete task and pagination edge-cases (#599) 31 July 2019, 09:44:52 UTC
f341419 Base code and settings for cvat-canvas (#594) 30 July 2019, 10:04:37 UTC
a2f1824 TypeError Fix (#596) Fixed: TypeError while using XML to YOLO converter #595 29 July 2019, 12:10:39 UTC
cad5ac8 Updated cvat-core (#591) * Two webpack configuration instead one * Two webpack configuration instead one * Setup webpack build * Removed references window.cvat * Removed window.cvat * Stop frame, start frame, frame filter * Updated save method * Updated dashboard to create tasks with custom stopFrame/startFramre * Fixed clientID * Removed browser environment from nodejs * Updated webpack.config.js * Updated filename 26 July 2019, 15:43:42 UTC
5dd4f39 [NEW-UI] Add basic login page (#592) Refactoring and basic login page 26 July 2019, 15:25:59 UTC
3a91571 [NEW-UI] Add task filter reducer (#587) * Case sensitive renaming * Update `cvat-js` lib. * Add `.env` file * Add basic redux capabilities * Remove `setTimeout` as it was fixes in `cvat-js` * Remove redundant state field * Add header and footer styles * Remove `Affix` * Add basic styles to task cards * Fix empty component * Pagination fixes * Add modal on task delete * Rename reducers * Add task reducer * Add lib. to parse query strings * Minor refactoring * Update `cvatjs` * Add tasks filter reducer * Do not make request with the same input value * Fix some linter errors * Refactor `dashboard-content` component * Router changes Redirect added. Page not found added. 26 July 2019, 07:45:51 UTC
ebbcb83 Renamed cvatjs to cvat-core (#590) * cvatjs => cvat-core * Updated version * Fixed docker directories 25 July 2019, 11:47:24 UTC
8a00211 cvat-canvas proposals (#588) * Initialized cvat-canvas project (typescript, babel, webpack, autorebuild, dev-server) 25 July 2019, 09:55:26 UTC
423510a Added encodeURIComponent for directory name in cvat.server.share() (#585) 23 July 2019, 10:31:20 UTC
620526f More env variables for travis build to fix coveralls (#583) * Added TRAVIS_* env variables for coveralls. * Add more environment variables inside docker-compose.ci. TRAVIS and TRAVIS_PULL_REQUEST. First variable is important for node-coveralls. See the code below: if (process.env.TRAVIS){ options.service_name = 'travis-ci'; options.service_job_id = process.env.TRAVIS_JOB_ID; options.service_pull_request = process.env.TRAVIS_PULL_REQUEST; git_commit = 'HEAD'; git_branch = process.env.TRAVIS_BRANCH; } 23 July 2019, 06:39:37 UTC
8d68df6 Added TRAVIS_* env variables for coveralls. (#581) 22 July 2019, 13:43:43 UTC
8e20538 Travis & Coverall for cvat.js (#580) * Updated .travis.yml * Updated CI * Added badge * Fixed codacy 22 July 2019, 12:35:36 UTC
6d7a040 fixed attribute processing in auto_annotation (#577) 19 July 2019, 17:44:40 UTC
d85d777 CVAT.js API Tests (#578) * Added annotations dummy data * Added test file * Weak maps instead of regular dict * Added 14 API tests * Fixed put tests * Some written tests and some additional checks * Merge tests * Split & group tests * Clear annotations tests * Statistics tests * Added frames meta * Selection tests & bug fixes * Tests for frame * ObjectState tests, many fixed bugs * Object state tests * Renamed method FrameData.frame() => FrameData.data() 19 July 2019, 15:58:48 UTC
d939b9c Fixed exception in attribute annotation mode (#571) * Fixed bug Cannot read property 'current' of undefined at AAMModel.setupAttributeValue * Updated changelog 17 July 2019, 19:43:10 UTC
8fede3a CVAT.js API methods were implemented (#572) * annotations.put() * Fixed annotations.put() * Dump & upload * Two fixes * Tested upload * Updated built of cvat.js * Remote files through cvat.js 17 July 2019, 19:42:41 UTC
3ba80d2 Dashboard components basic styles (#574) * Case sensitive renaming * Update `cvat-js` lib. * Add `.env` file * Add basic redux capabilities * Remove `setTimeout` as it was fixes in `cvat-js` * Remove redundant state field * Add header and footer styles * Remove `Affix` It does not recalculete width for some reason * Add basic styles to task cards * Fix empty component * Pagination fixes * Add modal on task delete 17 July 2019, 19:27:34 UTC
a159826 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 16 July 2019, 07:21:15 UTC
e0b666e Upgrade Numpy to avoid Arbitrary Code Execution. Upgrade Django to avoid MitM (#575) 16 July 2019, 07:06:01 UTC
8daf715 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 15 July 2019, 11:21:46 UTC
6025151 CVAT.js other implemented API methods and bug fixes (#569) * Split implementation * Group implementation * Reset cache for created object after saving * A litle fix * API methods definitions * Typos * API methods annotations.Statistics() and annotationsclear() * Object selection * Little fix * Comments and docs a little changed 15 July 2019, 11:04:08 UTC
0a2cb94 CVAT.js implemented API methods and bug fixes (#564) * Increase/decrease ZOrder * ZOrder up/down * Some crutial bugs fixed * hasUnsavedChanges and merge * Added API description * Fixed bugs * Merge was tested * New file * Fixed unit tests * Fixed small bug which reproduced only after build 11 July 2019, 19:53:24 UTC
3ae8a72 added in handeling for openvino 2019 (#545) 11 July 2019, 14:38:56 UTC
6e1e063 added in command line auto annotation runner (#563) 11 July 2019, 14:33:06 UTC
018cd14 Fixed PDF extractor syntax error (#565) In docker container we use python 3.5 and f'{}' isn't available. 11 July 2019, 14:26:29 UTC
792c5f7 Update README.md 11 July 2019, 08:42:58 UTC
ccbbf33 added in pdf extractor (#557) 11 July 2019, 08:38:35 UTC
9651a19 Basic dashboard components (#562) * Case sensitive renaming * Update `cvat-js` lib. * Add `.env` file * Add basic redux capabilities * Remove `setTimeout` as it was fixes in `cvat-js` * Remove redundant state field 10 July 2019, 16:07:07 UTC
0efd665 Saving of annotations on the server (#561) * Annotation saver * Removed extra code * Eslint fixes 10 July 2019, 14:44:53 UTC
2b619f1 Code was devided by files (#558) 10 July 2019, 07:38:28 UTC
22bcf1c CVAT.js: Save and delete for shapes/tracks/tags (#555) 09 July 2019, 20:17:34 UTC
5104cc0 Fixed '=' to '==' for numpy in requirments (#556) 09 July 2019, 12:51:53 UTC
b48d59b Ability to create custom extractors (#434) * ability to add custom extractors * added configurable mimetypes * added a note to changelog 08 July 2019, 08:10:50 UTC
d15de7b PolyShape interpolation algorithm through stable marriage problem (#546) 05 July 2019, 10:10:33 UTC
bbdf014 Fix mask/converter.py to show correctly background color. (#547) 05 July 2019, 09:18:03 UTC
ce0e69d Logout API method, fixed deleteTask method (#550) 05 July 2019, 09:13:51 UTC
59cd926 Basic dashboard components (#548) * Update `cvat.js` * Update metadata * Minor refactoring * Using sass * Dashboard components structure * Add pagination 05 July 2019, 09:06:21 UTC
021b77c Fixed line endings for *.cfg (#540) * Fixed line endings * Updated CHANGELOG.md 03 July 2019, 13:17:05 UTC
08d7d8c Fixed Pixel Link interp file API issues (#544) 03 July 2019, 12:53:36 UTC
b1890cd Updated CHANGELOG.md + requirements for one of util scripts. (#543) 03 July 2019, 08:16:39 UTC
c417c9a Detects oriented text for auto annotation (#532) 03 July 2019, 08:04:40 UTC
cd5d431 Faster R-CNN with Inception v2 for auto annotation (#541) 03 July 2019, 07:53:39 UTC
418cdbe added in ability for admins to import in code (#523) Thanks for the contribution 👍 . I'm sure that many users of CVAT will benefit from the enhanced version of "automatic annotation". 28 June 2019, 12:31:40 UTC
a825462 Getting annotations with CVAT.js (#529) * Fixed authorization in case of invalid login/password * The first version of frames * Frames work in browser * Init version of getting annotations * Getting annotations from the server * Couple of fixes * Removed extra line 28 June 2019, 09:37:14 UTC
5290882 Fixed authentification for cross origin (#528) 28 June 2019, 08:06:06 UTC
d1a3c12 removed six from requirements because CVAT doesn't have direct dependencies on it (#527) 27 June 2019, 11:07:48 UTC
back to top