683 Commits (364db2cb168ae4d9cef08dc61c18d4b1f9722aac)
 

Author SHA1 Message Date
Boris Sekachev 364db2cb16 Fixed typos in interface 6 years ago
Boris Sekachev e0db8f4321 Disabled option by default 6 years ago
Boris Sekachev 96c9427bed Hidden/outside fix 6 years ago
Boris Sekachev cc7df4d6c8 Merged develop 6 years ago
Dmitry Kalinin ae7dc9c986
Merge pull request #1346 from opencv/bs/bitmap
React UI: Implementation of bitmap in client
6 years ago
Boris Sekachev 5f53302512 Updated changelog 6 years ago
Boris Sekachev 7d986d599e Added option to display shape text always 6 years ago
Boris Sekachev c49a0c19fe
Merge branch 'develop' into bs/bitmap 6 years ago
Dmitry Kalinin 361679dc76
Merge pull request #1340 from opencv/bs/undefined_keyword
React UI: Special behaviour for the attribute value __undefined__
6 years ago
Boris Sekachev f714510078
Merge branch 'develop' into bs/undefined_keyword 6 years ago
Dmitry Kalinin bc11af918a
Merge pull request #1339 from opencv/bs/added_filters_help_dialog
React UI: Added dialog window with some help info about filters
6 years ago
Dmitry Kalinin 075ee50c85
Merge pull request #1338 from opencv/bs/fixed_escale_in_draw
React UI: Fixed escape in draw
6 years ago
zhiltsov-max 66c6e7e919
Fix point interpolation (#1344)
* Extend formats tests with different track types

* Add unordered list comparison

* Skip empty list comparison

* fix

* fix

* Reproduce problem

* Fix point interpolation for single point

* undo rest api refactor
6 years ago
Boris Sekachev 80a07e593e Do not show invisible objects on bitmap 6 years ago
Boris Sekachev 4da951a812 Fixed settings after reopen a job 6 years ago
Boris Sekachev 7303ae2094 Z-layer support 6 years ago
Boris Sekachev ec38159e15 Updated changelog 6 years ago
Boris Sekachev c842c25e78 Implementation of bitmap in client 6 years ago
Boris Sekachev 5e092cd932 Fixed year in license headers 6 years ago
Boris Sekachev c91fa277ce Updated changelog 6 years ago
Boris Sekachev 10c300605f No break space const 6 years ago
Boris Sekachev 5b8ee72d4f Fixed license year 6 years ago
Boris Sekachev dd4a0884da Special behaviour for the attribute value __undefined__ 6 years ago
Boris Sekachev cb2c82dd8c Updated changelog 6 years ago
Boris Sekachev d578f1773a Updated changelog 6 years ago
Nikita Manovich 1feeef6e73 Add information for next release + update version. 6 years ago
Nikita Manovich 59430bc0d4 Add missing information into changelog. 6 years ago
Boris Sekachev 314e556b2d Typos in doc 6 years ago
Boris Sekachev a7f02df7d0 Added dialog window with some help info about filters 6 years ago
Boris Sekachev 2e6a92afa4 Insert multiple shapes 6 years ago
Boris Sekachev 0cf3978ead Fixed escape in draw 6 years ago
Andrey Zhavoronkov 9c443db5a1
Az/fix migration (#1333)
* fixed migration because readers interface changed

* fixed tests
6 years ago
zhiltsov-max 887c6f0432
Move annotation formats to dataset manager (#1256)
* Move formats to dataset manager

* Unify datataset export and anno export implementations

* Add track_id to TrackedShape, export tracked shapes

* Replace MOT format

* Replace LabelMe format

* Add new formats to dm

* Add dm tests

* Extend TrackedShape

* Enable dm test in CI

* Fix tests

* Add import

* Fix tests

* Fix mot track ids

* Fix mot format

* Update attribute logic in labelme tests

* Use common code in yolo

* Put datumaro in path in settings

* Expect labels file in MOT next to annotations file

* Add MOT format description

* Add import

* Add labelme format description

* Linter fix

* Linter fix2

* Compare attributes ordered

* Update docs

* Update tests
6 years ago
Andrey Zhavoronkov e87ec38476
Small preview and progress (#1331)
* Reduce preview size (untested)

* Fix tests

* Improve media readers (untested)

* fixed migration

* fixed frame provider

* fixed preview save

* fixed stop frame

* handle duration == None

* codacy

* added missed import

* unified iteration over frames for media readers and fixed corner case when user specify stop_frame = 0

Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
6 years ago
Dmitry Kalinin ddf452c557
Merge pull request #1332 from opencv/bs/fixed_z_order_computing
Fixed zOrder range computing in case when there are tags
6 years ago
Dmitry Kalinin 65b1b5c7d4
Merge pull request #1323 from opencv/bs/ui_titles
React UI: Added titles
6 years ago
Boris Sekachev 2775c8fcb1 Fixed zOrder range computing in case when there are tags 6 years ago
Nikita Manovich 6c3b8b996c
Fix a problem with known hosts inside git app (cannot clone a repo from github.com) (#1330) 6 years ago
Boris Sekachev 69c51857b5 Typos 6 years ago
Boris Sekachev bed93e2a6e Optimized patch 6 years ago
Boris Sekachev ba97952801 Added settings tooltip 6 years ago
Boris Sekachev 0fda72bb99 Added tooltips in top bar 6 years ago
Boris Sekachev ff0a5659c7 Minor fixes 6 years ago
Boris Sekachev 251d38db5b Titles for object list header 6 years ago
Boris Sekachev 3ec2fc42ea Controls panel titles 6 years ago
Boris Sekachev 609f0bd1e4 Titles in attribute annotations mode 6 years ago
Boris Sekachev 6d3b53876e Fixed bug in menu 6 years ago
Boris Sekachev 52b34887ae Titles for objects in side menu 6 years ago
Boris Sekachev ece8a7e18b Shortcuts keymaps moved to state 6 years ago
Andrey Zhavoronkov e7808cfb03
Data streaming using chunks (#1007)
Huge feature (200+ commits from different developers). It completely changes layout of data (please expect very long DB migration process if you have a lot of tasks). The primary idea is to send data as zip chunks (e.g. 36 images in one chunk) or encoded video chunks and decode them on the client side. It helps to solve the problem with latency  when you try to view a separate frame in the UI quickly (play mode).
Another important feature of the patch is to provide access to the original images. Thus for annotations the client uses compressed chunks but if you want to export a dataset Datumaro will use original chunks (but video will be decoded with original quality and encoded with maximum/optimal quality in any case).
6 years ago