Boris Sekachev
3c750d4efc
Fixed corner case during search ( #4198 )
...
* Fixed corner case during search
* Updated version & changelog
* Added tests
4 years ago
Boris Sekachev
b85a4ad77c
Added support of ellipses ( #4062 )
4 years ago
Nikita Manovich
4708b5ecf8
IAM: Open Policy Agent integration ( #3788 )
...
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
4 years ago
Maria Khrustaleva
f59d1f57f3
Support GCS ( #3919 )
...
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
4 years ago
Boris Sekachev
7bab58e1a6
Added rotated bounding boxes ( #3832 )
...
Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
4 years ago
Maria Khrustaleva
720d79845b
[cvat-core] support cloud storage ( #3313 )
...
* Update server-proxy
* Add cloud storage implementation && update enums
* Add api && fix server-proxy
* Add fixes
* small update
* Move from ui_support_cloud_storage
* Remove temporary credentials && fix typos
* Remove trailing spaces
* Apply lost changes
* manifest_set -> manifests
* [cvat-core] Add status && updated getpreview for getting the desired error message from the server
* Remove excess code
* Fix missing
* Add tests
* move from cycle
* Update CHANGELOG
* Increase version
5 years ago
Dmitry Kruchinin
59e47a3641
Unit test. Moving a task between/to project. ( #3291 )
5 years ago
Dmitry Kruchinin
c3fb14bf64
Cypress/unit tests. Label deleting feature. ( #2953 )
...
* Add dummy second label
* Add unit tests
* Update cypress command
* Add cypress tests
* Revert command.js requare
* Add css classes
* Add css class
5 years ago
Boris Sekachev
d6ac8cc5be
[Dependent] Simple Review Pipeline (Client) ( #2357 )
...
* tmp
* Removed migration
* Rebased
* Added signals & rating
* Updated API views
* Added reviewer serializer
* Added permissions
* Fixed some code issues
* Fixed swagger docs
* Some fixes
* Updated api method to create review
* Added some API tests & some fixes
* Added some tests
* Removed extra code
* cvat-core, basic review view
* Removed extra components
* Fixed context menu
* Added api method to canvas, removed extra files
* Implemented roi selection
* Added method to display rois on canvas
* Updated README.md
* Create issue dialog, some fixes
* Setup chat dialog windows
* Code refactoring
* Some fixes
* Small enhancement
* Fixed core tests, removed extra code
* A couple of fixes on canvas
* Canvas issues highlighting
* Small UX fix
* Fixed width of chat
* Code refactoring
* Added dialogs & review summary
* Fixed tests
* Fixed bug during rendering
* Applied changes from client part
* Fixed bugs in tests
* Added docs & setup plugins in cvat-core
* Aborted cypress changes
* Fixed comments
* Removed extra change
* Renamed fields
* Updated versions, fixed some comments
* Merged develop
* Merged develop
* Removed extra changes
* Removed extra changes
* Fixed tests
* Fixed scale & animation
* Using hull instead of the whole set of points
* Fixed minor issue
* Added additional logic to improve UX
* Updated task instance after review submitting
* Removed extra dependenci from package lock
* Fixed REST API test
* Removed /comments/<id> [PUT]
* /issue/comments/create [POST] -> /comments [POST]
* /job/<id>/reviews/create [POST] -> /reviews [POST]
* [PATCH] /issue/<id>/resolve(reopen) -> [PATCH] /issue/id
* Minor fix
* Updated till the latest REST APi
* Fixed test
* Reviewed review summary
* Review summary client-side
* Removed unused import
* Checking permissions client side
* Checking job permissions
* UP issue dialog onmouseout
* Added shadow & pressenter event
* Added ref initial value
* Using the same box shadow in the whole project
* Removed extra files in the patch
* Removed extra files in the patch
* Updated versions
* Updated changelog
* Fixed merge issue
* Set updated flag on changing a reviewer
* Fixed submit review modal
* Two minor issue fixed
* Searching issues & additional sidebar tab
* Show text for locked objects
* Fixed permissions for reviewers
* Fixed typos
* Fixed review request/submit actions, added action to finish a job
* Star rating instead
* Fixed migration
* Removed animation, updated blur/highlight behaviour, updated hiddel labels position
* Hide/show issues button, adjusted header
* Context menu & buttons
* Removed ability to select an object in region selector
* Do not show issues in AAM & tag annotation
* Fixed jest tests
* Fixed: cannot read property label of undefined
* Getting hull before creating the issue
* Added ability to leave quick comment one of latest
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Dmitry Kalinin
879deb5a52
Projects ( #2255 )
...
Initial implementation of Projects feature to group similar tasks into one group (aka Dataset UI in the future).
5 years ago
Dmitry Kalinin
a3404df407
Fixed cvat-core tests
5 years ago
Vitaliy Nishukov
7512fd6883
Reformatted ( #2349 )
5 years ago
Vitaliy Nishukov
00f6486f80
Z-Order flag in creation task process ( #2294 )
...
* Z-Order flag in creation task process has been removed
5 years ago
zhiltsov-max
5ab549956f
Merge annotations and dataset_manager apps ( #1352 )
6 years ago
Dmitry Kalinin
bf6f550561
React UI: cuboids ( #1451 )
6 years ago
Andrey Zhavoronkov
e7808cfb03
Data streaming using chunks ( #1007 )
...
Huge feature (200+ commits from different developers). It completely changes layout of data (please expect very long DB migration process if you have a lot of tasks). The primary idea is to send data as zip chunks (e.g. 36 images in one chunk) or encoded video chunks and decode them on the client side. It helps to solve the problem with latency when you try to view a separate frame in the UI quickly (play mode).
Another important feature of the patch is to provide access to the original images. Thus for annotations the client uses compressed chunks but if you want to export a dataset Datumaro will use original chunks (but video will be decoded with original quality and encoded with maximum/optimal quality in any case).
6 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
3a6a49625c
Updated dump/upload in cvat-core ( #635 )
...
* Annotation formats from the server
* Fixed dump
* Added API tests
* Dashboard integration
7 years ago
Boris Sekachev
ebbcb83464
Renamed cvatjs to cvat-core ( #590 )
...
* cvatjs => cvat-core
* Updated version
* Fixed docker directories
7 years ago