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
Boris Sekachev
7524202492
Added hotkeys to change labels ( #3070 )
...
* temp commit
* Added ability to change default label and object label by using Ctrl+{number}
* Removed extra changes
* Minor refactoring
* Added ability to change assigned keys
* Redesigned popover
* Added changelog record & updated version
* Added memoization
* Some minor changes
* Applied comments
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
5 years ago
Maxim Zhiltsov
beadcb1c76
Fix holes in exported instance masks ( #3044 )
...
* update datumaro dependency
* update coco format
* update format docs
- Update COCO documentation
- Add Datumaro format description
- Add TF guide on mask exporting
- Add keypoint export guide in COCO
* Add mask export docs
* update changelog
* add camvid
* add coco
* Update changelog
5 years ago
Nikita Manovich
a60b4895c2
Added template for v1.4.0-alpha into CHANGELOG and updated server
...
version.
5 years ago
Nikita Manovich
d1a4cfb70e
Updated CHANGELOG.md and the server version.
5 years ago
Boris Sekachev
8f426abdb5
Added filters and sorting options for job list, added tooltip for tasks filters ( #3030 )
...
* Added filters & sorters for job list
* Added tooltip
* Updated version & changelog
* Added tooltip for project search
* Fixed eslint
5 years ago
André Aquilina
61e112e2f2
Add dataset URI to Task from CLI ( #2983 )
...
* Add option to include git repository for annotation synchronisation.
* Add arge parser for git dataset repository in task create.
* Update changelog.
* Add API for git.
* Add verification procedure for dataset repository creation.
Co-authored-by: André Aquilina <andre.aquilina@dysismedical.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
Dmitry Kalinin
f5277f9725
Saving settings to local storage ( #3017 )
...
* Added saving settings to local storage
* Added tooltip
* Added CHANGELOG increased package version
* Changed CHANGELOG
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
Anastasia Yasakova
efad0b09d7
Support for ICDAR dataset format ( #2866 )
...
Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
5 years ago
Maria Khrustaleva
6c38ad0701
Manifest ( #2763 )
...
* Added support for manifest file
* Added data migration
* Updated tests
* Update CHANGELOG
* Update manifest documentation
* Fix case with 3d data
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
manasars
538bc937d0
CVAT 3D - Milestone-4 ( #2891 )
...
* CVAT 3D Annotation - Added initial cuboid placement in all views
* Fixed MACOS issue for upload of zip files
* Fixed camera axis centre issue
* Fixed ESLint import issues
* Fixed context image fit issue and resizing possible on entire grey line between views
* Fixed the multiple interection point issue
* Fixed Naming convention as per SOW
* Trigger notification
* Reverted code to test cypress tests
* Fixed review comments
* Included tooltip and added actions for keys and UIOJKL buttons
* Merged dev code, updated changelog and minor fixes
* Fixed camera positioning issue in Top View
* Reverted kubernetes auto-corrected code
* Reverted kubernetes code
Co-authored-by: cdp <cdp123>
5 years ago
Vitaliy Nishukov
11d818dac2
Annotations filters new UI ( #2871 )
...
* Filters new UI implemented
* Build fix
* ESLint unmached pattern error fix
* ESLint unmached pattern error fix in cvat-ui
* ESLint unmached pattern error fix in github action workflow
* Old test exclude from jest scope
* Build fix
* Build fix 1
* Build fix 2
* Tests failure fix
* Review comments fix 1 and lock-hide test fix
* lock-hide test fix
* packages fix for cor & ui
* Review comments fix
* Top bar right group layout justify fix
* Annotation page header responsive fix
* Filters modal layout fix
* Build fix. E2E case 13 workaround
* Linters fix
* Recently used empty rows fix
* Comparable fields config fix
* Build linters fix
* Minor fixes
* Fixed broken navigation
* Fixed createObjectURL
* Removed extra import
* Fixed issues with attributes
* Extra line were removed
* Fixed typos
* All renamed clientID -> objectID
* Fixed small issues
* Code refactoring
* Fixed dot-contained names
* Reordered import
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Anastasia Yasakova
ce1666f6f8
Support for Market-1501 dataset format ( #2869 )
...
* Add support for Market-1501 dataset format
* fix data access
* Update Datumaro version
* Add transforms
* Update Changelog
5 years ago
Maxim Zhiltsov
2c5188f5b6
Add label check on import ( #2935 )
...
* Add label check on import
* include annotation type
* update changelog
* Make the message prettier
5 years ago
Dmitry Kalinin
16bc9fb3d0
Label deleting ( #2881 )
...
* Added label deleting
* Added label deletion for server mock cvat-core tests
* vscode settings adjustments
* Added server tests
* Removed unused import
* Added CHANGELOG and increased npm version
* Added ingoring npm scripts for non-project directories
* Added dummy no labels wrapper
* Added handling no labels jobs
* Fixed PR comments
* Added generic usage to the hook
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
5 years ago
Andrey Zhavoronkov
5b46b516dd
Added backup/restore guide ( #2964 )
5 years ago
Frederic Tausch
54ee8a137c
Adding Kuberenetes templates and deployment guide ( #1962 )
5 years ago
Boris Sekachev
d320c7efdd
Fixed: Incorrect text on the warning when specifying an incorrect link to the issue tracker. ( #2971 )
...
* Fixed issue #2967
* Updated version & changelog
5 years ago
Boris Sekachev
dacdf37bee
Fixed: Cannot update attributes if a task contain at least one number attribute ( #2969 )
...
* Resolved issue #2968
* updated changelog & version
* Updated alignment
5 years ago
Andrey Zhavoronkov
284111d824
Fixed image quality for tasks created from images ( #2963 )
...
* fixed image quality for images
* updated changelog
5 years ago
Anastasia Yasakova
9f7d18150d
Support for WiderFace dataset format ( #2864 )
...
* Add support for WiderFace dataset format
* Add WiderFace to documentation
* update format docs
* Fix format descriptions
* Update Changelog
* Update Datumaro version
* Update Datumaro version to 0.1.6.1
* fix linter
* fix base.txt
* fix Changelog
* fix README
Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
5 years ago