477 Commits (dbdcd4fd86bb1874e8f73571385ebac595e9e095)

Author SHA1 Message Date
Mingxin Zheng 45a0530fac
Fix auto annotation doc ##2843 (#2847)
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
Co-authored-by: hustfyb <hustfyb@gmail.com>
Co-authored-by: Mingxin Zheng <Mingxin.Zheng@Philips.com>
5 years ago
Ali Jahani f8ce8c13c0
CLI- Task list improvement (#2863)
* cli - task list now returns list of current tasks

* updated changelog

* fixed formatting
5 years ago
DmitriyOparin b6c37ec44f
Fixed of receiving 'function' variable (#2860)
* fixed of receiving function variable

* change CHANGELOG.md

Co-authored-by: Dmitriy Oparin <dmitriyx.oparin@intel.com>
5 years ago
Boris Sekachev 6f0215d63b
Improved maintanance of popups visibility (#2809)
* Manual handling of popovers visibility

* Updated version & changelog, added minor comments

* Removed extra user hook
5 years ago
manasars 20e997d6ec
CVAT-3D-M3 (#2768)
* CVAT-3D Updated the Mime Types with Bin Support, added dependency of open3D

* CVAT-3D Added additional column as Dimension for engine_task table and created a relatedfiles table for PCD to Image mapping.

* Added Support for 3D file Upload in BIN and PCD.

* Added Dimension attribute defaulting to 2D for importer and exporter.

* Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers

* Modified code as per review comments

* Updated Unit test cases for 3D task creation

* Refactored Dimension Enum in UI and backend code

* Resolving conflicts

* Updated Unit Test Case

* Refactored TaskDimension to DimensionType, Simplified usage of Dimension accross classes

* Removing manually created test files

* Removing old pcd mime-type mapping

* Added test files generated by synthetic data using open3d

* Merged with develop branch latest changes

* Added libraries required for open3d

* Added files

* Added synthethic pcd,bin and img test files

* Modified test file name

* Trigger travis ci

* Modified test case to ignore 3D preview images

* Trigger notification

* Deleting DS Store files

* Modified test cases as per review comments

* Checking pre-commit hook

* Fixed Lint issues - precommit hook verification

* Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show

* Modified changes

* Added canvas3D for 3D Perspective

* Added missing files

* Added code to get image context for 3D view

* Codacy check for stylesheet

* Modified frame navigantion for 3D View

* Modified style for context-image

* Trigger notification

* Added Support for 3D file Upload in BIN and PCD.

* Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers

* Modified code as per review comments

* Refactored Dimension Enum in UI and backend code

* Merged with develop branch latest changes

* Added files

* Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show

* Modified changes

* Added canvas3D for 3D Perspective

* Added missing files

* Added code to get image context for 3D view

* Codacy check for stylesheet

* Modified frame navigantion for 3D View

* Modified style for context-image

* Changed cvat-data lint issues

* Modified to use opencv as per review comments

* Removed unwanted imports

* Fixed css and added usage of hooks

* Merged Develop branch code

* Removed unused data structures

* Removed unused data structures

* Refactored unused data structures

* Added three js dependency in cvat ui package-lock.json

* Merged develop branch code and refactored code

* Fixed snyk issue

* Modified Camera Icon in photo-context

* Update icons.tsx

* Remove unused svg file

* Modified changelog file

* Added changes for CVAT-3D Milestone3

* Added missing line as per codacy check

Co-authored-by: cdp <cdp123>
5 years ago
Boris Sekachev dc4760aeb1
Fixed polygon editing (#2808)
* Fixed polygon editing
* Updated version & changelog
* Try to restart codacy
5 years ago
Boris Sekachev da6943bad7
Update CHANGELOG.md 5 years ago
Ali Jahani 59c3b28116
GPU-Suport: Mask-RCNN + Minor GPU fixes (#2714)
* fixed cpu mask rcnn+preparation for gpu
* fix-limit gpu memory to 30% of total memory per worker

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
PMazarovich 7720a8f6c2
Logstash persistent queue improvement (#2744)
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
5 years ago
Dmitry Kalinin e43707d779
Project task subsets (#2774)
* Added task project subsets

* Added components list key

* Added subset field resetting and subset header

* Added CHANGELOG and increased npm package version

* Added replacing camelcase to snake
5 years ago
Andrey Zhavoronkov 108947fbce
Added CI workflow to publish CVAT images (#2766)
* Configured CI workflow for public images
* updated license headers
* align list item indent rule for remarklint and prettier
* updated changelog

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Nikita Manovich 97cb892844
IOG serverless function + some fixes (#2578)
* Initial version of Inside Outside Guidance serverless function
* Support neg_points in interactors
* Improved deployment process of serverless functions
* Improve installation.md for serverless functions.
* Update CHANGELOG, use NUCLIO_DASHBOARD_DEFAULT_FUNCTION_MOUNT_MODE as
recommended by nuclio developers.
* Disable warning from markdown linter about max line length for a table.
* Fix IOG function with conda environment
* Fix tensorflow matterport/mask_rcnn

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Boris Sekachev 2da29e4f0b
Do not call HOC component each render (#2780)
* Fixed issue #2753

* Updated version & changelog

* Wire opencv popover via HOC
5 years ago
Dmitry Kalinin 77acd7d3fa
Fixed cuboid perspective change (#2733)
* Fixed cuboid perspective change

* Added CHANGELOG and npm version increased
5 years ago
manasars 5c67846c20
CVAT-3D Milestone2 (#2645)
* CVAT-3D Updated the Mime Types with Bin Support, added dependency of open3D

* CVAT-3D Added additional column as Dimension for engine_task table and created a relatedfiles table for PCD to Image mapping.

* Added Support for 3D file Upload in BIN and PCD.

* Added Dimension attribute defaulting to 2D for importer and exporter.

* Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers

* Modified code as per review comments

* Updated Unit test cases for 3D task creation

* Refactored Dimension Enum in UI and backend code

* Resolving conflicts

* Updated Unit Test Case

* Refactored TaskDimension to DimensionType, Simplified usage of Dimension accross classes

* Removing manually created test files

* Removing old pcd mime-type mapping

* Added test files generated by synthetic data using open3d

* Merged with develop branch latest changes

* Added libraries required for open3d

* Added files

* Added synthethic pcd,bin and img test files

* Modified test file name

* Trigger travis ci

* Modified test case to ignore 3D preview images

* Trigger notification

* Deleting DS Store files

* Modified test cases as per review comments

* Checking pre-commit hook

* Fixed Lint issues - precommit hook verification

* Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show

* Modified changes

* Added canvas3D for 3D Perspective

* Added missing files

* Added code to get image context for 3D view

* Codacy check for stylesheet

* Modified frame navigantion for 3D View

* Modified style for context-image

* Trigger notification

* Added Support for 3D file Upload in BIN and PCD.

* Added props passing for dimension attribute, filtering of import, Migration Scripts and Dimension attribute for MpegChunk Writers

* Modified code as per review comments

* Refactored Dimension Enum in UI and backend code

* Merged with develop branch latest changes

* Added files

* Added changes for CVAT-3D Milestone2 changes - Frame Navigation, photo context hide and show

* Modified changes

* Added canvas3D for 3D Perspective

* Added missing files

* Added code to get image context for 3D view

* Codacy check for stylesheet

* Modified frame navigantion for 3D View

* Modified style for context-image

* Changed cvat-data lint issues

* Modified to use opencv as per review comments

* Removed unwanted imports

* Fixed css and added usage of hooks

* Merged Develop branch code

* Removed unused data structures

* Removed unused data structures

* Refactored unused data structures

* Added three js dependency in cvat ui package-lock.json

* Merged develop branch code and refactored code

* Fixed snyk issue

* Modified Camera Icon in photo-context

* Update icons.tsx

* Remove unused svg file

* Modified changelog file

Co-authored-by: cdp <cdp123>
5 years ago
Boris Sekachev e0fc323a4d
Intelligent scissors with OpenCV javascript (#2689)
* Some UI implementations

* Added opencv wrapper

* Updated Opencv wrapper

* Moved initialization stub

* Added threshold

* Setup interaction with canvas

* Fixed couple of issues

* Added threshold, changing size via ctrl

* tmp

* Aborted host change

* Fixed threshold

* Aborted host

* Some fixes

* Using ready label selector

* Raw implementation

* Added additional arguments

* Fixed some minor issues

* Removed unused file

* Fixed tool reset

* Added short instructions to update opencv.js

* Fixed corner case

* Added error handler, opencv version, updated cvat_proxy & mod_wsgi

* OpenCV returned back

* Using dinamic function instead of script

* Updated changelog & version
5 years ago
Boris Sekachev 789d6dd1eb
Fixed: Issue with point region doesn't work in Firefox (#2727)
* Fixed: Issue with point region doesn't work in Firefox

* Updated changelog & version

* Fixed license header
5 years ago
PMazarovich a64fc9ab98
Changeme fix (#2751) 5 years ago
Boris Sekachev 0380460041
Fixed a couple of css-related issues (#2736)
* Fixed some css

* Aborted extra changes

* Updated version & changelog

* Fixed test
5 years ago
Vladimir Skubriev 2e9b17afad
Feature/update https setup readme (#2656)
* updated README section HTTPS deploy

* updated CHANGELOG.md

* removed security headers that brokes kibana

* fixed codacy warnings in installation.md

* updated README section HTTPS deploy
updated CHANGELOG.md

removed security headers that brokes kibana


fixed codacy warnings in installation.md

* updated TOC
5 years ago
Dmitry Kalinin 30678f9726
Fixed lambda project labels (#2725)
* Fixed lambda project labels

* Added CHANGELOG

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Boris Sekachev 16b7915ae2
Fixed: The list of files attached to the task is not displayed (#2706)
* Fixed: The list of files attached to the task is not displayed

* Updated changelog & version
5 years ago
Boris Sekachev d48cc53e76
Fixed: Cuboids are missed in annotations statistics (#2704)
* Fixed: Cuboids are missed in annotations statistics

* Updated changelog & version
5 years ago
PMazarovich dfa9c0d267
Logstash+Kibana improvements (#2531) 5 years ago
Dmitry Kalinin ff85fe0006
Fixed styles for filters select (#2614)
* Fixed styles for filters select

* Added CHANGELOG

* Aborted style changes

* Aborted style changes

* Aborted version

* Fixed couple of bugs

* Updated version

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Andrey Zhavoronkov 66a32b178c
Fix ssl verification error (#2683)
* added ca-certificates package

* updated changelog
5 years ago
Boris Sekachev c0c1bbcce6
Updated antd version, removed extra package from package.json (#2669)
* Updated antd version, removed extra package from package.json

* Updated version & changelog

* Aborted extra changes
5 years ago
Andrey Zhavoronkov 7a3f34addb
Fixed kibana startup initialization and documentation (#2659)
* fixed kibana setup and documentation

* updated changelog
5 years ago
Nikita Manovich 8cf3ebcb68 Update CHANGELOG in accordance with the latest changes. 5 years ago
Nikita Manovich 3d8f3c6f0b Update CHANGELOG and bump the server version till 1.3.0-alpha 5 years ago
Nikita Manovich da4efddd59 Update CHANGELOG and the server version. 5 years ago
Boris Sekachev 33b9f8bc55
Fixed project removing (#2626)
* Fixed project removing

* Updated changelog
5 years ago
Andrey Zhavoronkov 48b6da9361
Fix frame preloading (#2608)
* fixed frame preloading

* version++

* updated changelog
5 years ago
Andrey Zhavoronkov f8e9dc3380
Fixed the memory consumption when creating a task (#2582)
* fixed the memory consumption when creating a task

* fixed _get_frame_size function

* updated changelog
5 years ago
Ali Jahani eb349a6671
Updated Changelog for GPU Support (#2577)
* updated the documentation

* boosting nuclio version to 1.5.8

* fixed bug for png alpha channel

* added support for tensorflow gpu

* fixed typos

* Update cvat/apps/documentation/installation_automatic_annotation.md

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>

* Addressing pr comments - improved documentation and removed code duplication

* removed extra spaces

* Update nuclio to 1.5.8

* fixed typo

* removed extra cpu deployment

* renamed files

* updated changelog

* updated changelog

* removed extra word

Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
5 years ago
Nikita Manovich 6dd8130475 Update CVAT version and changelog. 5 years ago
Nikita Manovich 783fbac19d Update CHANGELOG 5 years ago
Anastasia Yasakova 916dd6dff7
Add CamVid format (#2559)
* Update Datumaro to 0.1.4

* Add CamVid format

* Add CamVid to documentation

* Update changelog.

* Added information about ImageNet and CamVid into README.md

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Boris Sekachev 26b2276c42 Merged develop 5 years ago
Boris Sekachev 473d69991c
Merge pull request #2545 from openvinotoolkit/bs/enabled_ability_change_positions_aam
Abort PR #2506 by customer request
5 years ago
Boris Sekachev c0c9074587 Abort PR #2506 by customer request 5 years ago
Boris Sekachev b89ea5841f Updated version & changelog 5 years ago
Boris Sekachev df76d21d51 Updated changelog & version 5 years ago
Boris Sekachev d296f91a2c Updated version & changelog 5 years ago
Boris Sekachev cc3e977f35 Updated changelog 5 years ago
Boris Sekachev 8c407b0399 Merge branch 'develop' into bs/label_selector_refactoring 5 years ago
Boris Sekachev 3a51f81e98 Merge branch 'develop' into bs/label_selector_refactoring 5 years ago
Boris Sekachev 71b48ece76 Fixed changelog 5 years ago
Boris Sekachev 26d9eba039
Merge branch 'develop' into bs/fixed_grouping 5 years ago
Boris Sekachev 7ebc8d02df
Merge branch 'develop' into bs/fixed_issue_2516 5 years ago
Boris Sekachev 5bd943cf16 Merged develop 5 years ago
Boris Sekachev 2c132012c2 Merged develop 5 years ago
Boris Sekachev 1427126bf9 Merged develop 5 years ago
Boris Sekachev d2ab7ef480 Merged develop 5 years ago
Boris Sekachev 2cdc7aeef0 Updated changelog & version 5 years ago
Boris Sekachev fcc15ced82 Merged develop 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
Andrey Zhavoronkov 45e2ea0707
Added support of mxf videos (#2514)
* added support of mxf videos
5 years ago
Maya 0292fbba8f Updated CHANGELOG 5 years ago
Boris Sekachev 19142dd262 Updated version & package json 5 years ago
Boris Sekachev b0a945ce4e Updated version & changelog 5 years ago
Boris Sekachev e2d22d3564 Updated CHANGELOG & version 5 years ago
Boris Sekachev d011d20029
Merge branch 'develop' into bs/fixed_empty_frame 5 years ago
Andrey Zhavoronkov b40863f1a3 updated changelog 5 years ago
Boris Sekachev f4eb7dfb8e Updated changelog & version 5 years ago
Dmitry Kalinin c61402522e Added CHANGELOG and npm version 5 years ago
Dmitry Kruchinin 75d2826a3d
[Dependent] Cypress test. Project functionality. (#2459)
* init server changes
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
Boris Sekachev b7da49d797
Merge pull request #2445 from openvinotoolkit/dk/cvat-core-pacth-requests-fix
Partly update fields with PATCH requests
5 years ago
Boris Sekachev 4ef1de0081 Merged develop 5 years ago
Boris Sekachev 0015d51909 Merged develop 5 years ago
Boris Sekachev 8e10e8eb3a Merged develop 5 years ago
Boris Sekachev abaf7f5c00 Merged develop 5 years ago
Boris Sekachev dd3288080d Merged develop 5 years ago
Boris Sekachev dd2e3074ef
Merge branch 'develop' into bs/fixed_issue_2411 5 years ago
Dmitry Kalinin 374f330604 Added CHANGELOG and versions 5 years ago
Boris Sekachev cf9e287e9d Updated changelog 5 years ago
Boris Sekachev c0d92ed90d Updated changelog 5 years ago
Boris Sekachev 47a26a58b4 Updated changelog 5 years ago
Boris Sekachev ff2a0d4d7d Increased version, updated changelog 5 years ago
Boris Sekachev 267af7567a Updated changelog 5 years ago
Boris Sekachev 926d19b51a Updated changelog 5 years ago
Maria Khrustaleva f2d0b71b72
Fixed saving of relative paths in dummy chunks instead of absolute (#2424)
* Fixed saving of relative paths in dummy chunks instead of absolute

* Updated CHANGELOG
5 years ago
Andrey Zhavoronkov ddef6c1b43 updated license headers and changelog 5 years ago
Dmitry Kalinin 8c2200356d Merge remote-tracking branch 'origin/develop' into dk/user-search 5 years ago
Nikita Manovich a916e65553 Update changelog and version of CVAT server 5 years ago
Nikita Manovich 6a9fb2650a
Update changelog (#2406) 5 years ago
Maria Khrustaleva bbfa880d1f
Added ability to correct upload video with a rotation record in the metadata (#2218)
* Added ability to correct upload video with a rotation record in the metadata

* fix sizes of rotated preview

* fix sizes of rotated frame

* Added tests for uploaded video with rotation record in metadata

* Used OpenCV instead of PIL

* Fixed tests

* Update CHANGELOG

* fix

* Moved function

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Boris Sekachev 947d35673a
Merge pull request #2350 from openvinotoolkit/dk/ui-build-ci
Using npm ci
5 years ago
Boris Sekachev a1ab2fd0c1
Merge branch 'develop' into zm/update-dm 5 years ago
Dmitry Kalinin 0d0af4bbb7 Merge branch 'develop' into dk/ui-build-ci 5 years ago
Dmitry Kalinin 44c0bdf850 Merge branch 'develop' into dk/user-search 5 years ago
Zhiltsov Max 1cb0fabd39 update changelog 5 years ago
Dmitry Kalinin 0baeee7e03 Added CHANGELOG 5 years ago
Dmitry Kalinin ab299b4c27 Added CHANGELOG 5 years ago
Andrey Zhavoronkov ba8b4bdc99 Merge remote-tracking branch 'origin/develop' into az/fix_kibana_visualization 5 years ago
Andrey Zhavoronkov 256e85d871 updated changelog 5 years ago
Vitaliy Nishukov 7512fd6883
Reformatted (#2349) 5 years ago
Maxim Zhiltsov e0afbaf507
Don't export outside frames in frame-based formats (#2345)
* Exclude outside shapes from per frame export

* update changelog
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
Vitaliy Nishukov c50e3efca5
Disable prettier autoformat for ui module (#2325)
* Disable prettier autoformat for ui module

* CHANGELOG.md updated
5 years ago
Boris Sekachev bcc8bba39e
Fixed: cannot read property 'label' of undefined (#2311)
* Fixed: cannot read property 'label' of undefined

* Updated UI package version & changelog

* Fixed tests
5 years ago
Boris Sekachev df6e6fd3ca
Fixed bug: 'Cannot read property each of undefined', fixed points size (#2307)
* Fixed bug: 'Cannot read property each of undefined', fixed points size

* Updated version, updated changelog
5 years ago
Andrey Zhavoronkov 796a8d3f54
fixed cvat startup process (#2293)
* fixed cvat startup process

* updated readme

* updated license header

* updated CHANGELOG

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Maxim Zhiltsov d4129f2868
Add MOTS png format (#2198)
* Add mots format

* fix upload

* update docs

* update changelog

* Update datumaro dependency

* fix header

* update dm dependency

* Support importing with outside property in mot and mots

* fix track exporting

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
tdowgiel 2b221d26fd
Allow to login into UI with token from api/v1/auth/login (#2234)
* Allow to login into UI with token from api/v1/auth/login

* Update changelog

* style

* Rev

* Rev: Fixed style. Added cva-ui version to UI. Fixed endless redirection with wrong tokens

* eslint

* revert cvat-core/package-lock.json

* Rev: Fixed import order and return type

* Revert bindings
5 years ago
Vitaliy Nishukov 678f5b9277
Eslint-Prettier integration & pre commit hook (#2272)
* Eslint prettier integrations and precommit hook on fly

* CHANGELOG update and package.json version patch
5 years ago
Vitaliy Nishukov a781e1cee1
UI improvements (#2238)
* Layout grid

* Changelog notes

* License headers

* Get rid of fixed layot in nested components

* Multiple grids

* Multiple grids HF

* Grid use react-hotkeys

* Cleanup and test fix

* Version up

* Notifications overlay fix
5 years ago
Andrey Zhavoronkov a222741f6b
Rename git app (#2243)
* renamed application git -> git_manager

* removed _GitImportFix class

* fixed cli tests

* git_manager -> dataset_repo

* updated changelog

* fixed dataset manager tests
5 years ago
Maxim Zhiltsov f138859c1a
Add auto inference of host scheme in CLI (#2240)
* Add auto inference of host scheme in CLI

* update changelog
5 years ago
Maria Khrustaleva 072482ffe8
Changed "prepare data on the fly" functionality (#2217)
* Added ability to upload meta information with video & some fixes

* Added documentation for data on the fly preparation

* Added ability to prepare meta information for video manually

* fix

* style: fix codacy issues

* Refactoring

* docs: add optional parameter

* Add test

* Add license header

* Update CHANGELOG

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Maxim Zhiltsov e9552f84f3
Update media extractors (#2154)
* Fix PDF reading

* Fixes

* update changelog

* t

* fix len

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Dmitry Kalinin 8a1842c77c
Optional chaining plugin for cvat-ui and cvat-canvas (#2249)
* Added optional chaining plugin

* Added CHANGELOG.md
5 years ago
abdullahrkw 2f516233e2
adding PR link in changelog (#2237) 5 years ago
abdullahrkw abf9814bc1
Dockercompose version update 2.3 --> 3.3 (#2235)
* updating dockercompose from 2.3 to 3.3

* adding changelog

* updating version in ci

* updating network mode docker-compose.ci

* updating version in components/serverless/docker-compose
5 years ago
Boris Sekachev a5b2229039
Added ability to search for an empty frame (#2221)
* Fixed some eslint issues in cvat-core

* Added ability to search empty frames

* Updated version

* Updated changelog

* Fixed issue with track

* Fixed eslint issues
5 years ago
Dmitry Agapov f2c84a2653
Nuclio as a plugin in CVAT, improved system to check installed plugins (#2192)
* allow to run cvat without nuclio

* fix new line

* fix comments

* Updated core version

* refactoring

* minor refactoring, fixed eslint issues, added documentation to cvat-core, updated ui version, updated changelog

* move plugins to serverViewSet

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Vitaliy Nishukov d4b0e11cab
Add Mac OS dependencies notes (#2177)
* Add Mac OS dependencies notes

* Comments fix

* Description in CHANGELOG

* CONTRIBUTING.md comments fix

* Linter rules HF
5 years ago
Boris Sekachev a93b4607c0
Fixed two issues #2053 and #2202 (#2203)
* Fixed two issues #2053 and #2202

* Updated changelog, updated versions

* Updated core version
5 years ago
Boris Sekachev 8330015ac5
Fixed blinking notification (#2200)
* Fixed blinking notification

* Updated CHANGELOG
5 years ago
Boris Sekachev 4d869c3cf5
Using "alt" instead of "ctrl" to delete a point, fixed reducer (#2204)
* Using alt instead of ctrl to delete a point, fixed reducer

* Updated versions

* Updated changelog
5 years ago
Dmitry Agapov 59b338994d
delete task data after delete task (#2179)
* delete task data after delete task

* fix pylint

* fix pyflakes

* fix flake8

* add test test_api_v1_tasks_delete_task_data_after_delete_task

* update change log

* pyflake fix
5 years ago
Boris Sekachev b71e77b17b
Using serverside paremeter min_pos_points, right colors of labels in … (#2162)
* Using serverside paremeter min_pos_points, right colors of labels in detector runner

* Updated changelog & versions

* Using color from consts instead of literal
5 years ago
Dmitry Kalinin b8346ce3da
Removed pyhash dependency (#2170)
* Removed problematic pyhash dependency

* Added CHANGELOG
6 years ago
Boris Sekachev 38acc99f27
Added automatic annotation progress to the task view (#2148)
* Added automatic annotation progress to the task view

* Updated changelog & version

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Maxim Zhiltsov 8d3c95a764
Fix PDF reading (#2141)
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Nikita Manovich 5ebd91af15
Initial version of FBRS interactive segmentation (#2094)
* Initial version of FBRS interactive segmentation

* Add min_pos_points for dextr

* Fix fbrs serverless function.

* Fix codacy issues.

* Minor changes

* Fix codacy issues.

* Fix typo

* Update CHANGELOG

* Add license header

* Fix comments in yaml
6 years ago
Boris Sekachev 4e219299e1
UI Tracking with serverless functions (#2136)
* tmp

* Refactored

* Refactoring & added button to context menu

* Updated changelog, updated versions

* Improved styles

* Removed outdated code

* Updated icon
6 years ago
Maxim Zhiltsov 0933ee2362
Fix CVAT format import for frame stepped tasks (#2151)
* Fix cvat format import with frame step

* update changelog
6 years ago
Boris Sekachev bd143853a5
Running detectors on the fly (#2102)
* Draft version

* Removed extra file

* Removed extra code

* Updated icon: magic wand

* Ctrl modifier, fixed some cases when interaction event isn't raised

* Added tooltip description of an interactor

* Locking UI while server fetching

* Removing old code & refactoring

* Fixed couple of bugs

* Updated CHANGELOG.md, updated versions

* Update crosshair.ts

* Minor fixes

* Fixed eslint issues

* Prevent default action

* Added minNegVertices=0 by default, ignored negative points for dextr, fixed context menu in some cases

* On the fly annotations draft

* Initial version of FBRS interactive segmentation

* Fix fbrs model_handler

* Fixed couple of minor bugs

* Added ability to interrupt interaction

* Do not show reid on annotation view

* Prettified UI

* Updated changelog, increased version

* Removed extra files

* Removed extra code

* Fixed changelog

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Maxim Zhiltsov ffb71fb7a2
[Datumaro] Merge with different categories (#2098)
* Add category merging

* Update error message

* Add category merging test

* update changelog

* Fix field access

* remove import

* Update CHANGELOG.md

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Maxim Zhiltsov 98c06a342a
[Datumaro] Diff with exact annotation matching (#1989)
* Add exact diff command

* Update changelog

* fix

* fix merge

* Add image matching, add test

* Add point matching test

* linter

* Update CHANGELOG.md

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Savan Visalpara e52ff96adf
fix: discard polygons with length of 4 or less (#2100)
* discard polygons with length of 4 or less

* updated minimum length of polygons

* added line in CHANGELOG

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Andrey Zhavoronkov 51ff63069d
Ubuntu 20.04 as a base image for CVAT Dockerfile (#2101)
* used ubuntu 20.04 as base image

* updated CI image

* Fixed indent

* updated contributing guide and changelog
6 years ago
Nikita Manovich 1b4ad3266b Merge remote-tracking branch 'origin/develop' into Marishka17-cache 6 years ago
Boris Sekachev cae85760b8
Update CHANGELOG.md 6 years ago
Dmitry Kalinin 0e37d70b1a
CVAT UI: batch of fixes (#2084)
* fixed object item border color

* Fixed default collapsed prop in object item

* Added color picker for shape outline

* Added CHANGELOG, increased npm version

* Fixed object details collapsing

* Fixed default collapsed
6 years ago
Nikita Manovich f969e502dd Update CHANGELOG 6 years ago
Nikita Manovich 4c24237e8a Merge remote-tracking branch 'origin/develop' into Marishka17-cache 6 years ago
Nikita Manovich 28225f9dc6 Merge branch 'cache' of https://github.com/Marishka17/cvat into Marishka17-cache 6 years ago
Andrey Zhavoronkov 510191f64b
Added password reset functionality (#2058)
* added reset password functionality

* updated changelog and versions of cvat-core, cvat-ui

* fixed comments

* Update cvat-ui/src/components/reset-password-confirm-page/reset-password-confirm-form.tsx

* Fix CHANGELOG

* fixed comments

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Boris Sekachev 908e0569d8
Improved interface of interactors on UI (#2054) 6 years ago
Nikita Manovich 174fe1690b Update CHANGELOG and version. 6 years ago
Nikita Manovich 98ca16af52 Update CHANGELOG and version. 6 years ago
Maya a4ca919b3f Merge branch 'upstream/develop' into cache 6 years ago
Maxim Zhiltsov 55073fb16e
[Datumaro] Mandatory sorting for black color in voc masks (#2048)
* Remove `guess`, add mandatory sorting and black label

* update changelog

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Andrey Zhavoronkov 2510d4d659
Added ability to configure email verification for registered user (#1929)
* Added ability to configure email verification for registered user
Removed unused code

* updated changelog

* fixed comments

* fixed swagger

* updated docs

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Maya b47d3d5683 Update CHANGELOG 6 years ago
Boris Sekachev 9e05ffca35
Added notification message when browser is wrong (#2070)
* Added notification message when browser is wrong

* Removed extra code, updated changelog
6 years ago
Boris Sekachev 18cdcd5daa
Added link to admin page (#2068)
* Added link to admin page

* Updated version

* Updated changelog
6 years ago