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
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
Boris Sekachev
e1e90e182c
[CVAT-UI] Fixed AAM bug: #1750 ( #1755 )
...
* Fixed AAM bug: #1750
* Updated changelog and version
6 years ago
Andrey Zhavoronkov
b706546435
Added clamav integration ( #1712 )
...
* added clamav integration
* updated license headers and changelog
6 years ago
Boris Sekachev
3adaf7eaec
[CVAT-UI] Better labels validation and fixed React warning ( #1727 )
...
* Better validation
* Temporary ID generation for created labels and attributes (fixes React warning)
* Updated version and changelog
* Fixed bug with existing labels
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
Boris Sekachev
27e43daf84
[React] Added shortcuts & ability to search a label ( #1683 )
...
* Fixed remark-linter errors in CONTRIBUTING.md, added python3-tk to the installation guide
* Added labels search
* Added shortcuts to change color and split
* Updated version
* Updated CHANGELOG.md
* Added title
* Added shortcut hint for change color, added ability to change color of group/label using the shortcut
* Updated CONTRIBUTING.md
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]
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
Andrey Zhavoronkov
c83b66b0de
Fix Kibana working time calculation ( #1654 )
...
* renamed 'working time' field to 'working_time' in logstash and kibana
* updated changelog
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
1b413c65a2
Fix image size conversion ( #1593 )
...
* Fix image size conversion
* update changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
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
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
98c2cc60dc
Add new release into CHANGELOG.md
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
Andrey Zhavoronkov
e21ec568fd
fix analytics permissions ( #1608 )
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
Andrey Zhavoronkov
6fd810e8a9
added settings to reduce access to analytics component ( #1592 )
...
* added settings to reduce access to analytics component
* updated CHANGELOG
* fixed typo
6 years ago
Andrey Zhavoronkov
7c800f7f7d
Fixed task creation for videos with uneven dimensions. ( #1594 )
...
* used yuv420p format for compressed and original chunks
* updated changelog
6 years ago
Vladimir Skubriev
b1c3bb3992
updated CHANGELOG
6 years ago
Andrey Zhavoronkov
4286793c57
Added the ability to configure custom pageViewHit (may useful for web analytics) ( #1566 )
...
* added the ability to configure custom pageViewHit (may useful for web analytics)
* updated version and changelog
* fixed comments
* cvat-ui minor v++
* subscribe on history updates in the root component
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
Andrey Zhavoronkov
27efa89242
Fixed git synchronization ( #1582 )
...
* fixed git synchronization
* Update CHANGELOG.md
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max
1200ecf67c
[Datumaro] Simplify log level setting ( #1583 )
...
* Simplify loglevel setting
* update changelog
6 years ago
zhiltsov-max
61d06065ab
Fix cuboid conversion ( #1577 )
...
* Fix cuboid conversion
* update changelog
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max
42c5637ddd
[Datumaro] Fix mask to polygons warning ( #1581 )
...
* Fix message, add test
* update changelog
6 years ago
Andrey Zhavoronkov
43395af812
Fixed auto_segmentation app ( #1562 )
...
* disabled tf eager execution for auto_segmentation
* Update CHANGELOG.md
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
Andrey Zhavoronkov
380be58edc
Ability to configure user agreements for the register user form ( #1464 )
6 years ago
zhiltsov-max
fb380d9855
Include empty images in exported annotations ( #1479 )
6 years ago
zhiltsov-max
98a9718e63
[Datumaro] Change alignment in mask parsing ( #1547 )
6 years ago
zhiltsov-max
42990906b9
[Datumaro] Fix coco import conflict with labels ( #1548 )
6 years ago
Dmitry Kalinin
2394fe63a4
fixed false tag activation ( #1541 )
6 years ago
Dmitry Kalinin
d62ae15f77
React UI: cookie policy drawer ( #1511 )
6 years ago
Dmitry Kalinin
2e8117561c
React UI: batch of fixes ( #1525 )
6 years ago
zhiltsov-max
5ab549956f
Merge annotations and dataset_manager apps ( #1352 )
6 years ago
Gururaj Jeerge
7b31525a1c
Updating instructions to serve Swagger documentation ( #1502 )
6 years ago
Boris Sekachev
9740ad78dd
session.annotations.put() returns indexes of added objects ( #1493 )
...
* session.annotations.put() returns indexes of added objects
* Updated changelog
6 years ago
Nikita Manovich
e6ce7758cd
Update CHANGELOG and the version of CVAT server.
6 years ago
Nikita Manovich
011c4aa675
Update changelog.
6 years ago
Dmitry Kalinin
bf6f550561
React UI: cuboids ( #1451 )
6 years ago
Andrey Zhavoronkov
227ab05e73
Fixed uploading track annotations for multi-segment tasks ( #1396 )
...
* fixed uploading annotation for overlapped segments
* fixed dump of tracks for multisegment task
* Update CHANGELOG.md
* fixed comments
* fixed comments
* Update cvat/apps/engine/data_manager.py
Co-Authored-By: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
* drop start shapes with outside==True for splitted track
* code cleanup
* fixed typo
* fix
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov
ee6deba304
Fixed 'Open task' button doesn't work ( #1474 )
6 years ago
Andrey Zhavoronkov
f4ae611392
Remove deprecated utils ( #1477 )
...
* removed deprecated convert scripts
* updated changelog
6 years ago
Nikita Manovich
3d4e7268e1
Fix apache startup ( #1467 )
...
* Fix Network Error after PC Restart (#1035 )
* Update CHANGELOG.md
6 years ago
Ben Hoff
8a2efa4da3
fix auto annotation to not eat all RAM ( #1328 )
...
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago