357 Commits (9a9f3fa4f28afee81cf796cb92e2964cf278ba02)
 

Author SHA1 Message Date
dependabot[bot] 9a9f3fa4f2 Bump eslint-utils from 1.4.0 to 1.4.3 in /cvat-canvas (#809)
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.3.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.3)

Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
dependabot[bot] 111626d1c8 Bump pillow from 5.3.0 to 6.2.0 in /utils/cli (#807)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 6.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/5.3.0...6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
dependabot[bot] 7762dc00d2 Bump pillow from 5.1.0 to 6.2.0 in /cvat/requirements (#808)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.1.0 to 6.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/5.1.0...6.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
Nikita Manovich b09ac3b105
Update CHANGELOG.md 6 years ago
Reza Malek d99140a0fb Auto segmentation using Mask_RCNN (#767) 6 years ago
Ben Hoff 310e208229 Fix Yolo: swap width, height; Change box coord order; parsing fix (#802) 6 years ago
Ben Hoff 6df3f5397e fix off by one error in mask rcnn (#801) 6 years ago
Ben Hoff dfc33b5b37 added in semantic segmentation instructions to README (#804) 6 years ago
Andrey Zhavoronkov 05c52302f6 Annotation formats documentation (#719)
* added handling of truncated and difficult attributes for pascal voc
loader/dumper
added descriptions of supported annotation formats
* added YOLO example
* made match_frame as Annotations method
changed 'image/source_id' field TF feature from int64 to string
(according to TF OD API dataset utlis)
* updated README
improved match_frame function
* added unit tests for dump/load
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
Ben Hoff dd821ca66f Change the version of OpenVINO compatibility (#797)
* Change the version of OpenVINO compatibility
6 years ago
Ben Hoff 3bc1df8ece Update documentation to point to OpenVino component documentation (#752) 6 years ago
Boris Sekachev 5f511b7543 User interface with React and antd (#785)
* Dump & refactoring
* Upload annotations, cvat-core from sources
* Added download icon
* Added icon
6 years ago
RS Nikhil Krishna 4361bc548c Added `restart` tag to docker-compose for `cvat_ui` (#789) 6 years ago
Nikita Manovich 6462e00d03 Fixed a case when a task's owner can be undefined. (#782) 6 years ago
Nikita Manovich f3be6ae500
Integration with Zenodo (#779)
* Updated CHANGELOG with information about Zenodo
* Updated version of the project.
6 years ago
Ben Hoff 2640e6c579 allow security segmentation models to be used in auto annotation (#759) 6 years ago
Ben Hoff e9e52f35cb add in serializing check in auto annotation model runner (#770) 6 years ago
Boris Sekachev 695fc37924 User interface with react and antd (#755)
* Login page, router
* Registration
* Tasks view
6 years ago
Nikita Manovich 7e214f85fe
Add more information into questions section (#766) 6 years ago
Nikita Manovich 9ec721666e
Added information about a fixed issue. (#765) 6 years ago
Johannes222 197a36600a Disable fix_segments_intersections for now (#751)
* Disable fix_segments_intersections for now

When the bounding boxes had intersections and were exported with the COCO JSON format they were often cut off. I commented out the line with the function fix_segments_intersections and replaced it with lines of that function. This helped with the bounding boxes and keeps the masks as they are created with CVAT. It is probably inconvenient for the user to get something fixed in the export without an active agreement of the user. Secondly letting a function automatically fix segments could result in a bad fix.

* Use fix_segments_intersections only with z-order

The fix_segments_intersections will only be used when the z-order flag is set. This is useful for bounding boxes or masks which don't need to be fixed. This fix was created according to Andrey Zhavoronkov's (@azhavoro) advice.
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
Ben Hoff a18fb6d6ec add robust JSON handeling for auto annotation runner (#758) 6 years ago
telenachos a18e83bafe Updating string format for case missed in PR #746. (#757) 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
Nikita Manovich 73bab7bea6
Slightly enhance command line interface feature (#746)
* Slightly enhance command line interface feature.
Added README.md, run tests using travis, run CLI tests from VS code.
* Removed formatted string due to a limitation on our python version inside the container.
* Add information about command line interface to the main page.
6 years ago
Johannes222 b3d3ad24a9 COCO Annotation IDs should begin with 1 (#748)
Currently the annotation ID begins with 0 which is interpreted by cocoapi as a false detection. The array dtm saves the matches via the ground truth annotation ID. The variable dtm is initialized as an array of zeros. 636becdc73/PythonAPI/pycocotools/cocoeval.py (L269)
636becdc73/PythonAPI/pycocotools/cocoeval.py (L295)
636becdc73/PythonAPI/pycocotools/cocoeval.py (L375)
6 years ago
Nikita Manovich df4589b52e
Fix an issue with permissions (observer can change annotations) (#745)
* Fixed a problem with observer (check_object_permissions method was not called)
* Added a test case to cover issue #712.
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
Ben Hoff 8e7a75847e remove deprecated method call `from_ir` (#726) 6 years ago
Ben Hoff 91f77139ef added method docs to Auto Annotation inference.py (#725) 6 years ago
Nikita Manovich f537236e11
Fix the problem with duplicated frames in case of "share" (#735)
* Fix the problem with duplicated frames in case of "share".
* Fix a case when the code works incorrectly

/a/b/c
/a/b/c0

Previously only /a/b/c will be in output but should be both.
6 years ago
Nikita Manovich 1ec89b5f6a
Selecting non images leads to 400 error (#734)
* Fix HTTP 400 error if together with vision data the user submit non-vision data (e.g. text files)
* Ignore SVG images because Pillow doesn't work with them.
6 years ago
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