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
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
Snyk bot
dfceb9a152
fix: upgrade svg.draw.js from 2.0.3 to 2.0.4 ( #2276 )
...
Snyk has created this PR to upgrade svg.draw.js from 2.0.3 to 2.0.4.
See this package in npm:
https://www.npmjs.com/package/svg.draw.js
See this project in Snyk:
https://app.snyk.io/org/nmanovic/project/bd3b590a-e393-4392-9ef6-8442fdb38b29?utm_source=github&utm_medium=upgrade-pr
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
Boris Sekachev
4d3a93a803
Updated high volnurabilities from dependabot & npm audit ( #2210 )
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
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
dependabot[bot]
f43863aa79
Bump http-proxy from 1.17.0 to 1.18.1 in /cvat-canvas ( #2134 )
...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy ) from 1.17.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.17.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
Boris Sekachev
908e0569d8
Improved interface of interactors on UI ( #2054 )
6 years ago
dependabot[bot]
e8c9158767
Bump elliptic from 6.5.0 to 6.5.3 in /cvat-canvas ( #1968 )
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 years ago
Dmitry Kalinin
94f58a505b
CVAT UI: batch of fixes ( #1952 )
6 years ago
Boris Sekachev
1e2c826be5
Intelligent polygon editing ( #1921 )
...
* Intelligent polygon ediing
6 years ago
Priya4607
6a1e7af5c5
Display of Annotation Type ( #1192 )
6 years ago
dependabot[bot]
b025acea43
Bump lodash from 4.17.15 to 4.17.19 in /cvat-canvas ( #1907 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 years ago
Boris Sekachev
e92014ead0
CVAT-UI: Couple of fixes ( #1892 )
...
* Polygon interpolation fix
* Fix interpolation issue
* Updated changelog
6 years ago
Boris Sekachev
2a5cfcc657
[CVAT-UI] Critical fixes ( #1874 )
...
* Fixed redux types
* Redesigned approach to close job. Previous variant didn't work properly with GlobalErrorBoundary
* Fixed: cannot read property shapeType of undefined
* Cannot read property 'pinned' of undefined
* Do not iterate invisible objects (zLayer) in aam
* Keep cursor on the same position when editing text
* Do not select hidden shapes when grouping
* Updated version
* Fixed host
6 years ago
Boris Sekachev
18f6b2f95d
[CVAT-UI] Fixed displaying on canvas in some cases ( #1834 )
...
* Fixed displaying on canvas in some cases
* Updated changelog
6 years ago
Andrey Zhavoronkov
db29291d43
added hash to js bundle names ( #1803 )
6 years ago
Dmitry Kalinin
49a7ad59ed
CVAT UI: batch of fixes ( #1705 )
6 years ago
Dmitry Kalinin
fefcb51331
Stylelint SCSS linter ( #1766 )
...
* Added stylelint fixed stylelint issues
* Added CHANGELOG.md
6 years ago
Boris Sekachev
a300684876
Interpolation of polyshapes in CVAT ( #1571 )
...
* cvat-core interpolation
* Unlocked polyshapes
* Updated versions
* Second implementation
* Splitted line
* Inverse, set start point, fixed editing a bit, point menu refactoring
* Removed extra code, fixed bug: Cannot open shape context menu when point context menu is opened
* Do not close shape context menu on change shap[e
* Improved editing
* Updated mouseevents to edit/delete, added ability to redraw (shift + N)
* Ignore tags when redraw
* Ingoring tags on canvas, added method isAbleToChangeFrame, hide shapes during redraw, do not allow changing frame during redraw
* Canceled advanced editing for polygons
* A couple of fixes in interpolation, editing, reducing number of points
* Moved change orientation functionality
* Fixed interpolation algorithm
* Zero division issue
* Zero division issue
* Segment minimization
* Server implementation
* Keyframe set to False
* Simplified code, fixed server side code
* Updated changelog.md
* Added pdf describing interpolation
* Resolved some issues
* Updated UI version
* Updated canvas version
* Fixed host
6 years ago
Boris Sekachev
5789199fd2
Batch of fixes ( #1667 )
...
* Fixed validation pattern, register form refactoring
* Fixed snapToGrid for resize #1590
* Changed name validation pattern #1599
* Updated version
* Updated changelog
6 years ago
dependabot[bot]
441ce14093
Bump websocket-extensions from 0.1.3 to 0.1.4 in /cvat-canvas ( #1660 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6 years ago
Boris Sekachev
d0b9481316
Fixed dextr, fixed moving of the canvas ( #1573 )
...
* Fixed dextr, fixed moving of the canvas
* Updated CONTRIBUTUNG.md, updated version
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Dmitry Kalinin
5816494694
React UI: cuboid interpolation and cuboid drawing from rectangles ( #1560 )
...
* Added backend cuboid interpolation and cuboid drawing from rectangles
* Added CHANELOG.md
* Fixed cuboid front edges stroke width
* PR fixes
6 years ago
Dmitry Kalinin
2e8117561c
React UI: batch of fixes ( #1525 )
6 years ago
Boris Sekachev
8df5d615a4
Updated README.md files (added info about versioning) ( #1490 )
...
* Updated README.md files (added info about versioning)
* Typos
6 years ago
Dmitry Kalinin
bf6f550561
React UI: cuboids ( #1451 )
6 years ago
Dmitry Kalinin
176dc718a2
React UI: batch of fixes ( #1462 )
...
* CVAT new UI: add arrows on a mouse cursor
* Delete point bug (in new UI)
6 years ago
Boris Sekachev
c6c9e7db96
React UI: Added client versioning ( #1448 )
...
* Adjusted antd import
* Wrapped core and canvas
* Added versioning
* Updated changelog, adjusted installation guide a bit
6 years ago