1348 Commits (cf01dffedde045590ff48778d9c19c4ac2e3395e)
 

Author SHA1 Message Date
Ben Hoff 3ae8a72028 added in handeling for openvino 2019 (#545) 7 years ago
Ben Hoff 6e1e063c04 added in command line auto annotation runner (#563) 7 years ago
Nikita Manovich 018cd143c3
Fixed PDF extractor syntax error (#565)
In docker container we use python 3.5 and f'{}' isn't available.
7 years ago
Nikita Manovich 792c5f7c75
Update README.md 7 years ago
Ben Hoff ccbbf3393f added in pdf extractor (#557) 7 years ago
Artyom Zankevich 9651a19c7e 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
7 years ago
Boris Sekachev 0efd665f90 Saving of annotations on the server (#561)
* Annotation saver

* Removed extra code

* Eslint fixes
7 years ago
Boris Sekachev 2b619f1e14 Code was devided by files (#558) 7 years ago
Boris Sekachev 22bcf1cf84 CVAT.js: Save and delete for shapes/tracks/tags (#555) 7 years ago
Dustin Dorroh 5104cc08c1 Fixed '=' to '==' for numpy in requirments (#556) 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
Boris Sekachev d15de7bc29 PolyShape interpolation algorithm through stable marriage problem (#546) 7 years ago
Nikita Manovich bbdf014442
Fix mask/converter.py to show correctly background color. (#547) 7 years ago
Boris Sekachev ce0e69d988 Logout API method, fixed deleteTask method (#550) 7 years ago
Artyom Zankevich 59cd9260c3 Basic dashboard components (#548)
* Update `cvat.js`
* Update metadata
* Minor refactoring
* Using sass
* Dashboard components structure
* Add pagination
7 years ago
Boris Sekachev 021b77ccee Fixed line endings for *.cfg (#540)
* Fixed line endings
* Updated CHANGELOG.md
7 years ago
Ben Hoff 08d7d8c130 Fixed Pixel Link interp file API issues (#544) 7 years ago
Nikita Manovich b1890cdf91
Updated CHANGELOG.md + requirements for one of util scripts. (#543) 7 years ago
Ben Hoff c417c9aed8 Detects oriented text for auto annotation (#532) 7 years ago
Ben Hoff cd5d43136d Faster R-CNN with Inception v2 for auto annotation (#541) 7 years ago
Ben Hoff 418cdbe146 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".
7 years ago
Boris Sekachev a82546210c 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
7 years ago
Boris Sekachev 5290882259 Fixed authentification for cross origin (#528) 7 years ago
Andrey Zhavoronkov d1a3c12c9a removed six from requirements because CVAT doesn't have direct dependencies on it (#527) 7 years ago
Ben Hoff 41ee68f565 add in macos handeling for `auto_annotation` (#524) 7 years ago
Artyom Zankevich 9eabd1738e Add dashboard component (#521)
Allow CORS from `http://localhost:3000`
7 years ago
Nikita Manovich 23d7c33667
Fix security issues (#519)
CVE-2019-12308 More information

moderate severity
Vulnerable versions: >= 2.1.0, < 2.1.9
Patched version: 2.1.9
An issue was discovered in Django 1.11 before 1.11.21, 2.1 before 2.1.9, and 2.2 before 2.2.2. The clickable Current URL value displayed by the AdminURLFieldWidget displays the provided value without validating it as a safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query parameter payload, could result in an clickable JavaScript link.

WS-2019-0037 More information

moderate severity
Vulnerable versions: < 3.9.1
Patched version: 3.9.1
Django-Rest-Framework, before 3.9.1, has a XSS vulnerability caused by disabled autoescaping in the default DRF Browsable API view templates.
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
Ben Hoff e9e1865cb7 allow multiple outputs for models (#518) 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 814960b887 Fixed dextr installation (#513) 7 years ago
Boris Sekachev 923bcacd77 CVAT.js (part 1) (#463) 7 years ago
Ben Hoff 40fe468196 LabeledDataSerializer requires list, not string (#508) 7 years ago
Ben Hoff 0037502cf6 Static methods don't have a `self` variable (#507) 7 years ago
Boris Sekachev 074500de7b Fixed dump for case when task name has a slash (#503) 7 years ago
Nikita Manovich e4435fc791
Merge pull request #469 from opencv/hotfix-0.4.2
Fixed interaction with the server share in the auto annotation plugin
7 years ago
Nikita Manovich 293e8bf401
Merge branch 'develop' into hotfix-0.4.2 7 years ago
Nikita Manovich 26da003690
Merge pull request #468 from opencv/hotfix-0.4.2
Fixed interaction with the server share in the auto annotation plugin
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
Eduardo 538b55a6ff video_name in dumped file for interpolation mode (#446)
* Add video source in dumped file for interpolation mode.
* remove trailing whitespace
7 years ago
Satoshi Oikawa 93ddf34e18 Fix failed python install of testing environment (#460) 7 years ago
Boris Sekachev 80e8a7bf22 Fixed: Cannot read property 'split' of undefined for interpolation points (#455) 7 years ago
Boris Sekachev 58e72a2986 Single-point interpolation (#453) 7 years ago
Nikita Manovich fa4cf1eb00
Merge pull request #451 from opencv/hotfix-0.4.1
Fixed JS syntax for Google Chrome < 72
7 years ago
Nikita Manovich 8617aaf4da
Merge branch 'develop' into hotfix-0.4.1 7 years ago
Nikita Manovich 0408756cf5
Merge pull request #450 from opencv/hotfix-0.4.1
Fixed JS syntax for Google Chrome < 72
7 years ago
Boris Sekachev e3cd297572 Fixed JS syntax for Google Chrome < 72 7 years ago