918 Commits (5b4e472bd90f1ef11212bcdf350be6c8bc53fc05)
 

Author SHA1 Message Date
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
Nikita Manovich ecad0231c9
Fix AWS deployment (#1316)
* Don't use antd less (big memory consumtion during the build process)
* Fix AWS deployment guide
* fix a problem with proxy and long domain names
* remove sass loader for antd
* Removed less and less-loader.
* Simplified webpack config.
6 years ago
Dmitry Kalinin 76d0c6b599
Merge pull request #1318 from opencv/bs/batch_of_fixes
React UI: Batch of fixes
6 years ago
zhiltsov-max 6a4ccdea1f
[Datumaro] Extract common extractor functionality (#1319)
* Extract common extractor functionality

* Simplify coco extractor

* Fix tfrecord
6 years ago
Boris Sekachev e478637e88 Fixed unit tests 6 years ago
Boris Sekachev c55cbdefe5 Undo/redo returns frame where was a change (as it was done in previous version) 6 years ago
Boris Sekachev 5e2f2ecf31 Fixed create object URL after first save, fixed URL itself 6 years ago
Boris Sekachev 73a7a7fd79 Fixed resize on right mouse button 6 years ago
Boris Sekachev 62cd4eccdc Fixed: Inconsistent labels between UI and CLI/API 6 years ago
Dmitry Kalinin 3f4d6fc8d3
Merge pull request #1314 from opencv/bs/batch_of_fixes
React UI: Batch of fixes
6 years ago
Boris Sekachev 1806c9977b Which -> button property 6 years ago
Boris Sekachev 71d0bb5124 Removed extra action dispatching 6 years ago
Boris Sekachev b700719bd5 Fixed: Could not receive frame (after merge on the latest frame) 6 years ago
Boris Sekachev 472d3174b6 Added undopoint in editing 6 years ago
Boris Sekachev ef11ca4fc6 Fix navigation 6 years ago
Boris Sekachev eeee914a9d Fixed latest input numbers, removed extra code, fixed typings 6 years ago