1292 Commits (e309f2f8bf30aaf02d46bea6793de2eba4dff5f1)
 

Author SHA1 Message Date
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
TOsmanov 35342f0885
Update a few items in User Guide (#2242)
* Update images and user_guide.md

* fix link and typos in user_guide.md

* fix mistakes in user_guide.md
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
Yigit Ozen 4841f83876
Fixed LOGS_ROOT mkdir (#2244) 5 years ago
TOsmanov 50527371ba
Add item AI Tools in User Guide (#2224)
* update user_guide.md and update images

* rename image188

* resizing image114 and image187

* Fix typos in user_guide.md
5 years ago
TOsmanov 84279c67e4
Update a few items in User Guide (#2236)
* Update user_guide.md and images

* Fix markup in user_guide.md
5 years ago
abdullahrkw 2f516233e2
adding PR link in changelog (#2237) 5 years ago
dependabot[bot] 7f73f5e318
Bump tensorflow from 2.2.0 to 2.2.1 in /cvat/requirements (#2228)
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](https://github.com/tensorflow/tensorflow/compare/v2.2.0...v2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Varun Singh b215f04840
Add missing closing details tag in nuctl testing step so text below is not hidden (#2231) 5 years ago
Varun Singh c78cbb857b
Installation documentation fixes (#2222)
* Simplified a few sentences in installation doc. Added missing words in a few places in installation doc.

* Removed hyphen in the work passthrough

* Adhered to 120 line length limit for some lines

Co-authored-by: Varun Singh <varun.singh@appzen.com>
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
Boris Sekachev 6370f980eb
Additional code has been added to investigate exception: 'Cannot read property label of undefined' (#2220) 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
Dmitry Kruchinin 7456a1c6c5
Cypress test to check if image was scaled to ROI (#2206)
* Cypress test to check if image was scaled to ROI

* Apply comments.

* Fix getting scale value.

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Boris Sekachev acfb1a492d
Fixed failure after updating a label on cvat.org (#2199)
* Fixed failure after updating a label on cvat.org (the bug is related with low bandwidth)

* Removed extra line of code

* Updated NPM version

* Fix test

* Better fix for the test
5 years ago
Boris Sekachev 4d3a93a803
Updated high volnurabilities from dependabot & npm audit (#2210) 5 years ago
Boris Sekachev 420bc79af3
Update README.md 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 Kruchinin 4a8095914d
Cypress test to check image rotate. (#2194)
* Cypress test for check image rorate.

* Apply comments.

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Boris Sekachev 24027931f9
Added more css selectors to cypress testing (#2197) 5 years ago
Dmitry Kruchinin 8d3e006651
Cypress test to check scale and fit image. (#2195)
* Cypress test to check scale and fit image.

* Replace message for context().

* Applying comments.

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kruchinin b5b872fa97
Cypress test to check task parameters frame (#2164)
* Cypress test to check if parameters "startFrame", "stopFrame", "frameStep" works as expected

* Apply comments.

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
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
Maxim Zhiltsov 64f1fbbd9b
Update contributing (#2183) 5 years ago
Nikita Manovich 5d0963934f Add missed migration. 5 years ago
Boris Sekachev c2b17a0b34
Prevent CVAT failure when web analytics is failure (#2172)
* Prevent CVAT failure when web analytics is failure

* Updated UI version
5 years ago
Dmitry Kruchinin 5ba88d5442
Cypress test for: (#2171)
- Register two more users
- Login with one of users and create a task
- Assign the task to the second user
- Login with the second user and check if the user is able to open the task
- Login with the third user and check if the user doesn’t see the task
- Login with the first user and assign the third user to a job
- Login with the third user and check if the user now is able to open the task

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
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 Kruchinin a2997960c3
Cypress test for PR 1370. (#2152)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
5 years ago
Dmitry Kruchinin 4dc25e20c9
Cypress test to check change user password and login with the new (#2159)
password.

Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kruchinin 7e7b650a6b
Cypress test to check creating and deleting an annotation task. (#2158)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
5 years ago
Dmitry Kalinin b8346ce3da
Removed pyhash dependency (#2170)
* Removed problematic pyhash dependency

* Added CHANGELOG
6 years ago
Nikita Manovich ca70941fb4
Update README.md 6 years ago
Maxim Zhiltsov 09a9509278
Install Datumaro as package (#2163)
* Remove Datumaro sources

* Install Datumaro as package

* Update Datumaro links

* fix

* remove unnecessary dependencies

* Update travis

* update coverage config
6 years ago
dependabot[bot] c2df460da6
Bump http-proxy from 1.18.0 to 1.18.1 in /cvat-ui (#2165)
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 years ago
Dmitry Kruchinin c848f6f7e0
Cypress test for issue 1391. (#2150)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Dmitry Kruchinin 798c396d1f
Cypress test for issue 1368. (#2140)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
6 years ago
Dmitry Kruchinin 2fb69562ef
Cypress test for issue 1216. (#2133)
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
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 81edf0b58a
Fix badges for travis, codacy, coveralls (#2161) 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