Boris Sekachev
10c300605f
No break space const
6 years ago
Boris Sekachev
dd4a0884da
Special behaviour for the attribute value __undefined__
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
Boris Sekachev
2775c8fcb1
Fixed zOrder range computing in case when there are tags
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
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
62cd4eccdc
Fixed: Inconsistent labels between UI and CLI/API
6 years ago
Boris Sekachev
71d0bb5124
Removed extra action dispatching
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
Boris Sekachev
d789087dd3
Fixed ui failing in propagate confirmation
6 years ago
Boris Sekachev
b12ae3471b
Fixed input numbers in player settings
6 years ago
Boris Sekachev
e55deb7142
Fixed UI fail when write characters in auto save interval input
6 years ago
Boris Sekachev
4eeb94d3ba
Validation for frame input value
6 years ago
Dmitry Kalinin
57e8083943
Merge pull request #1292 from opencv/dk/point-deletion
...
React UI: Point deletion context menu
6 years ago
Dmitry Kalinin
3c128b2a73
fixed PR
6 years ago
Dmitry Kalinin
c11cc642df
fixes
6 years ago
Dmitry Kalinin
56f58b6664
Fixed context menu on ubuntu
6 years ago
Boris Sekachev
796044782f
React UI: Better exception handling ( #1297 )
6 years ago
Dmitry Kalinin
7e7a5a60ed
Merge branch 'develop' into dk/point-deletion
6 years ago
Dmitry Kalinin
1c1ab6a0e5
fixed point context menu for rectangles
6 years ago
Boris Sekachev
bfd300039e
React UI: Added logging ( #1288 )
6 years ago
Dmitry Kalinin
845be3b486
Added point deletion context menu
6 years ago
Dmitry Kalinin
b0dbbb3faa
Merge branch 'develop' into dk/point-deletion
6 years ago
dependabot[bot]
8b1ec0befc
Bump acorn from 6.3.0 to 6.4.1 in /cvat-ui ( #1270 )
...
* Bump acorn from 6.3.0 to 6.4.1 in /cvat-ui
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
* Updated CHANGELOG.md
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
6 years ago
Boris Sekachev
1bb582f7f0
React UI: Attribute annotation mode ( #1255 )
...
* Done main work
* Fixed mount/unmount for canvas wrapper
* Refactoring, added filters
* Added missed file
* Removed unnecessary useEffect
* Removed extra code
* Max 9 attributes, inputNumber -> Input in aam
* Added blur
* Renamed component
* Fixed condition when validate number attribute
* Some minor fixes
* Fixed hotkeys config
* Fixed canvas zoom
* Improved behaviour of number & text
* Fixed attributes switching order
* Fix tags
* Fixed interval
6 years ago
Dmitry Kalinin
4d0c22513a
temp
6 years ago
Dmitry Kalinin
38cb4d11ca
PR fixed
6 years ago
Dmitry Kalinin
6e77a2309b
Styles fixed
6 years ago
Dmitry Kalinin
5fc65c8e73
PR fixed
6 years ago
Dmitry Kalinin
965ff77898
wip
6 years ago
Dmitry Kalinin
89628fbac5
Fixed filters with tags
6 years ago
Dmitry Kalinin
8b27dbe613
Fixed tags color changing and hiding
6 years ago
Dmitry Kalinin
a99dd38fee
Fix copying and creating tags
6 years ago
Dmitry Kalinin
c85ecb7bf3
Deleted unused objects
6 years ago
Dmitry Kalinin
8602da72f1
Fixed copying/pasting actions
6 years ago
Dmitry Kalinin
4746574ff1
merge fix
6 years ago