Andrey Zhavoronkov
f1f63532e6
Update FAQ ( #1818 )
...
* updated FAQ
* Update faq.md
6 years ago
zhiltsov-max
962f61fa27
Add attributes in VOC format ( #1792 )
...
* Add voc attributes
* Allow any values for voc pose
* update changelog
* Add attribute conversion
* linter
* fix tests
6 years ago
dependabot-preview[bot]
5556b8a5ef
Bump werkzeug from 0.15.3 to 1.0.1 in /cvat/requirements ( #1787 )
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 0.15.3 to 1.0.1.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/0.15.3...1.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
29c41952ab
Bump lazy-object-proxy from 1.3.1 to 1.5.0 in /cvat/requirements ( #1788 )
...
Bumps [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy ) from 1.3.1 to 1.5.0.
- [Release notes](https://github.com/ionelmc/python-lazy-object-proxy/releases )
- [Changelog](https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/ionelmc/python-lazy-object-proxy/compare/v1.3.1...v1.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
95e2343938
Bump drf-yasg from 1.17.0 to 1.17.1 in /cvat/requirements ( #1789 )
...
Bumps [drf-yasg](https://github.com/axnsan12/drf-yasg ) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/axnsan12/drf-yasg/releases )
- [Changelog](https://github.com/axnsan12/drf-yasg/blob/master/docs/changelog.rst )
- [Commits](https://github.com/axnsan12/drf-yasg/compare/1.17.0...1.17.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
564827b5f9
Bump opencv-python from 4.1.0.25 to 4.2.0.34 in /cvat/requirements ( #1791 )
...
Bumps [opencv-python](https://github.com/skvark/opencv-python ) from 4.1.0.25 to 4.2.0.34.
- [Release notes](https://github.com/skvark/opencv-python/releases )
- [Commits](https://github.com/skvark/opencv-python/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
5b26cbe6dc
Bump furl from 2.0.0 to 2.1.0 in /cvat/requirements ( #1786 )
...
Bumps [furl](https://github.com/gruns/furl ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/gruns/furl/releases )
- [Changelog](https://github.com/gruns/furl/blob/master/changelog.txt )
- [Commits](https://github.com/gruns/furl/compare/v2.0.0...v2.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
Kirill Plyashkevich
5d2f313cf8
Continuation of https://github.com/opencv/cvat/pull/1641 ( #1793 )
...
Added env variables for Postgres DB and user names
6 years ago
zhiltsov-max
f646589bfa
Allow import of single boxes in MOT format ( #1764 )
...
* Allow single boxes in MOT format
* update changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
90c8f789ee
Bump tensorflow from 1.15.2 to 2.2.0 in /cvat/requirements ( #1761 )
...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow ) from 1.15.2 to 2.2.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.15.2...v2.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
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
dependabot-preview[bot]
07a3c4a9a2
Bump pdf2image from 1.6.0 to 1.13.1 in /cvat/requirements ( #1772 )
...
Bumps [pdf2image](https://github.com/Belval/pdf2image ) from 1.6.0 to 1.13.1.
- [Release notes](https://github.com/Belval/pdf2image/releases )
- [Commits](https://github.com/Belval/pdf2image/compare/v1.6.0...v1.13.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
5b4e472bd9
Bump django-extensions from 2.0.6 to 2.2.9 in /cvat/requirements ( #1773 )
...
Bumps [django-extensions](https://github.com/django-extensions/django-extensions ) from 2.0.6 to 2.2.9.
- [Release notes](https://github.com/django-extensions/django-extensions/releases )
- [Changelog](https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md )
- [Commits](https://github.com/django-extensions/django-extensions/compare/2.0.6...2.2.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
126a22c04f
Bump django-cors-headers from 3.3.0 to 3.4.0 in /cvat/requirements ( #1774 )
...
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/adamchainz/django-cors-headers/releases )
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/master/HISTORY.rst )
- [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.3.0...3.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
7f7e3cef21
Bump python-ldap from 3.2.0 to 3.3.0 in /cvat/requirements ( #1775 )
...
Bumps [python-ldap](https://github.com/python-ldap/python-ldap ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/python-ldap/python-ldap/releases )
- [Commits](https://github.com/python-ldap/python-ldap/compare/python-ldap-3.2.0...python-ldap-3.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
54106294f9
Bump rules from 2.0 to 2.2 in /cvat/requirements ( #1777 )
...
Bumps [rules](https://github.com/dfunckt/django-rules ) from 2.0 to 2.2.
- [Release notes](https://github.com/dfunckt/django-rules/releases )
- [Changelog](https://github.com/dfunckt/django-rules/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dfunckt/django-rules/compare/v2.0.0...v2.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
4c0bf89029
Bump sqlparse from 0.2.4 to 0.3.1 in /cvat/requirements ( #1778 )
...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse ) from 0.2.4 to 0.3.1.
- [Release notes](https://github.com/andialbrecht/sqlparse/releases )
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG )
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.2.4...0.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov
97b1005456
compatibility with python 3.6 and lower ( #1780 )
6 years ago
dependabot-preview[bot]
34eba81d86
Bump h5py from 2.9.0 to 2.10.0 in /cvat/requirements ( #1738 )
...
Bumps [h5py](https://github.com/h5py/h5py ) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/h5py/h5py/releases )
- [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst )
- [Commits](https://github.com/h5py/h5py/compare/2.9.0...2.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
e4cdd27e5c
Bump redis from 3.2.0 to 3.5.3 in /cvat/requirements ( #1741 )
...
Bumps [redis](https://github.com/andymccurdy/redis-py ) from 3.2.0 to 3.5.3.
- [Release notes](https://github.com/andymccurdy/redis-py/releases )
- [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/andymccurdy/redis-py/compare/3.2.0...3.5.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
2b59195252
Bump click from 6.7 to 7.1.2 in /cvat/requirements ( #1757 )
...
Bumps [click](https://github.com/pallets/click ) from 6.7 to 7.1.2.
- [Release notes](https://github.com/pallets/click/releases )
- [Changelog](https://github.com/pallets/click/blob/master/CHANGES.rst )
- [Commits](https://github.com/pallets/click/compare/6.7...7.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
b96449a058
Bump keras from 2.3.1 to 2.4.2 in /cvat/requirements ( #1760 )
...
Bumps [keras](https://github.com/keras-team/keras ) from 2.3.1 to 2.4.2.
- [Release notes](https://github.com/keras-team/keras/releases )
- [Commits](https://github.com/keras-team/keras/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
f3bc63973e
Bump django-revproxy from 0.9.15 to 0.10.0 in /cvat/requirements ( #1759 )
...
Bumps [django-revproxy](https://github.com/TracyWebTech/django-revproxy ) from 0.9.15 to 0.10.0.
- [Release notes](https://github.com/TracyWebTech/django-revproxy/releases )
- [Changelog](https://github.com/TracyWebTech/django-revproxy/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/TracyWebTech/django-revproxy/compare/0.9.15...0.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
1886258a2e
Bump rope from 0.11 to 0.17.0 in /cvat/requirements ( #1762 )
...
Bumps [rope](https://github.com/python-rope/rope ) from 0.11 to 0.17.0.
- [Release notes](https://github.com/python-rope/rope/releases )
- [Commits](https://github.com/python-rope/rope/compare/0.11.0...0.17.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
5a738e14af
Bump easyprocess from 0.2.3 to 0.3 in /cvat/requirements ( #1763 )
...
Bumps [easyprocess](https://github.com/ponty/easyprocess ) from 0.2.3 to 0.3.
- [Release notes](https://github.com/ponty/easyprocess/releases )
- [Commits](https://github.com/ponty/easyprocess/compare/0.2.3...0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
zhiltsov-max
0eb005c9f2
Support relative paths in import and export ( #1463 )
...
* Move annotations to dm
* Refactor dm
* Rename data manager
* Move anno dump and upload functions
* Join server host and port in cvat cli
* Move export templates dir
* add dm project exporter
* update mask format support
* Use decorators for formats definition
* Update formats
* Update format implementations
* remove parameter
* Add dm views
* Move annotation components to dm
* restore extension for export formats
* update rest api
* use serializers, update views
* merge develop
* Update format names
* Update docs
* Update tests
* move test
* fix import
* Extend format tests
* django compatibility for directory access
* move tests
* update module links
* fixes
* fix git application
* fixes
* add extension recommentation
* fixes
* api
* join api methods
* Add trim whitespace to workspace config
* update tests
* fixes
* Update format docs
* join format queries
* fixes
* update new ui
* ui tests
* old ui
* update js bundles
* linter fixes
* add image with loader tests
* fix linter
* fix frame step and frame access
* use server file name for annotations export
* update cvat core
* add import hack for rest api tests
* move cli tests
* fix cvat format converter args parsing
* remove folder on extract error
* print error message on incorrect xpath expression
* use own categories when no others exist
* update changelog
* really add text to changelog
* Fix annotation window menu
* fix ui
* fix replace
* update extra apps
* format readme
* readme
* linter
* Fix old ui
* Update CHANGELOG.md
* update user guide
* linter
* more linter fixes
* update changelog
* Add image attributes
* add directory check in save image
* update image tests
* update image dir format with relative paths
* update datumaro format
* update coco format
* update cvat format
* update labelme format
* update mot format
* update image dir format
* update voc format
* update mot format
* update yolo format
* update labelme test
* update voc format
* update tfrecord format
* fixes
* update save_image usage
* remove item name conversion
* fix merge
* fix export
* prohibit relative paths in labelme format
* Add test for relative name matching
* move code
* implement frame matching
* fix yolo
* fix merge
* fix merge
* prettify code
* fix methid call
* fix frame matching in yolo
* add tests
* regularize function output
* update changelog
* fixes
* fix z_order use
* fix slash replacement
* linter
* t
* t2
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
a-andre
4047df9944
Fix 'django-compressor 2.4 has requirement rjsmin==1.1.0' ( #1737 )
...
Co-authored-by: André Apitzsch <andre.apitzsch@etit.tu-chemnitz.de>
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
4ec0d4dae2
Bump pylint-plugin-utils from 0.2.6 to 0.6 in /cvat/requirements ( #1740 )
...
Bumps [pylint-plugin-utils](https://github.com/landscapeio/pylint-plugin-utils ) from 0.2.6 to 0.6.
- [Release notes](https://github.com/landscapeio/pylint-plugin-utils/releases )
- [Commits](https://github.com/landscapeio/pylint-plugin-utils/commits/0.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
408c475d62
Bump django-auth-ldap from 1.4.0 to 2.2.0 in /cvat/requirements ( #1739 )
...
Bumps [django-auth-ldap](https://github.com/django-auth-ldap/django-auth-ldap ) from 1.4.0 to 2.2.0.
- [Release notes](https://github.com/django-auth-ldap/django-auth-ldap/releases )
- [Changelog](https://github.com/django-auth-ldap/django-auth-ldap/blob/master/CHANGES )
- [Commits](https://github.com/django-auth-ldap/django-auth-ldap/compare/1.4.0...2.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
2b34bf3dcc
Bump six from 1.12.0 to 1.15.0 in /cvat/requirements ( #1742 )
...
Bumps [six](https://github.com/benjaminp/six ) from 1.12.0 to 1.15.0.
- [Release notes](https://github.com/benjaminp/six/releases )
- [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES )
- [Commits](https://github.com/benjaminp/six/compare/1.12.0...1.15.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
e4c21d319a
Bump pyunpack from 0.1.2 to 0.2.1 in /cvat/requirements ( #1743 )
...
Bumps [pyunpack](https://github.com/ponty/pyunpack ) from 0.1.2 to 0.2.1.
- [Release notes](https://github.com/ponty/pyunpack/releases )
- [Commits](https://github.com/ponty/pyunpack/compare/0.1.2...0.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
2d34acd0e3
Bump requests from 2.23.0 to 2.24.0 in /cvat/requirements ( #1744 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.23.0 to 2.24.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.23.0...v2.24.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
5c63734ea5
Bump imgaug from 0.2.9 to 0.4.0 in /cvat/requirements ( #1745 )
...
Bumps [imgaug](https://github.com/aleju/imgaug ) from 0.2.9 to 0.4.0.
- [Release notes](https://github.com/aleju/imgaug/releases )
- [Commits](https://github.com/aleju/imgaug/compare/0.2.9...0.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
4186a7dd31
Bump mod-wsgi from 4.6.2 to 4.7.1 in /cvat/requirements ( #1746 )
...
Bumps [mod-wsgi](https://github.com/GrahamDumpleton/mod_wsgi ) from 4.6.2 to 4.7.1.
- [Release notes](https://github.com/GrahamDumpleton/mod_wsgi/releases )
- [Commits](https://github.com/GrahamDumpleton/mod_wsgi/compare/4.6.2...4.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
fcadefa6cf
Bump pytz from 2018.3 to 2020.1 in /cvat/requirements ( #1717 )
...
Bumps [pytz](https://github.com/stub42/pytz ) from 2018.3 to 2020.1.
- [Release notes](https://github.com/stub42/pytz/releases )
- [Commits](https://github.com/stub42/pytz/compare/release_2018.3...release_2020.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
04c14e3770
Bump fakeredis from 1.1.0 to 1.4.1 in /cvat/requirements ( #1719 )
...
Bumps [fakeredis](https://github.com/jamesls/fakeredis ) from 1.1.0 to 1.4.1.
- [Release notes](https://github.com/jamesls/fakeredis/releases )
- [Commits](https://github.com/jamesls/fakeredis/compare/1.1.0...1.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
e800523f01
Bump cython from 0.29.13 to 0.29.20 in /cvat/requirements ( #1721 )
...
Bumps [cython](https://github.com/cython/cython ) from 0.29.13 to 0.29.20.
- [Release notes](https://github.com/cython/cython/releases )
- [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst )
- [Commits](https://github.com/cython/cython/compare/0.29.13...0.29.20 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
07d6a01fe2
Bump numpy from 1.16.2 to 1.18.5 in /cvat/requirements ( #1722 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.16.2 to 1.18.5.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt )
- [Commits](https://github.com/numpy/numpy/compare/v1.16.2...v1.18.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
53fcf96064
Bump django-filter from 2.0.0 to 2.3.0 in /cvat/requirements ( #1723 )
...
Bumps [django-filter](https://github.com/carltongibson/django-filter ) from 2.0.0 to 2.3.0.
- [Release notes](https://github.com/carltongibson/django-filter/releases )
- [Changelog](https://github.com/carltongibson/django-filter/blob/master/CHANGES.rst )
- [Commits](https://github.com/carltongibson/django-filter/compare/2.0.0...2.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
a46d32afb7
Bump pylint from 2.3.1 to 2.5.3 in /cvat/requirements ( #1726 )
...
Bumps [pylint](https://github.com/PyCQA/pylint ) from 2.3.1 to 2.5.3.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Changelog](https://github.com/PyCQA/pylint/blob/master/ChangeLog )
- [Commits](https://github.com/PyCQA/pylint/compare/pylint-2.3.1...pylint-2.5.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
8d7505f264
Bump psycopg2-binary from 2.7.4 to 2.8.5 in /cvat/requirements ( #1732 )
...
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2 ) from 2.7.4 to 2.8.5.
- [Release notes](https://github.com/psycopg/psycopg2/releases )
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS )
- [Commits](https://github.com/psycopg/psycopg2/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
c497f24402
Bump django-silk from 3.0.1 to 4.0.1 in /cvat/requirements ( #1731 )
...
Bumps [django-silk](https://github.com/jazzband/django-silk ) from 3.0.1 to 4.0.1.
- [Release notes](https://github.com/jazzband/django-silk/releases )
- [Changelog](https://github.com/jazzband/django-silk/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jazzband/django-silk/compare/3.0.1...4.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
zhiltsov-max
0e003157d3
Throw an error on unknown frames ( #1728 )
6 years ago
zhiltsov-max
5912bf0447
[Datumaro] Support relative paths ( #1715 )
...
* Support relative image paths in Datumaro
* Update bindings
* Fix merge
* linter
6 years ago
Andrey Zhavoronkov
7f8348458d
added initial version of frequently asked questions page ( #1682 )
...
* added initial version of frequently asked questions page
* fixed codacy
* Update cvat/apps/documentation/faq.md
* added toc
* Update cvat/apps/documentation/faq.md
* Update cvat/apps/documentation/faq.md
* Update cvat/apps/documentation/faq.md
* fix typo
* udpate faq
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov
b706546435
Added clamav integration ( #1712 )
...
* added clamav integration
* updated license headers and changelog
6 years ago
dependabot-preview[bot]
587ca4dbfd
Bump django-compressor from 2.2 to 2.4 in /cvat/requirements ( #1720 )
...
Bumps [django-compressor](https://github.com/django-compressor/django-compressor ) from 2.2 to 2.4.
- [Release notes](https://github.com/django-compressor/django-compressor/releases )
- [Changelog](https://github.com/django-compressor/django-compressor/blob/develop/docs/changelog.txt )
- [Commits](https://github.com/django-compressor/django-compressor/compare/2.2...2.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
b4600be3f7
Bump django-appconf from 1.0.2 to 1.0.4 in /cvat/requirements ( #1718 )
...
Bumps [django-appconf](https://github.com/django-compressor/django-appconf ) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/django-compressor/django-appconf/releases )
- [Changelog](https://github.com/django-compressor/django-appconf/blob/develop/docs/changelog.rst )
- [Commits](https://github.com/django-compressor/django-appconf/compare/v1.0.2...v1.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
zhiltsov-max
1fb7e5bf6d
Fix frame step export for image tasks ( #1615 )
...
* use absolute frame numbers in interface
* update changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
2c70e8a401
Bump djangorestframework from 3.9.3 to 3.11.0 in /cvat/requirements ( #1675 )
...
Bumps [djangorestframework](https://github.com/encode/django-rest-framework ) from 3.9.3 to 3.11.0.
- [Release notes](https://github.com/encode/django-rest-framework/releases )
- [Commits](https://github.com/encode/django-rest-framework/compare/3.9.3...3.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
a23cd46d24
Bump snakeviz from 0.4.2 to 2.1.0 in /cvat/requirements ( #1691 )
...
Bumps [snakeviz](https://github.com/jiffyclub/snakeviz ) from 0.4.2 to 2.1.0.
- [Release notes](https://github.com/jiffyclub/snakeviz/releases )
- [Changelog](https://github.com/jiffyclub/snakeviz/blob/master/CHANGES.rst )
- [Commits](https://github.com/jiffyclub/snakeviz/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
c15c6396d4
Bump astroid from 2.2.5 to 2.4.2 in /cvat/requirements ( #1700 )
...
Bumps [astroid](https://github.com/PyCQA/astroid ) from 2.2.5 to 2.4.2.
- [Release notes](https://github.com/PyCQA/astroid/releases )
- [Changelog](https://github.com/PyCQA/astroid/blob/master/ChangeLog )
- [Commits](https://github.com/PyCQA/astroid/compare/astroid-2.2.5...astroid-2.4.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
4e8d9f1324
Bump rq-scheduler from 0.9.1 to 0.10.0 in /cvat/requirements ( #1707 )
...
Bumps [rq-scheduler](https://github.com/rq/rq-scheduler ) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/rq/rq-scheduler/releases )
- [Changelog](https://github.com/rq/rq-scheduler/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rq/rq-scheduler/compare/v0.9.1...v0.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
e565d4adf5
Bump django-cors-headers from 3.2.0 to 3.3.0 in /cvat/requirements ( #1708 )
...
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/adamchainz/django-cors-headers/releases )
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/master/HISTORY.rst )
- [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.2.0...3.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
4ed9a3c01e
Bump django-cacheops from 4.0.6 to 5.0 in /cvat/requirements ( #1710 )
...
Bumps [django-cacheops](https://github.com/Suor/django-cacheops ) from 4.0.6 to 5.0.
- [Release notes](https://github.com/Suor/django-cacheops/releases )
- [Changelog](https://github.com/Suor/django-cacheops/blob/master/CHANGELOG )
- [Commits](https://github.com/Suor/django-cacheops/compare/4.0.6...5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
61c4eb0cdd
Bump pylint-django from 0.9.4 to 2.0.15 in /cvat/requirements ( #1711 )
...
Bumps [pylint-django](https://github.com/PyCQA/pylint-django ) from 0.9.4 to 2.0.15.
- [Release notes](https://github.com/PyCQA/pylint-django/releases )
- [Changelog](https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/PyCQA/pylint-django/compare/0.9.4...v2.0.15 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
4f7a9aec0f
Bump shapely from 1.6.4.post2 to 1.7.0 in /cvat/requirements ( #1709 )
...
Bumps [shapely](https://github.com/Toblerity/Shapely ) from 1.6.4.post2 to 1.7.0.
- [Release notes](https://github.com/Toblerity/Shapely/releases )
- [Changelog](https://github.com/Toblerity/Shapely/blob/master/CHANGES.txt )
- [Commits](https://github.com/Toblerity/Shapely/compare/1.6.4.post2...1.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
f41f499307
Bump python-ldap from 3.0.0 to 3.2.0 in /cvat/requirements ( #1706 )
...
Bumps [python-ldap](https://github.com/python-ldap/python-ldap ) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/python-ldap/python-ldap/releases )
- [Commits](https://github.com/python-ldap/python-ldap/compare/python-ldap-3.0.0...python-ldap-3.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
AzaelCicero
9320baeeb1
Fixes regexes to accept multipart git repository address. ( #1655 )
...
* Fixes regexes to accept multipart git repository address.
* Added test case for multi level path.
* Reduced complexity of SSH regex.
* Fixing unit tests.
* Fix SSH formatting.
Co-authored-by: kpawelczyk <kpawelczyk@future-processing.com>
6 years ago
dependabot-preview[bot]
4f991ddce5
Bump keras from 2.2.5 to 2.3.1 in /cvat/requirements ( #1689 )
...
Bumps [keras](https://github.com/keras-team/keras ) from 2.2.5 to 2.3.1.
- [Release notes](https://github.com/keras-team/keras/releases )
- [Commits](https://github.com/keras-team/keras/compare/2.2.5...2.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
dcff79eb63
Bump isort from 4.3.4 to 4.3.21 in /cvat/requirements ( #1692 )
...
Bumps [isort](https://github.com/timothycrosley/isort ) from 4.3.4 to 4.3.21.
- [Release notes](https://github.com/timothycrosley/isort/releases )
- [Changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/timothycrosley/isort/compare/4.3.4...4.3.21 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
c0dc700f9c
Bump pygments from 2.3.1 to 2.6.1 in /cvat/requirements ( #1699 )
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.3.1 to 2.6.1.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.3.1...2.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
21b43f9c26
Bump gitpython from 3.0.8 to 3.1.3 in /cvat/requirements ( #1698 )
...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.0.8 to 3.1.3.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/master/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.0.8...3.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
23f3a8fabc
Bump markdown from 3.0.1 to 3.2.2 in /cvat/requirements ( #1693 )
...
Bumps [markdown](https://github.com/Python-Markdown/markdown ) from 3.0.1 to 3.2.2.
- [Release notes](https://github.com/Python-Markdown/markdown/releases )
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.0.1...3.2.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
8d2d7bb8e0
Bump pillow from 6.2.0 to 7.1.2 in /cvat/requirements ( #1690 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 6.2.0 to 7.1.2.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/6.2.0...7.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
zhiltsov-max
c792c8cd60
Refactor formats tests ( #1634 )
6 years ago
dependabot-preview[bot]
f18ce4759b
Bump wrapt from 1.11.1 to 1.12.1 in /cvat/requirements ( #1677 )
...
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt ) from 1.11.1 to 1.12.1.
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases )
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst )
- [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.11.1...1.12.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
b6031b99fd
Bump scipy from 1.2.1 to 1.4.1 in /cvat/requirements ( #1678 )
...
Bumps [scipy](https://github.com/scipy/scipy ) from 1.2.1 to 1.4.1.
- [Release notes](https://github.com/scipy/scipy/releases )
- [Commits](https://github.com/scipy/scipy/compare/v1.2.1...v1.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot-preview[bot]
1c3461189d
Bump requests from 2.20.0 to 2.23.0 in /cvat/requirements ( #1672 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.20.0 to 2.23.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.20.0...v2.23.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
6 years ago
dependabot[bot]
b2503c620f
Bump django from 2.2.10 to 2.2.13 in /cvat/requirements ( #1657 )
...
* Bump django from 2.2.10 to 2.2.13 in /cvat/requirements
Bumps [django](https://github.com/django/django ) from 2.2.10 to 2.2.13.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/2.2.10...2.2.13 )
Signed-off-by: dependabot[bot] <support@github.com>
* Update CHANGELOG.md
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Nikita Manovich
26f8d5585c
Merge branch 'feature/new_https_install_case_readme' of https://github.com/cvisionlabops/cvat into cvisionlabops/new_https_install_case_readme
6 years ago
zhiltsov-max
2044d35566
Add directory check on image save ( #1636 )
...
* Add directory check on image save
* Add tests
* change exception type
* update test
6 years ago
Rush Tehrani
3cb1f52bc1
Add environment variables for Redis and Postgres hosts ( #1641 )
...
* Update to support additional env vars
- Added environment variables for:
- Redis Host
- Postgres Host
- Change `POSTGRES_PASSWORD` => `CVAT_POSTGRES_PASSWORD` to avoid collision with other scripts.
* Using ENV vars in supervisord.conf
* Fixing ENV vars.
* add env vars to docker-compose.yml
* merge supervisord.conf
* update docker-compose env var values
* Update CHANGELOG.md
Co-authored-by: Aleksandr Melnikov <aleksandr@onepanel.io>
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max
da3fa34ce0
Add tf import checks and tests ( #1567 )
...
* Add tf import checks and tests
* implement disabled formats on server
* python 3.5 compatibility
* add checks to dm tests
* fix tests
* Support for disabled formats in UI
* add sorting for formats, mark grey disabled items
* update changelog
* advance package versions
6 years ago
zhiltsov-max
ac922e33a5
Add default colors for masks ( #1549 )
...
* Use default colors for masks
* do not change labels in voc converter
* update tests
* add backgound color handling
* consider case with existing source colormap
* update changelog
* fix file name
* fix insert
* move color table colors to beginning
6 years ago
zhiltsov-max
d57f7aefc1
Fix cached exported annotations file name ( #1635 )
6 years ago
Mathis Chenuet
bb69fd4fce
Show error on upload when labels are missing ( #1629 )
6 years ago
zhiltsov-max
4dc1c7ae7d
Add missing import ( #1638 )
6 years ago
Nikita Manovich
79c39ad35c
Remove information about the email from the basic user information ( #1627 )
...
* Remove information about the email from the basic user information.
6 years ago
Andrey Zhavoronkov
4477e1777a
Added throttling policy for unauthenticated users ( #1531 )
...
* added throttling policy for unauthenticated users
* updated changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Nikita Manovich
35badcca55
Update version of CVAT
6 years ago
Nikita Manovich
ac45de7631
Release 1.0.0 ( #1618 )
...
* Add pull request and issue templates (#1359 )
* Add initial version of pull request template
* Fix links
* Fix codacy issues
* Slightly improve titles of sections
* Add a note about strikethough for the checklist.
* Fix progress of a pull request (each checkbox is an issue)
* Add the license header, checkboxes about the license.
* Updated the license
* Update the license to met https://github.com/licensee/licensee/blob/master/vendor/choosealicense.com/_licenses/mit.txt restrictions.
* Fix the pull request template name
* Make explaination text as comments (it will be visible when you edit the PR message)
* Add initial version of the issue template.
* Improve PR template (#1427 )
* Simplified PR template.
* Remove a new line to make codacy happy.
* Slightly improve changelog
* Update CVAT version
6 years ago
TOsmanov
692f4a0d2d
Fix duplicate item in User Guide ( #1617 )
...
* remove item Annotation with Auto Segmentation
* fix link in user_guide.md
* delete unused images
6 years ago
TOsmanov
8cdd312bf5
Update Filter, Analytics and Shortcuts items in User Guide ( #1606 )
...
* update user_guide.md and images
* fix user_guide.md
* delete unused image
* delete unused images
6 years ago
TOsmanov
fb419d353e
Update item Annotation with polygons in User guide v2 ( #1612 )
...
* update user_guide.md
* update images and gifs
6 years ago
TOsmanov
3f46258ae6
Update item Annotation with cuboids ( #1598 )
6 years ago
Andrey Zhavoronkov
e21ec568fd
fix analytics permissions ( #1608 )
6 years ago
TOsmanov
7621d2b35d
update gifs, images and user_guide.md ( #1605 )
6 years ago
TOsmanov
6113b648a3
update user_guide.md and add image ( #1604 )
6 years ago
TOsmanov
311074423d
delete duplicate item in user_guide.md ( #1607 )
6 years ago
YutaYamazaki
db23bd4121
Fix example yaml format ( #1603 )
6 years ago
Nikita Manovich
4ce14d6946
Merge branch 'TOsmanov-UG-update-Annotation-whit-points' into develop
6 years ago
TOsmanov
53020c9d9f
Update item Annotation with polylines ( #1596 )
...
* update user_guide.md and images
* fix uppercase letters in images path in user_guide.md and remove trailing spaces
* delete images and gifs containing uppercase letters in the name
* add images with correct names
* fix image paths in user_guide.md
* Delete image133
* add image133 with correct name
6 years ago
zhiltsov-max
e2dedb2f83
Use z_order as a class property ( #1589 )
...
* Use z_order as a class property
* Fix z_order use in voc
* Update changelog
6 years ago
timurx.osmanov
dce5e1d5dd
add gif013 with correct name
6 years ago
timurx.osmanov
058335a476
Delete gif013
6 years ago
timurx.osmanov
6f1d8f5ea2
update user_guide.md, images and gifs
6 years ago
TOsmanov
485bc8d91a
Update user_guide.md, images and gif ( #1556 )
...
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
TOsmanov
405aab7ba1
Update text, images and gif in user_guide.md ( #1558 )
6 years ago
TOsmanov
8a8dd391a3
Add item Controls sidebar in User Guide ( #1510 )
6 years ago