Andrey Zhavoronkov
2c21068417
updated Online Demo section of Readme ( #1588 )
...
* updated Online Demo section of Readme
* Change content of "online demo" section
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
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
Dmitry Kalinin
2d1b73c2ab
Merge pull request #1574 from opencv/dk/layout-fixes
...
React UI: Layout styles fixes
6 years ago
zhiltsov-max
4c603504b7
Add VOC grayscale masks test and documentation ( #1576 )
...
* Add a test for unpainted masks
* Update format documentation
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
Dmitry Kalinin
faa3a2ec91
Layout styles fixes
6 years ago
TOsmanov
42fb305d67
Update item Side panel in User guide ( #1513 )
...
* Update item Side panel in User guide
* Removed trailing spaces in an Object sidebar item
* Update cvat/apps/documentation/user_guide.md
* fix typo
* missing image correction
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
6 years ago
Andrey Zhavoronkov
380be58edc
Ability to configure user agreements for the register user form ( #1464 )
6 years ago
TOsmanov
fc2f02a406
Update item Bottom panel in User Guide ( #1509 )
...
* Update item Bottom panel in User Guide
rename the "Bottom panel" to the "Top panel"
* Fixed typos, remove trailing spaces in user_guide.md
* Fix user_guide.md and update image051.jpg
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
0934d772f8
Added item with npm package version increasing to the PR template ( #1542 )
6 years ago
Dmitry Kalinin
2394fe63a4
fixed false tag activation ( #1541 )
6 years ago
Andrey Zhavoronkov
ccd2fbdf51
fixed linter issues ( #1538 )
6 years ago
Dmitry Kalinin
d62ae15f77
React UI: cookie policy drawer ( #1511 )
6 years ago
TOsmanov
6eab04885f
Update item Settings in User Guide ( #1508 )
6 years ago
Dmitry Kalinin
2e8117561c
React UI: batch of fixes ( #1525 )
6 years ago
Andrey Zhavoronkov
3caae98b5b
fixed linter issues and store credentials cookie in the session object ( #1526 )
...
* fixed issues
* fixed issues and stored credentials cookies inside the session
* fixed tests
6 years ago
zhiltsov-max
214eeada7d
Fix coverage measurement ( #1516 )
6 years ago
zhiltsov-max
5ab549956f
Merge annotations and dataset_manager apps ( #1352 )
6 years ago
TOsmanov
6566e4aa11
Update items Workspace and Types of shapes in User Guide ( #1497 )
6 years ago
Gururaj Jeerge
7b31525a1c
Updating instructions to serve Swagger documentation ( #1502 )
6 years ago
zhiltsov-max
1b93d6edfb
Fix coverage merging ( #1504 )
6 years ago
zhiltsov-max
acdf233796
Add coverage for python ( #1483 )
6 years ago
Boris Sekachev
8df5d615a4
Updated README.md files (added info about versioning) ( #1490 )
...
* Updated README.md files (added info about versioning)
* Typos
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
TOsmanov
fc37800eda
Update items from AAM (basics) to Vocabulary in User Guide ( #1459 )
...
* Update items from AAM (basics) to Vocabulary
* Delete unused images and gif
6 years ago
Boris Sekachev
5e96c2ac11
Fixed versioning for node 8 ( #1466 )
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
TOsmanov
191d15e8fb
Update item "Interpolation mode (basics)" in User Guide ( #1455 )
...
* Update item interpolation mode in user guide
fix typos and contents
* Fix a typo
* Fix a typo in the filename
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
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
TOsmanov
76037e5128
Update item "Annotation mode (basics)" in User Guide ( #1412 )
...
* Update item "annotation mode (basics)" in User Guide
* Replacing a gif017 with an image
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
Johannes222
00a288f5ae
React UI: Fixed typos in remove annotations confirmation ( #1450 )
6 years ago
zhiltsov-max
c78db45d9a
[Datumaro] Fix duplicating keypoints in COCO export ( #1435 )
6 years ago