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
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
671d75b42f
Fixed assignment in if statement
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
Timur Osmanov
9615436ecc
Website with documentation ( #3039 )
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
Anastasia Yasakova
4f0652fc11
Fix duplicate points in polygons at upload CVAT for video ( #3187 )
...
* changed copy to deepcopy, modified the test
* fixed number of points in polygon
5 years ago
Maria Khrustaleva
1f94aca003
Move migration logger initialization ( #3170 )
...
* Move migration logger initialization
* Update CHANGELOG
* Update license header
5 years ago
Snyk bot
bb7dfa6961
fix: cvat/requirements/base.txt to reduce vulnerabilities ( #3165 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1290072
5 years ago
Snyk bot
bd49d7ae99
fix: cvat/requirements/base.txt to reduce vulnerabilities ( #3155 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1279042
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
kirill.sizov
b36c5f215f
Merge branch 'develop' into sk/fix-import-annotations-for-YOLO-format
5 years ago
kirill.sizov
be35a52ecb
add test
5 years ago
kirill.sizov
54b7cc37e8
delete filenames with dots in test rest api
5 years ago
Roberto Villalba
d2e4ee4d02
Update installation_automatic_annotation.md ( #3099 )
...
Fix GPU example commands
5 years ago
kirill.sizov
5d5a33068e
add image with dots in filename for test rest api
5 years ago
kirill.sizov
aad580b9e0
add image path in load annotations for cvat format
5 years ago
kirill.sizov
43fe33ff9f
remove incorrect tests
5 years ago
kirill.sizov
cbcb62048a
fix incorrect solution
5 years ago
kirill.sizov
d7be0429fd
fix import dm annotations
5 years ago
kirill.sizov
6366b99248
test
5 years ago
kirill.sizov
fc636d2512
fix match dm item for no image frame
5 years ago
TOsmanov
177120b6b8
Update User Guide ( change label shortcuts ) ( #3085 )
...
* update user_guide.md and images
* update user_guide.md
* fix mistake
* fix mistakes
* update user_guide.md
5 years ago
Snyk bot
553535e4e3
fix: cvat/requirements/base.txt to reduce vulnerabilities ( #3073 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1090612
5 years ago
Dmitry Agapov
d2a1d12fba
Integration with an internal training server ( #2785 )
...
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
5 years ago
Snyk bot
6f2fe4657a
fix: cvat/requirements/base.txt to reduce vulnerabilities ( #3063 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1090584
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1090586
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1090587
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1090588
5 years ago
OlgaP
cc6fb68be0
Update installation.md ( #3057 )
...
Updated the table of contents in installation.md to include the new section “Deploy CVAT on the Scaleway public cloud”
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
TOsmanov
9e3c6940d9
update user_guide.md and images ( #3052 )
5 years ago
OlgaP
d7f84b207b
Update installation.md ( #3054 )
...
Update installation.md with link to the Scaleway cloud deployment tutorial
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
Snyk bot
90675881dd
fix: cvat/requirements/development.txt to reduce vulnerabilities ( #3036 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PYLINT-1089548
5 years ago
TOsmanov
56bba8ec93
Update item Edit polygon, Settings and Workspace in User Guide ( #3043 )
...
* update user_guide.md and images
* fix mistakes in user_guide.md
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
Anastasia Yasakova
efad0b09d7
Support for ICDAR dataset format ( #2866 )
...
Co-authored-by: Maxim Zhiltsov <maxim.zhiltsov@intel.com>
5 years ago
TOsmanov
30bf11f358
Update item Filter in User Guide ( #3020 )
...
* update user_guide.md and images
* fix mistakes in user_guide.md
* fix mistakes in user_guide.md
5 years ago
Dmitry Kalinin
7f214c92e8
Added description for some params ( #3007 )
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
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
dependabot[bot]
ea83f18f32
Bump djangorestframework from 3.11.1 to 3.11.2 in /cvat/requirements ( #2984 )
...
Bumps [djangorestframework](https://github.com/encode/django-rest-framework ) from 3.11.1 to 3.11.2.
- [Release notes](https://github.com/encode/django-rest-framework/releases )
- [Commits](https://github.com/encode/django-rest-framework/compare/3.11.1...3.11.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Snyk bot
09d24a8151
fix: cvat/requirements/base.txt to reduce vulnerabilities ( #2977 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1086606
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