zhiltsov-max
a376ee76fd
[Datumaro] Introduce image info ( #1140 )
...
* Employ transforms and item wrapper
* Add image class and tests
* Add image info support to formats
* Fix cli
* Fix merge and voc converte
* Update remote images extractor
* Codacy
* Remove item name, require path in Image
* Merge images of dataset items
* Update tests
* Add image dir converter
* Update Datumaro format
* Update COCO format with image info
* Update CVAT format with image info
* Update TFrecord format with image info
* Update VOC formar with image info
* Update YOLO format with image info
* Update dataset manager bindings with image info
* Add image name to id transform
* Fix coco export
6 years ago
zhiltsov-max
c523420c57
Bump gitpython version ( #1146 )
6 years ago
Andrey Zhavoronkov
fccccabe2b
updated CUDA to version 10 ( #1138 )
...
* updated CUDA to version 10
* updated tensorflow
* added comment about NVIDIA_REQUIRE_CUDA env varOF
6 years ago
dependabot[bot]
20ed049111
Bump django from 2.2.8 to 2.2.10 in /cvat/requirements ( #1139 )
...
Bumps [django](https://github.com/django/django ) from 2.2.8 to 2.2.10.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/2.2.8...2.2.10 )
Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
zhiltsov-max
2848f1d14f
[Datumaro] Plugins and transforms ( #1126 )
...
* Fix model run command
* Rename annotation types, update class interfaces
* Fix random cvat format test fails
* Mask operations and dataset format fixes
* Update tests, extract format testing functions
* Add transform interface
* Implement plugin system
* Update tests with plugins
* Fix logging
* Add transfroms
* Update cvat integration
6 years ago
Jijoong Kim
7f8b96d4e8
Add extreme clicking feature to draw box by 4 points ( #1111 )
...
* Add extreme clicking feature to draw box by 4 points
* Add documentation for extreme clicking
6 years ago
Andrey Zhavoronkov
e062c2309e
fixed dump of interpolation points object && statistics calculation ( #1108 )
6 years ago
LukeAI
b918aeb224
Update base.py ( #1099 )
...
Modification necessary for using CVAT from remote machines when accessing with FQDNs
See https://github.com/opencv/cvat/issues/1011#issue-542817055
and https://github.com/opencv/cvat/pull/1098
"I believe the reason for this is that sometimes if the port number is :80 and the URL is not in the LAN (:port), but instead it is a Fully Qualified Domain Name (:port), the port 80 is redundant (mydomain.com:80) and the errors arise."
6 years ago
zhiltsov-max
93b3c091f5
[Datumaro] CLI updates + better documentation ( #1057 )
6 years ago
zhiltsov-max
604be63841
Update method call ( #1085 )
6 years ago
Nikita Manovich
a5c3da1235
Cleanup Dockerfiles for CVAT ( #1060 )
...
* Replaced wget by curl
* Moved CI stuff into Dockerfile.ci
* Use docker-compose to run commnands inside docker (need environment variables)
* Added patool again (to support different archive formats)
* Roll back tensorflow version: 1.15 -> 1.13.1
Fixed https://github.com/opencv/cvat/issues/982
Fixed https://github.com/opencv/cvat/issues/1017
* datumaro install tensorflow 2.x now. It breaks automatic annotation
using TF.
* Follow redirects in curl (auto_segmentation)
6 years ago
Andrey Zhavoronkov
7cf755fd38
align serializer max length of attribute value with the model ( #1074 )
6 years ago
Josh Bradley
cf876ad3e3
Fix typos in xml_format.md ( #1069 )
...
typo fixes
6 years ago
Boris Sekachev
25164fe8b6
Fixed: Uncaught TypeError: Cannot read property 'nodeValue' of undefined ( #1068 )
6 years ago
Boris Sekachev
43c5fd0088
Changed CharField(64) -> CharField(4096) for attribute value ( #1048 )
6 years ago
Boris Sekachev
67239b6148
Trim possible attribute values like attribute values setup by a user ( #1044 )
6 years ago
Nikita Manovich
4a13953d6d
Removed patool package with GPL license (it is not used) ( #1045 )
6 years ago
Radhika
b62f8f30db
Add info about auto segmentation to advanced topics of the installation guide ( #1033 )
6 years ago
provider161
563af24766
AWS deployment guide updated #1009 ( #1031 )
6 years ago
Christian
3908cb6024
Correct link to #automatic-annotation in README ( #1029 )
6 years ago
roho
d89763c175
Update AWS-Deployment-Guide.md ( #1019 )
...
Fixed documentation typo for file extension
6 years ago
Boris Sekachev
b6d2e45d23
Improved feature: common borders ( #1016 )
...
* Auto borders -> common borders, invisible when do not edit or draw, don't reset state
* Reset sticker after clicking outside
6 years ago
zhiltsov-max
4d730c756d
Fix timezone bug ( #1010 )
6 years ago
TOsmanov
204503ed9d
Updating the Task synchronization with a repository section of the CVAT User Guide ( #1006 )
6 years ago
TOsmanov
c102e3455b
Updating the Auto Annotation section of the CVAT User Guide ( #996 )
6 years ago
Boris Sekachev
c407874a52
Fixed comparison of shapes ( #1000 )
6 years ago
Boris Sekachev
f7df747cdf
Automatic bordering feature during drawing/editing ( #997 )
6 years ago
Boris Sekachev
c7052842a7
Fixed issue: Unknown shape type found ( #998 )
6 years ago
Boris Sekachev
2e8af445db
Resolved performance bottleneck in merge function ( #999 )
6 years ago
zhiltsov-max
7c9043974b
[Datumaro] Fix TFrecord converter constructor ( #993 )
6 years ago
TOsmanov
1890da2cc5
Updating the Model Manager section of the CVAT User Guide ( #991 )
6 years ago
vugia truong
458bd23222
Adding dump for VOC instance mask. ( #859 )
...
* Add mask instance dumper
* Fix bug
* Merge mask instance into mask
* Merge the change into mask
* Create MaskColorizer
* Add dump method
6 years ago
vugia truong
216416703a
Fix label for mask rcnn ( #980 )
6 years ago
Nikita Manovich
8edfe0dcb4
Swagger documentation ( #978 )
...
* Fix swagger problems (exceptions, /api/swagger.json, /api/docs/)
6 years ago
TOsmanov
6584f7fb21
User Guide update ( #953 )
6 years ago
zhiltsov-max
e9f1db00db
Add polygon point count checks ( #975 )
6 years ago
Maya
4587afe09a
Added documentation for swagger page ( #936 )
6 years ago
dependabot[bot]
4c72bc3fda
Bump tensorflow from 1.12.3 to 1.15.0 in /cvat/requirements ( #968 )
...
* Bump tensorflow from 1.12.3 to 1.15.0 in /cvat/requirements
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 1.12.3 to 1.15.0.
- [Release notes](https://github.com/tensorflow/tensorflow/releases )
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md )
- [Commits](https://github.com/tensorflow/tensorflow/compare/v1.12.3...v1.15.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Update pip because tensorflow 1.15 cannot not be found.
* Fix a typo (pip -> pip3)
* Replaced pip3 by python3 -m pip.
6 years ago
Maksim Markelov
37c46e3bae
Improve UX with creating new shape by shortkey ( #941 )
6 years ago
zhiltsov-max
0f5cf2064d
[Datumaro] Added tf detection api tfrecord import and export ( #894 )
...
* Added tf detection api tfrecord import and export
* Added export button in dashboard
* Add tf to requirements
* Extend test
* Add tf dependency
* Require images in tfrecord export
* Add video task case handling
* Maintain image order in CVAT export
* Fix Task image id-path conversions
* Update tfrecord tests
* Extend image utilities
* Update tfrecord format
* Fix image loading bug
* Add some logs
* Add 'copy' option to project import command
* Reduce default cache size
6 years ago
Boris Sekachev
fa8fd166b1
Updated contributing
6 years ago
Maksim Markelov
f90a22f31b
Remove deprecated html attributes ( #924 )
6 years ago
zhiltsov-max
5458de7464
[Datumaro] Add YOLO converter ( #906 )
...
* Add YOLO converter
* Added yolo extractor
* Added YOLO format test
* Add YOLO export in UI
6 years ago
Nikita Manovich
c0f1854f79
Restore session id ( #905 )
...
* Restore session id when we use token authorization.
6 years ago
Boris Sekachev
72517557d3
Fixed some issues with dump ( #904 )
...
* Changed method for downloading annotations
* Initial commit
* Initial commit
* Updated download method for dataset
* fixed eslint error
6 years ago
Andrey Zhavoronkov
f3a3f4c90a
Az/fix meta requests ( #903 )
...
* fixed processing of meta requests
6 years ago
dependabot[bot]
fec27ba10c
Bump django from 2.2.4 to 2.2.8 in /cvat/requirements ( #902 )
...
Bumps [django](https://github.com/django/django ) from 2.2.4 to 2.2.8.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/2.2.4...2.2.8 )
Signed-off-by: dependabot[bot] <support@github.com>
6 years ago
Boris Sekachev
171a9202ed
React & Antd: Dashboard migration ( #892 )
...
* Removed old dashboard
* Getting all users
* Updated changelog
* Reimplemented login decorator
* Implicit host, scheme in docker-compose
* Fixed issue with pagination
* Implicit page size parameter for tasks
* Fixed linkedin icon, added links to tasks in notifications
* Configurable method for check plugin
6 years ago
Maksim Markelov
dc7bfa9b12
Fix some spelling ( #897 )
6 years ago
Andrey Zhavoronkov
0e7845a1e6
set CORS_REPLACE_HTTPS_REFERER option to True ( #895 )
6 years ago