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
6 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
6 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
Andrey Zhavoronkov
1907b7924a
Added django-rq to the proxy match pattern. ( #2069 )
...
* added django-rq to the match pattern. Remoed unused locations from the config.
* updated changelog
* updated installation guide
6 years ago
Dmitry Kalinin
bee4c3799f
Label color ( #2014 )
...
* added color to django app and cvat-core
* temp
* temp
* Added label color to mask dump
* Fixed UI for label color picker
* npm packages and CHANGELOG
* fixed models and migrations
* Fixed default background color and using normalization
* Added setting label color with hash
* fixed error
* Added close icon to color picker
* Fixed CHANGELOG
* requested changes
* fixed menu visibility
* Fixed label hashing and algorithm
* Added wheel package to CI
* Fixed dockerfile
* moved wheel package from dockerfile to requirements
* fixed requirements
* Fixed requirements
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Dmitry Kalinin
582e23bf88
Batch of fixes ( #2031 )
6 years ago
Maxim Zhiltsov
17a5554cd5
[Datumaro] Add merge command with segment intersection ( #1695 )
...
* Add multi source merge
* update changelog
* cli update
* linter
* fixes and tests
* fix test
* fix test
* relax type requirements in annotations
* fix polylines
* Make groups more stable
* Add group checks
* add group check test
6 years ago
Boris Sekachev
2c661020b6
Fixed issue related with deactivated nuclio dashboard ( #2008 )
...
* Fixed issue related with deactivated nuclio dashboard
* Updated version, updated changelog
6 years ago
zhiltsov-max
eaeb67dc1d
[Datumaro] Add dataset statistics ( #1668 )
...
* Add statistics command
* Add tests
* Update changelog
* fix test
* handle image absence
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Nikita Manovich
5a8d7196e8
Workaround a problem with deployment openvino serverless functions ( #1996 )
...
* Fix a problem with permission.
* Update CHANGELOG.md
6 years ago
Andrey Zhavoronkov
4cb75a6a7f
Added ability to change user password ( #1954 )
...
* added ability to change user password
* Update CHANGELOG.md
* fixed comments
* fixed linter warnings
* updated version of cvat-ui and cvat-core
6 years ago
Nikita Manovich
b5d5f1cbef
Siammask tracker as DL serverless function ( #1988 )
...
* Implement SiamMask serverless function (cannot be deployed yet)
* Fix deployment (need to test the function itself).
* Removed mask from state in SiamMask serverless function.
* Update CHANGELOG.md
* Add support of the tracker serverless function into lambda manager.
* Add an example how to deploy siammask serverless function.
6 years ago
zhiltsov-max
344b817b80
[Datumaro] Add model info and source info commands ( #1973 )
...
* Add model info and source info commands
* update changelog
* adjust cli output
6 years ago
zhiltsov-max
2c38cb4967
[Datumaro] Add rounding for coordinates ( #1970 )
...
* Add rounding for annotation coordinates
* Fix polygon area computation
* update changelog
6 years ago
Mike Peven
737e94828e
Increase the rate of allowed requests ( #1969 )
...
* Increase the rate of allowed requests
* Update CHANGELOG.md
6 years ago
Nikita Manovich
2c5e306f80
Increment the development version till rc.0.
6 years ago
Nikita Manovich
b6bea11c8b
Update CHANGELOG.md (beta release)
6 years ago
Nikita Manovich
634ca17958
Remove old UI ( #1964 )
...
* Removed outdated code
* Revert changes in .gitignore
* Fix docker build
* Remove karma + some dummy code
* Fix a type in Dockerfile.ci
* Fix swagger and remove dispatch_request.
* Update CHANGELOG.md
6 years ago