163 Commits (1b413c65a2a62d39876d074902eabd93cd7f9f41)

Author SHA1 Message Date
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
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
Dmitry Kalinin 176dc718a2
React UI: batch of fixes (#1462)
* CVAT new UI: add arrows on a mouse cursor
* Delete point bug (in new UI)
6 years ago
Boris Sekachev c6c9e7db96
React UI: Added client versioning (#1448)
* Adjusted antd import

* Wrapped core and canvas

* Added versioning

* Updated changelog, adjusted installation guide a bit
6 years ago
Boris Sekachev d68d8810a4
React UI: Batch of fixes (#1445)
* Hide functionality (H) doesn't work
* The highlighted attribute doesn't correspond to the chosen attribute in AAM
* Inconvinient image shaking while drawing a polygon (hold Alt key during drawing/editing/grouping to drag an image)
* Filter property "shape" doesn't work and extra operator in description
* Block of text information doesn't disappear after deactivating for locked shapes
* Annotation uploading fails in annotation view
* UI freezes after canceling pasting with escape

Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
zhiltsov-max c78db45d9a
[Datumaro] Fix duplicating keypoints in COCO export (#1435) 6 years ago
Thomas Albrecht 9344b067b1
fix: OSError:broken data stream (#1430) 6 years ago
Boris Sekachev f1aee89589
React UI: ReID algorithm (#1406)
* Initial commit

* Connected storage

* Added core API method

* Done implementation

* Removed rule

* Removed double cancel

* Updated changelog

* Fixed: Cannot read property toFixed of undefined

* Update CHANGELOG.md
6 years ago
Andrey Zhavoronkov ca022d732d
Fixed auto annotation, tf annotation and auto segmentation apps (#1409)
* fixed code that uses FrameProvider, as the interface has changed

* Update CHANGELOG.md
6 years ago
Nikita Manovich b415c4f952 Update CHANGELOG.md (next version is 1.0.0-beta.2) 6 years ago
Nikita Manovich 15299e4d7d Updated CHANGELOG (new version will be 1.0.0-beta.1) 6 years ago
Nikita Manovich a38948ede8 Update CHANGELOG.md 6 years ago
Dmitry Kalinin 018925d535
React UI: batch of fixes (#1404)
* React UI has become a primary UI
* Temporary disabled cuboid in cvat-core
6 years ago
Boris Sekachev 4bcd9596d1
React UI: Automatic bordering for polygons and polylines during drawing/editing (#1394)
* Fixed: cannot read property 'set' of undefined

* Fixed UI failing: save during drag/resize

* Fixed multiple saving (shortcut sticking)

* Undo/redo fixed

* Allowed one interpolated point

* Fixed API reaction when repository synchronization is failed

* Updated changelog

* Auto bordering feature

* Some fixes, added shortcuts

* Fixed draw when start with one of supporting point
6 years ago