499 Commits (fccccabe2b5aaabec89fae24f54a2d6be7387e9a)
 

Author SHA1 Message Date
Nikita Manovich 34c3e0a22d
Merge pull request #926 from opencv/bs/cvat_ui_hints
Improved some hints
6 years ago
Boris Sekachev d3378b51da Improved some hints 6 years ago
Boris Sekachev 4bac697cb1 Updated message 6 years ago
Nikita Manovich a2a03d2bd5
implemented adas semantic segmentation (#890) 6 years ago
Maksim Markelov f90a22f31b Remove deprecated html attributes (#924) 6 years ago
Boris Sekachev 83215b34cf Added padding 6 years ago
zhiltsov-max 5458de7464 [Datumaro] Add YOLO converter (#906)
* Add YOLO converter
* Added yolo extractor
* Added YOLO format test
* Add YOLO export in UI
6 years ago
himalayanZephyr 1af9105bb1 Yolov3 interpretration script fix for 'Annotation failed' and changes to mapping.json (#896) (#912) 6 years ago
Boris Sekachev 1fc7e45f51 Copy JOB info to clibpard 6 years ago
Ben Hoff 36c3e2c4d9 implemented adas semantic segmentation 6 years ago
Boris Sekachev 32027ce884 UI eslint fixes (#908)
* Installed airbnb fullsettings
* Fixed actions menu
* Create model/task page
* File manager, header
* Labels editor
* Login, register
* Models page & model runner
* Tasks page
* Feedback and base app
* Tasks page
* Containers
* Reducers
* Fixed additional issues
* Small pagination fix
6 years ago
Nikita Manovich c0f1854f79
Restore session id (#905)
* Restore session id when we use token authorization.
6 years ago
Boris Sekachev 72517557d3 Fixed some issues with dump (#904)
* Changed method for downloading annotations

* Initial commit

* Initial commit

* Updated download method for dataset

* fixed eslint error
6 years ago
Andrey Zhavoronkov f3a3f4c90a Az/fix meta requests (#903)
* fixed processing of meta requests
6 years ago
dependabot[bot] fec27ba10c Bump django from 2.2.4 to 2.2.8 in /cvat/requirements (#902)
Bumps [django](https://github.com/django/django) from 2.2.4 to 2.2.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.4...2.2.8)

Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
Boris Sekachev 171a9202ed React & Antd: Dashboard migration (#892)
* Removed old dashboard
* Getting all users
* Updated changelog
* Reimplemented login decorator
* Implicit host, scheme in docker-compose
* Fixed issue with pagination
* Implicit page size parameter for tasks
* Fixed linkedin icon, added links to tasks in notifications
* Configurable method for check plugin
6 years ago
Maksim Markelov dc7bfa9b12 Fix some spelling (#897) 6 years ago
Andrey Zhavoronkov 0e7845a1e6 set CORS_REPLACE_HTTPS_REFERER option to True (#895) 6 years ago
Nikita Manovich a71d4d4327 Token auth for non-REST API apps (#889)
* Token authorization for non REST API apps (e.g. git, tf annotation, tf segmentation)
6 years ago
a-andre 76c0af2d66 VOC converter: Use depth from CVAT XML if available (#885) 6 years ago
Nikita Manovich 454eaf92c2
page_size parameter for all REST API methods (#884)
* Added page_size parameter for all REST API methods which returns list of objects.

Also it is possible to specify page_size=all to return all elements.

* Updated changelog.md
6 years ago
zhiltsov-max 59df0dfabc [Datumaro] Pip installation (#881)
* Add version file
* Remove unnecessary dependencies
* Add lxml use motivation
* Add pip setup script
* Reduce opencv dependency
* Fix cli command
* Codacy
6 years ago
Boris Sekachev 693e32e867 Configurable REST for UI, minor improvements (#880) 6 years ago
zhiltsov-max 0bab60b7a0 Add cvat cli to datumaro project export (#870) 6 years ago
zhiltsov-max 37589e4d58 Fix redirect (#878) 6 years ago
Boris Sekachev 911b4e9229 React & Antd UI: Export dataset, refactoring & fixes (#872)
* Automatic label matching (by the same name) in model running window
* Improved create task window
* Improved upload model window
* Fixed: error window showed twice
* Updated CONTRIBUTING.md
* Removed token before login, fixed dump submenu (adjustment), fixed case when empty models list displayed
* Export as dataset, better error showing system
* Removed extra requests, improved UI
* Fixed a name of a format
* Show inference progress
* Fixed model loading after a model was uploaded
6 years ago
zhiltsov-max 9cb48ef2c2 [Datumaro] Disable lazy image caching by default (#876)
* Disable lazy image caching by default
* Deterministic cache test
* Add displacing image cache
6 years ago
zhiltsov-max c3d464c9a0 [Datumaro] Fix coco images export (#875)
* Update test
* Fix export
* Support several image paths in coco extractor
6 years ago
zhiltsov-max 50c40ba70d Coco converter updates (#864) 6 years ago
zhiltsov-max 394de98979 Add a dataset export button for tasks (#834)
* Add dataset export button for tasks in dashboard
* Fix downloading, shrink list of export formats
* Add strict export format check
* Add strict export format check
* Change REST api paths
* Move formats declarations to server,
6 years ago
Boris Sekachev 9f63686baf React & Antd UI: Model manager (#856)
* Supported git to create and sync
* Updated antd
* Updated icons
* Improved header
* Top bar for models & empty models list
* Removed one extra reducer and actions
* Removed one extra reducer and actions
* Crossplatform css
* Models reducers, some models actions, base for model list, imrovements
* Models list, ability to delete models
* Added ability to upload models
* Improved form, reinit models after create
* Removed some importants in css
* Model running dialog window, a lot of fixes
6 years ago
Ben Hoff 73e5327bad Mit license for pixellink and changelog (#862) 6 years ago
zhiltsov-max 74f720a3d2 Add dataset export facility (#813)
* Add datumaro django application
* Add cvat task datumaro bindings
* Add REST api for task export
* Add scheduler service
* Updated CHANGELOG.md
6 years ago
telenachos 3aa4abf8a7 Adding dump and load support for MOT CSV format. (#830)
* Adding dump and load support for MOT CSV format.
* Updated test cases to use correct track annotations for MOT format.
* Removed behaviour of MOT loader which would duplicate the last track
shape prior to setting outside=True.
6 years ago
zhiltsov-max 112bab173a Add LabelMe format support (#844)
* Add labelme export
* Add LabelMe import
* Add labelme format to readme
* Updated CHANGELOG.md
6 years ago
Ben Hoff 98e851a21e added in new interp files for pixel link v0004 (#852) 6 years ago
Boris Sekachev 3b6961f4db React & Antd UI: Create task (#840)
* Separated component user selector
* Change job assignee
* Basic create task window
* Bug fixes and refactoring
* Create task connected with a server
* Loading status for a button
* Reset loading on error response
* UI improvements
* Github/feedback/share window
6 years ago
zhiltsov-max 690ecf9c66 Add support for ip git repo urls (#827)
* Add support for ip v4 git repo urls
* Add tests for git urls
6 years ago
Andrey Zhavoronkov befe5efba0 Fix upload anno for COCO (#788)
* COCO: load bbox as rectangle if segmentation field is empty
* added unit test for coco format (case: object segment field is empty)
6 years ago
Nikita Manovich 1487ceafb9
Fix login problem (unathorized user cannot login). (#812) 6 years ago
Boris Sekachev 9016805f8e User interface with React and antd (#811)
* Fixed links for analytics and help
* Delete task functionality
* Added navigation for create and open task
* Added icon for help
* Added easy plugin checker
* Header dependes on installed plugins
* Menu depends on installed plugins
* Shared actions menu component, base layout for task page
* Task page based (relations with redux, base layout)
* Added attribute form
* Finished label creator
* Added jobs table
* Added job assignee
* Save updated labels on server
* Added imports plugin, updated webpack
* Editable bug tracker
* Clean task update
* Change assignee
6 years ago
Ben Hoff 51cfab1a9e fix serialize bug when using AutoAnnotation runner (#810) 6 years ago
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