229 Commits (c417c9aed8842e4d0baeb858b2cc913d13ab7e3e)
 

Author SHA1 Message Date
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
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
Nikita Manovich c4672db353 Add a link on user's guide. 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
Andrey Zhavoronkov a5a9b0a019 used network: host option (workaround for (#443)
https://www.traviscistatus.com/incidents/kyf149kl6bvp issue)
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 66140fdadd Critical fix for version number (build error) 7 years ago
Nikita Manovich 0d09353275 Updated version number and CHANGELOG.md 7 years ago
Nikita Manovich 9d191c88ad Merge branch 'release-0.4' into develop 7 years ago
Nikita Manovich 4fe7078dd5 Merge branch 'release-0.4' 7 years ago
Nikita Manovich b8ecf74d79 Updated CHANGELOG.md 7 years ago
Nikita Manovich 7d6dcd1c04 Release 0.4.0 7 years ago
Nikita Manovich b6641b378e Merge branch 'master' into release-0.4 7 years ago
Nikita Manovich 0dd18e946c Update version for CVAT release. 7 years ago
Nikita Manovich e5b85b1724
cvat user guide v0.4.0 (#438) 7 years ago
Andrey Zhavoronkov c94e141115 use proper response code for exception api (201 instead 200) (#435) 7 years ago
Boris Sekachev 14d05d78c9 Fixed filter: * instead of labels and relational operators (#428) 7 years ago
Andrey Zhavoronkov 28d6439af7 don't generate additional log messages in case of send exception request was failed with 0 status (#426) 7 years ago
Boris Sekachev 10c80610c9 Fixed keys in git push (#423) 7 years ago
Boris Sekachev 6363d742fa Fixed filter for special characters (#422) 7 years ago