Boris Sekachev
a12d14ba7d
Added notification, adjusted browserlist query and configs ( #3501 )
...
* Some config files added to ignore
* Updated config files
* Updated version & changelog
* Fixed configs
* Fixed one type error
* Updated webpack-cli
5 years ago
Boris Sekachev
048e71b64a
Fixed remark issues ( #3507 )
5 years ago
Nikita Manovich
955ca7f71b
Updated CHANGELOG and version till v1.6.0 (alpha)
5 years ago
Nikita Manovich
8cdb56e023
Merge branch 'develop' of github.com:openvinotoolkit/cvat into develop
5 years ago
Nikita Manovich
277e1428f4
Updated CHANGELOG
5 years ago
Dmitry Kalinin
b2a17c8224
Fixed moving a task between projects ( #3475 )
...
* Added missed modals
* Added CHANGELOG, increased version
* Changed modal location
5 years ago
Boris Sekachev
0ea4897b1c
Semi-automatic tools enhancements (Client-side points minimizer) ( #3450 )
...
* First stage for points minimizer
* Fixed issue with correct opencv initialization status
* Displaying points during interaction
* Added releasing memory
* Initial version for on-the-fly optimization
* Redesigned accuracy
* Updated version & changelog
* Fixed opencv scissors
* Clean up some intermediate state
* Fixed scss
* Redesigned slider a bit
* Added errored shape
* Keep slider hidden while didn't recieve first points
* Adjusted settings slider
* Updated label
* A couple of fixes for trackers & detectors
* Updated default value
5 years ago
Kirill Lakhov
7e7a5b9623
Histogram equalization feature ( #3447 )
...
* Added histogram equalization
* Fixed equalization memory leak
* Removed unused console.log
* Fixed eslint errors
* Fixed algorithm implementation in opencv control
* Fixed histogram equalization disabling
* Fixed eslint errors
* Removed outdated code and reworked cycles in functions
* Fixed forceUpdate flag disabling
* Fixed image bitmap creation
* Fixed running setState and imageModifier
5 years ago
Dmitry Kalinin
e3616df0da
Fixed creation task problem ( #3454 )
...
* Fixed existng labels issue
* Added CHANGELOG, increased package versions
* Fixed project search field
* Fixed cypress test
5 years ago
Tadej Svetina
6055be499e
Replace Nginx proxy with Traefik ( #3409 )
...
* Replace Nginx with Traefik
* Comment Traefik dashboard commands and ports
* Fix cvat service port
* Simplify traefik dashboard instructions
* Add license to docker-compose files
* Update all mentions of CVAT_HOST in the docs
* Add link to Traefik documentation on router rules
* Return base CVAT port to 8080
* Fix spelling in documentation
* Fix port indentaion in docker-compose file
* Fix Traefik dashboard config
* Update changelog
* Adapt serverless dockerfile
* Update analytics dockerfile
* Update analytics docker compose file
* Fix linting issues
* fixed linter issues
Co-authored-by: Andrey Zhavoronkov <andrey.zhavoronkov@intel.com>
5 years ago
Nikita Manovich
0baf794674
Tutorial about serverless functions ( #3124 )
...
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
5 years ago
Boris Sekachev
330b8a832f
Semi-automatic tools enhancements (Stage 0) ( #3417 )
...
* Improved removable points, added a button to finish current object
* Code refactoring for ai tools and opencv
* Fixed style for workspace selector
* IOG UX fix
* Updated version & changelog
* Added 'min_neg_points' parameter to serverless interactors
* Return 'min_neg_points' from the server
5 years ago
Boris Sekachev
4fd57a8950
Fixed combined image and directory extractors ( #3424 )
...
* Fixed combined image and directory extractors
* Updated changelog
* Updated CHANGELOG
5 years ago
Boris Sekachev
0dbe0a579f
Fixed: Context image disappears after undo/redo ( #3416 )
...
* Fixed found issue
* Updated version & changelog
5 years ago
Boris Sekachev
719fcf30bc
Fixed issue when save filtered object in AAM ( #3401 )
...
* Fixed issue when save filtered object in AAM
* Updated version & changelog
5 years ago
Thatwho
d2c77394c2
Make function get_progress be compatible with more video format ( #3381 )
...
* Make function get_progress be compatible with more video format
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Andrey Zhavoronkov
7f4b1853ab
Fixed cvat_ui image build in case of OOM error ( #3379 )
...
* fixed cvat_ui image build in case of OOM error
* updated changelog
5 years ago
MashaSS
0c524c6d14
Update to Django 3.1.12. ( #3378 )
...
* Update to Django 3.1.12.
* Update changelog and add comment.
5 years ago
Dmitry Kalinin
961bc58935
Webpack dev server proxy ( #3368 )
...
* Added proxy to webpack dev server config
* Added CHANGELOG increased package version
* Added webpack.config to eslintignore
* Added webpack.config to eslintignore
* Changed ignore to wildcard
* Changed path checker to regexp
5 years ago
Boris Sekachev
8a64394b8f
Fixed UI fails when inactive user is assigneed to a task/job ( #3343 )
...
* Fixed UI fails when inactive user is assigneed to a task/job
* Updated changelog
* Fixed tests
5 years ago
Nikita Manovich
b18482b42c
Support cloud storage on server ( #3326 )
...
Co-authored-by: Maya <maya17grd@gmail.com>
5 years ago
Boris Sekachev
957bc29548
Fixed: "TypeError: Cannot read property 'clientX' of undefined" ( #3308 )
...
* Fixed cuboid redraw
* Updated version & changelog
* Fixed duplicated cuboid
* Updated changelog
* Do not skip test for cuboid
* Removed comment
* Fixed one more case
5 years ago
Boris Sekachev
3d496ef904
Added some fixes to DEXTR model handler ( #3325 )
...
* Added some fixes to DEXTR model handler
* Updated Changelog
5 years ago
Andrey Zhavoronkov
43967d4bdf
Fix meta request performance ( #3269 )
...
* improved performance of data/meta request
* updated license
* updated changelog
* fix
* fixed tests
5 years ago
Andrey Zhavoronkov
72fdef4335
Az/import export tasks ( #3056 )
...
* initial version of task export/import feature
* fixed tests
* CLI
* fix comments
* updated license headers
* fix eslint issues
* fix comments
* fixed comments
* reverted changes in *.md files
* fixed comments
* fix pylint issues
* fix import for share case
* improved unit tests
* updated changelog
* fixed Maria's comments
* fixed comments
* Fixed position of create new task button
* Fixed span position
* fixed comments
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Boris Sekachev
5bb26ce669
Some JS code was simplified by using css, a reported issue was fixed in this way ( #3289 )
...
* Some JS code was simplified by using css
* Updated version & changelog
* Fixed shortcut
5 years ago
Boris Sekachev
284be86f28
Fixed issue: is not a constructor when create object, save, undo, save, redo save ( #3292 )
...
* Fixed issue #3216
* Updated version & changelog
* Added unit test
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
André Aquilina
140489dccc
Fix cli create git fail ( #3267 )
...
* Fix issue of infinite loop due to incorrect status comparison.
* Update CHANGELOG.md
* Fix PEP8.
* Update failure case to break from infinite loop.
* Update utils/cli/core/core.py
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
* Add check for unknown failure.
* Fix logging in failure case.
* Update CHANGELOG.md
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
Co-authored-by: André Aquilina <andre.aquilina@dysismedical.com>
5 years ago
Anastasia Yasakova
cc4b3f3119
Fix incorrect attribute import in tracks ( #3229 )
...
* add fixes
* remove comments
* fix return value in filter_track_shapes
* update changelog
5 years ago
Jijoong Kim
573bdbe32c
Add is_active field in UserFilter ( #3235 )
...
* Add is_active field in UserFilter
* Update changelog
* Add is_active as a default searchParam to get user list
* Fix url search query
* Update CHANGELOG.md
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Zoya Maslova
1aff09a3ac
update COCO format documentation ( #3197 )
...
* update COCO format documentation
* change place of COCO docs changes
* fix line length
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Roman Donchenko
d15a3199c2
Fix many spelling errors ( #3244 )
...
* Fix spelling errors
* Bump version numbers after the spelling fixes
* Fix OSX build (os.mknod requires super-priviligies)
* Fixed eslint warnings.
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Nikita Manovich
fe08472aea
Merge remote-tracking branch 'origin/develop' into dk/fix-3252
5 years ago
Roman Donchenko
25975467ea
Fix all remark warnings ( #3261 )
...
* Fix all issues reported by remark
* Move remark dependencies from the workflow definition into package.json
This enables the transitive dependencies to be pinned, just like for all
other packages.
* Add additional remark plugins
These are needed to correctly parse certain constructs in Markdown files
(such as tables and YAML frontmatter), and without them, remark produces
invalid warnings on some files.
* Update the remark-lint preset versions
The previous versions reference the old version of the
`remark-lint-table-cell-padding` plugin, which doesn't work correctly with
the current version of `remark-parse` (and thus produces spurious warnings).
* GitHub Actions: run remark on all Markdown files, not just changed ones
This way, if a PR updates the remark configuration and that causes new errors
to appear, those errors will show up in that PR, instead of the (unrelated) PR
that next updates the affected files.
There is no runtime cost to this, because remark takes approximately 1 second
to check all files.
5 years ago
Dmitry Kalinin
f63b864b65
Added CHANGELOG
5 years ago
Dmitry Kalinin
a17d054e0b
Project tasks loading only when needed ( #3223 )
...
* Tasks loading only when needed
* Fixed project page
* Added CHANGELOG, increased packages versions
* Update CHANGELOG.md
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
* Fixed comments
* Fixed overflow issue
* Fixed reducer issue
* Fixed cvat-core tests
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Dmitry Kalinin
a2df499f50
Task moving between projects ( #3164 )
5 years ago
Boris Sekachev
6f52ef30e4
Support of context images for 2D tasks ( #3122 )
5 years ago
Nikita Manovich
975996ef62
Updated the version and CHANGELOG.md for 1.5.0-alpha
5 years ago
Nikita Manovich
3ca86bcff2
Update the version and CHANGELOG
5 years ago
Boris Sekachev
da9b0da46e
Fixed cropping polygon in some corner cases ( #3184 )
...
* Fixed issue #3178
* Updated version, fixed changelog
5 years ago
Dmitry Kalinin
46e0bfff6e
Remove raw k8s templates ( #3171 )
...
* Removed k8s templates
* Added CHANGELOG
5 years ago
Maria Khrustaleva
1f94aca003
Move migration logger initialization ( #3170 )
...
* Move migration logger initialization
* Update CHANGELOG
* Update license header
5 years ago
Maria Khrustaleva
e7cca0ec64
Manifest fixes ( #3146 )
...
* Add logger, reverse func
* Fix image filtering
* Fix upload video manifest
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Dmitry Kalinin
f32f5f4bee
Fixed reset password link unavailable ( #3140 )
...
* Fixed action call order
* Added CHANGELOG, incresed npm version
5 years ago
Kirpichev Michael
fe31e61d1e
Add helm chart proto ( #3102 )
5 years ago
Boris Sekachev
2a9a1e93db
Fixed CHANGELOG.md (remarklint issues) ( #3125 )
...
* Fixed CHANGELOG.md (remarklint issues)
* Update .remarkrc.js
5 years ago
Boris Sekachev
f267f8aed3
Added DICOM conversion script ( #3095 )
...
* Added DICOM conversion script
* Updated changelog
* Fixed strip to rstrip
* Fixed some detected issues
* Removed extra variable, updated README.md
5 years ago
Max Wang
8a635b11fb
Fix bug with hung web worker ( #3096 )
...
* Fix bug with hung web worker
* Added upper limit to stop property of active chunk request
* Add web worker fix to changelog
* Bump to version 3.12.1
5 years ago
Boris Sekachev
085d2607e2
Fixed: Changing a label on canvas does not work when 'Show object details' enabled ( #3084 )
...
* Fixed: Changing a label on canvas does not work when 'Show object details' enabled #3083
* Updated changelog
5 years ago