2197 Commits (8d03ed7959632d6f3ffd76020ad577fa409acfcd)
 

Author SHA1 Message Date
Boris Sekachev 076899afa3 Some minor fixes (#212)
* Fixed: single point wasn't created in right scenario, double press N (without any point) created a point
* Fixed: merge didn't create outside objects in some cases
* Fixed: split didn't work right
* Object selection propagated to next frame
7 years ago
Boris Sekachev d4ce6216d6 Fix context menu, text visibility for small images (#202)
* Fixed: both context menu are opened simultaneously
* Fixed: shape can be unavailable behind text
* Fixed: invisible text outside frame
7 years ago
Boris Sekachev ce06c957df Some fixes for resize. It becomes to work more stability. (#200) 7 years ago
Nikita Manovich c35d07c3e0 Fix LDAP auth for new users. (#192) 7 years ago
Nikita Manovich 608253f1cc
Permissions per tasks and jobs (#185) 7 years ago
Andrey Zhavoronkov d7e69982fd fix cloning of shape id property by split (#186) 7 years ago
Andrey Zhavoronkov 62027ac0be fixed save annotation for task functionality (#163) 7 years ago
Boris Sekachev d9da254a63 ESLint fixes (#161) 7 years ago
Nikita Manovich 08ac7c36e4
Fix a bug with search in admin panel for tasks. (#162) 7 years ago
Boris Sekachev 9e53a21f46 @transaction for select_for_update in update_job_status() (#160) 7 years ago
Andrey Zhavoronkov d11bc91031 Don't use 'pre_erase' flag inside save request. Renamed cleint_it -> id. (#158)
* removed pre_erase flag
* used 'id' name instead 'client_id' in client code and dumped annotation
7 years ago
Boris Sekachev 17c1598b19 Fixed status migration (#159) 7 years ago
Nikita Manovich 2816657948
Change a task with labels and attributes in admin panel (#157) 7 years ago
Boris Sekachev ae779938a9 Back link to task from annotation view (#156) 7 years ago
Boris Sekachev dd6bdeaa2a Tensorflow annotation update (rq queues instead of CVAT statuses) (#155)
* Use rq instead of cvat statuses
* Removed permissions for meta info
7 years ago
Boris Sekachev 920247dc31 Job status was implemented (#153) 7 years ago
Nikita Manovich 89234496ce
Add an extra field into meta section of a dump file (#149)
Fix #56
* Added extra field into meta section of a dump file.
* Add SafeCharField.
7 years ago
Boris Sekachev b353d83805 OpenVino installation process now uses the included depedendencies file (#148)
* OpenVino installation process now uses the included dependencies file
* Added repositories were removed
7 years ago
Boris Sekachev 30e58bdd94 OpenVino doc was updated (#145) 7 years ago
Andrey Zhavoronkov 42d79b550c Fixed bug for save functionality (#141)
In case of any changes during save request the state of exported shapes can be inconsistent. That leads to errors for future saves.
7 years ago
Boris Sekachev 02fcd015ad Fixed README.md file (#142) 7 years ago
Boris Sekachev 92b3d607d7 Update README.md (#138) 7 years ago
Boris Sekachev 0b10ba6429 OpenVino integration (#134)
* OpenVINO installation
* Separate tf_annotation -> tf_annotation and cuda support.
* TF Annotation app now supports openVino backend
* Doc for CUDA component
* OpenVINO Readme file was added
* OpenVINO env and pip requirements for model optimizer
* Update logging
* TF annotation Readme file was added
* Update CHANGELOG
* Keep aspect ratio for image, not reverse input channels
* Move analytics into components
7 years ago
Nikita Manovich c4dd686ac6
Restore default timeout in logstash confg 7 years ago
Nikita Manovich 3bffea8aae Minor fix in logstash config. 7 years ago
Nikita Manovich 553a171273
Create task timeout 1h -> 4h. (#136) 7 years ago
Boris Sekachev 1458d404dd Bug fixed: client_idx is repeated for various labels (#133) 7 years ago
Andrey Zhavoronkov 7badd24cb0 Incremental save of annotations (#120)
* using shapes id generated by a client
* removed md5.js, code cleanup
* fixed update_paths function; code cleanup;
* fixed import existing tasks without client_id
* added some sanity checks for cleint_id; improved annotation parser logic
* fixed dumping and uploading annotation if annotation task contains interpolation shapes
7 years ago
Nikita Manovich 8600970142
Improve dashboards for analytics. (#130) 7 years ago
Nikita Manovich 70891f0020
Fix several problems with analytics. (#129)
- collectstatic always
- conditionally urls for cvat.apps.log_viewer
- more logs from django in production
7 years ago
Nikita Manovich 45af7bdee3
Analytics v2 (#127)
* Add revproxy dependency
* Fix formating of task.log, improve fields of server events.
* Mount kibana app into /analytics/*
* Add logs for revproxy and x-forwarded-user header.
* Added F3 shortcut for analytics/log-viewer.
7 years ago
Nikita Manovich c5550899db
Add a volume for elasticsearch. (#122) 7 years ago
Nikita Manovich c096c2a600
Add analytics (#118)
* ELK stack to analyze logs from client and server
* Short-live container to configure kibana. Import kibana dashboards from export.json on startup.
* Client and server logging is working throw python-logstash
* Minor polishing of events and dashboards.
* Default is discover, new visualizations.
* Make comments more readable inside logger.js.
* Added a path for backups.
7 years ago
Nikita Manovich e4638685cd
Fix django vulnerability (#121) 7 years ago
Boris Sekachev b36b743c9a Minor changes (#119)
* Eslint fixes
* Update CHANGELOG.md
* Fix couple UI inconveniences
7 years ago
Boris Sekachev 6e9a597e12 Hide/lock for labels initial commit (#116) 7 years ago
Boris Sekachev ecd39acda8 Shortcuts patch (#117)
* Common escape button for exit from creating/groupping/merging/pasting/aam
* Switch outside/keyframe shortkeys
7 years ago
Boris Sekachev f3c406a8eb Bug has been fixed: label UIs don't update after changelabel (#109) 7 years ago
Boris Sekachev b8e0683448 Now we store virtual URL instead of update it in the browser address bar (#112)
* Copy URL, Frame URL and object URL functionality in a context menu
* Shift key in order to don't select any objects
7 years ago
Boris Sekachev 886f5e0d6c Incremental collection update now works with outside/keyframe (#114) 7 years ago
Boris Sekachev 221f534fb7 Add info about development environment into CONTRIBUTING.md (#110) 7 years ago
Eric Jiang addd1bbdb6 doc: grammatical cleanup of README.md (#107) 7 years ago
Boris Sekachev 758c9c2752 Incremental collection update (#104)
* Incremental collection update
* CHANGELOG.md has been updated
* Detach menu container only if frame has been changed. It strongly accelerate the onCollectionUpdate method during you add objects
7 years ago
Boris Sekachev cbe1b2d03e Get actual shape positions when enter to attribute annotation mode (#105) 7 years ago
Nikita Manovich 04e4b4aabe
Release 0.2.0 7 years ago
Boris Sekachev 16ce45707f Bug has been fixed: impossible to close points after editing (#98) 7 years ago
Boris Sekachev e7ffa8761f Fixes from release 0.2 (#99)
* Bug has been fixed: impossible to lock/occlude object in AAM
* Bug has been fixed: invisible points actually are visible
7 years ago
Boris Sekachev f15348c38c
Release 0.2 fix (#97)
* Bug has been fixed: invisible points actually are visible
* Bug has been fixed: impossible to lock/occlude object in AAM
7 years ago
Boris Sekachev 4d295df47a Develop changelog has been updated (#94) 7 years ago
Nikita Manovich ca7704374b Revert "Merge branch 'develop' into release-0.2"
This reverts commit 5ac095938b, reversing
changes made to fdf63cf00b.
7 years ago