Kirill Lakhov
1da3c96b5a
Intelligent scissors disabling feature ( #3510 )
...
* disabling feature
* excess points bugfix
* ctrl interaction
* ui bugfix
* trackers block mode removal
* Ctrl press fix
* approximation disabled only for block mode
* architectural improvements
* code refactoring
* renamed switchBlockMode
* added comments
* callback signature change
* polygon finish fix
* fixed bugs
* removed unnecessary if
* final recalculation threshold disable
* delete points bugfix
* update changelog
* update package versions
5 years ago
dependabot[bot]
97a49d7d2b
Bump path-parse from 1.0.6 to 1.0.7 in /cvat-canvas ( #3540 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
c48411ae50
Bump url-parse from 1.5.1 to 1.5.3 in /cvat-canvas ( #3538 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Boris Sekachev
59af610f12
Semi-automatic tools enhancements (Non-blocking UI, tips) ( #3473 )
5 years ago
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
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
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
Andrey Zhavoronkov
3aba7254c9
F~ixed extra notifications about frame rejection during navigation ( #3373 )
5 years ago
dependabot[bot]
8dfb21dcda
Bump postcss from 7.0.17 to 7.0.36 in /cvat-canvas ( #3332 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.17 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.17...7.0.36 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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
4db6cc9dd8
Removed some unused code ( #3327 )
5 years ago
dependabot[bot]
5a6c1d7c43
Bump normalize-url from 4.5.0 to 4.5.1 in /cvat-canvas ( #3305 )
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
5168ca678d
Bump ws from 6.2.1 to 6.2.2 in /cvat-canvas ( #3277 )
...
Bumps [ws](https://github.com/websockets/ws ) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/commits )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.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
dependabot[bot]
e3a65c31cb
Bump dns-packet from 1.3.1 to 1.3.4 in /cvat-canvas ( #3242 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
d9533ffc06
Bump browserslist from 4.6.6 to 4.16.6 in /cvat-canvas ( #3233 )
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.6.6 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.6.6...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Boris Sekachev
da9b0da46e
Fixed cropping polygon in some corner cases ( #3184 )
...
* Fixed issue #3178
* Updated version, fixed changelog
5 years ago
dependabot[bot]
df62735f63
Bump hosted-git-info from 2.8.2 to 2.8.9 in /cvat-canvas ( #3172 )
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.2 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.2...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Boris Sekachev
6a0379c3b9
Fixed hundreds of vulnerabilities in npm audit ( #3169 )
...
* Fixed hundreds of vulnerabilities in npm audit
* Updated package-lock for canvases
* Fixed package-lock
* Fixed vulnerabilities in cvat-canvas3d and cvat-data
5 years ago
dependabot[bot]
61d0bb3106
Bump lodash from 4.17.19 to 4.17.21 in /cvat-canvas ( #3168 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
d4c16fd1e7
Bump url-parse from 1.4.7 to 1.5.1 in /cvat-canvas ( #3167 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
dependabot[bot]
b561b2fa82
Bump y18n from 4.0.0 to 4.0.1 in /cvat-canvas ( #3027 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Andrey Zhavoronkov
5051249cc9
Crop polygon properly ( #3025 )
...
* crop polygon properly
* updated license headers and cvat-canvas version
* updated changelog
* fixed eslint errors
* fixed eslint issues
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Boris Sekachev
1f56fd286c
Added switcher to maintain poylgon crop behaviour ( #2961 ) ( #3021 )
...
* Added switcher to maintain poylgon crop behaviour (#2961 )
* Updated versions & changelog
5 years ago
Boris Sekachev
dc4760aeb1
Fixed polygon editing ( #2808 )
...
* Fixed polygon editing
* Updated version & changelog
* Try to restart codacy
5 years ago
Dmitry Kalinin
77acd7d3fa
Fixed cuboid perspective change ( #2733 )
...
* Fixed cuboid perspective change
* Added CHANGELOG and npm version increased
5 years ago
Boris Sekachev
967b8c5076
Fixed a lot of low & several high vulnerabilities found by npm audit ( #2775 )
...
* npm audit fixes
* Removed extra dependency cvat-data from cvat-ui
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
Boris Sekachev
d0a7ebef61
Removed outdated code from cvat-canvas ( #2749 )
5 years ago
Boris Sekachev
b41afad395
Fixed annoying warnings from cvat-canvas ( #2627 )
5 years ago
dependabot[bot]
4edabdb3ed
Bump ini from 1.3.5 to 1.3.7 in /cvat-canvas ( #2558 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Boris Sekachev
5bd943cf16
Merged develop
5 years ago
Boris Sekachev
1427126bf9
Merged develop
5 years ago
Boris Sekachev
59cff7b6ca
Removed extra code
5 years ago
Boris Sekachev
d2ab7ef480
Merged develop
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
Boris Sekachev
9f96c93752
Updated canvas version
5 years ago
Boris Sekachev
b0a945ce4e
Updated version & changelog
5 years ago
Boris Sekachev
fcea8f8d30
Fixed grouping when press escape with drawn region or change a frame
5 years ago
Boris Sekachev
a53bd6c44d
Disabled ability to edit positions in attribute anntation mode
5 years ago
Maya
c1da108f6c
Merge branch 'develop' into mk/share_without_copying_
5 years ago
Maya
0835f26e25
Added handling of the case when a shared files are no longer available
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
b2eb45e961
Updated sass ( #2367 )
5 years ago
Boris Sekachev
0576cb7872
Fixes for eslint & precommit configuration ( #2352 )
...
* Fixed some codacy configs, fixed commiting with lint-stage
* Improved code
* Fixed header
* Fixed headers
* Removed extra dependencies
* Updated some packages (fixed critical vulnerabilities)
5 years ago
Vitaliy Nishukov
7512fd6883
Reformatted ( #2349 )
5 years ago