Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.0.0 #1335

Merged
merged 480 commits into from
May 29, 2020
Merged

Release 1.0.0 #1335

merged 480 commits into from
May 29, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    65cbabd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. [WIP] Cuboid feature user guide (#1218)

    * Initial cuboid description
    
    * Added Gifs
    
    * Added gifs  to descriptions
    
    * Formatting fixes
    
    * Codacy Fixes
    HollowTube authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    ad000a2 View commit details
    Browse the repository at this point in the history
  2. Az/fix annotation dump upload (#1229)

    * fixed upload annotation in case of frame step != 1
    
    * fixed upload annotation in case of attribute value is empty
    azhavoro authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    8afb5dd View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    f468c40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78dad73 View commit details
    Browse the repository at this point in the history
  3. [Datumaro] Label remapping transform (#1233)

    * Add label remapping transform
    
    * Apply transforms before project saving
    
    * Refactor voc converter
    nmanovic authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    be5577d View commit details
    Browse the repository at this point in the history
  4. [Datumaro] Optimize mask operations (#1232)

    * Optimize mask to rle
    
    * Optimize mask operations
    
    * Fix dm format cmdline
    
    * Use RLE masks in datumaro format
    nmanovic authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    24130cd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    3199fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c009f5 View commit details
    Browse the repository at this point in the history
  3. merge fix

    ActiveChooN committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    4746574 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8602da7 View commit details
    Browse the repository at this point in the history
  5. Deleted unused objects

    ActiveChooN committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    c85ecb7 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. [Datumaro] Dataset format auto detection (#1242)

    * Add dataset format detection
    
    * Add auto format detection for import
    
    * Split VOC extractor
    zhiltsov-max authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    2ebca5b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Some debian package manager tweaks (#1235)

    * Some debian package manager tweaks
    
    By default, Ubuntu or Debian based "apt" or "apt-get" system installs recommended but not suggested packages . 
    
    By passing "--no-install-recommends" option, the user lets apt-get know not to consider recommended packages as a dependency to install.
    
    This results in smaller downloads and installation of packages .
    
    Refer to blog at [Ubuntu Blog](https://ubuntu.com/blog/we-reduced-our-docker-images-by-60-with-no-install-recommends) .
    Rajpratik71 authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    e9160b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    546c941 View commit details
    Browse the repository at this point in the history
  2. Fixed security issues in Datumaro (#1244)

    * Fixed security issues reported by bandit.
    * Fixed voc_format extractor
    * Sorted requirements, added a comment, removed nosec for exec.
    nmanovic authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    ec2fa6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a99dd38 View commit details
    Browse the repository at this point in the history
  4. fixed git sync app (#1247)

    * fixed git sync app
    
    * removed shell=True for subprocess call
    azhavoro authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    7050ad4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    8b27dbe View commit details
    Browse the repository at this point in the history
  2. Fixed filters with tags

    ActiveChooN committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    89628fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23a658f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. wip

    ActiveChooN committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    965ff77 View commit details
    Browse the repository at this point in the history
  2. PR fixed

    ActiveChooN committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    5fc65c8 View commit details
    Browse the repository at this point in the history
  3. Styles fixed

    ActiveChooN committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    6e77a23 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. PR fixed

    ActiveChooN committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    38cb4d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Configuration menu
    Copy the full SHA
    b3991d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. temp

    ActiveChooN committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    4d0c225 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1241 from opencv/dk/cvat-ui-tags

    React UI: tags support
    ActiveChooN authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    6a7bf6d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. 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
    bsekachev authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    1bb582f View commit details
    Browse the repository at this point in the history
  2. Installation issues for development environment (#1280)

    * Installation issues
    
    * Added ffmpeg
    bsekachev authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    ad9b877 View commit details
    Browse the repository at this point in the history
  3. 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](acornjs/acorn@6.3.0...6.4.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Updated CHANGELOG.md
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Boris Sekachev <[email protected]>
    dependabot[bot] and bsekachev authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    8b1ec0b View commit details
    Browse the repository at this point in the history
  4. Bump acorn from 6.2.1 to 6.4.1 in /cvat-canvas (#1281)

    Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.1 to 6.4.1.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@6.2.1...6.4.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    4ab3c1a View commit details
    Browse the repository at this point in the history
  5. Use source label map for voc export (#1276)

    * Use source label map for voc export
    
    * Add line to changelog
    zhiltsov-max authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    55677e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    b0dbbb3 View commit details
    Browse the repository at this point in the history
  2. [Datumaro] Fix frame matching in video annotations import (#1274)

    * Add extra frame matching way for videos
    
    * Add line to changelog
    zhiltsov-max authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    936d305 View commit details
    Browse the repository at this point in the history
  3. [Datumaro] Allow empty COCO dataset export (#1272)

    * Allow empty dataset export in coco
    
    * Add line to changelog
    
    Co-authored-by: Nikita Manovich <[email protected]>
    zhiltsov-max and nmanovic authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    9545132 View commit details
    Browse the repository at this point in the history
  4. [Datumaro] Fix occluded and z_order attributes export (#1271)

    * Fix occluded and z_order attributes export
    
    * Add line to changelog
    
    Co-authored-by: Nikita Manovich <[email protected]>
    zhiltsov-max and nmanovic authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    08688b0 View commit details
    Browse the repository at this point in the history
  5. Fix LabelMe format (#1260)

    * Fix labelme filenames
    
    * Change module path
    
    * Add tests for LabelMe
    
    * Update test
    
    * Fix test
    
    * Add line in changelog
    zhiltsov-max authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    731b896 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    845be3b View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    bfd3000 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. OpenVino 2020 (#1269)

    * added support for OpenVINO 2020
    
    * fixed dextr and tf_annotation
    
    Co-authored-by: Andrey Zhavoronkov <[email protected]>
    benhoff and Andrey Zhavoronkov authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    1408443 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c1ab6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e7a5a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8efaf58 View commit details
    Browse the repository at this point in the history
  5. [Datumaro] MOT format (#1289)

    * Add mot format base
    
    * Add mot format
    
    * Extract common code
    zhiltsov-max authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    0744c6a View commit details
    Browse the repository at this point in the history
  6. [Datumaro] LabelMe format (#1293)

    * Little refactoring
    
    * Add LabelMe format
    zhiltsov-max authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    c91e895 View commit details
    Browse the repository at this point in the history
  7. [Datumaro] Update LabelMe format (#1296)

    * Little refactoring
    
    * Add LabelMe format
    
    * Add usernames
    
    * Update tests
    
    * Add extractor test
    zhiltsov-max authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    fe862b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Add information about v0.6.1 release.

    Nikita Manovich committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    267c765 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into develop

    Nikita Manovich committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    9ef89c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    7960447 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f58b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8aaa4d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1304 from opencv/bs/delete_points_fix

    Fixed deleting of the latest point
    ActiveChooN authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    56c6f11 View commit details
    Browse the repository at this point in the history
  5. fixes

    ActiveChooN committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    c11cc64 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    4f20f46 View commit details
    Browse the repository at this point in the history
  2. fixed PR

    ActiveChooN committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    3c128b2 View commit details
    Browse the repository at this point in the history
  3. [Datumaro] Fix image merging (#1301)

    * Always merge images for own dataset
    
    * Fix codacy
    zhiltsov-max authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    03817f0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1292 from opencv/dk/point-deletion

    React UI: Point deletion context menu
    ActiveChooN authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    57e8083 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4eeb94d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e55deb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b12ae34 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d789087 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eeee914 View commit details
    Browse the repository at this point in the history
  10. Fix navigation

    bsekachev committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    ef11ca4 View commit details
    Browse the repository at this point in the history
  11. Added undopoint in editing

    bsekachev committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    472d317 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b700719 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71d0bb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Which -> button property

    bsekachev committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    1806c99 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1314 from opencv/bs/batch_of_fixes

    React UI: Batch of fixes
    ActiveChooN authored Mar 25, 2020
    Configuration menu
    Copy the full SHA
    3f4d6fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62cd4ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73a7a7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e2f2ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c55cbde View commit details
    Browse the repository at this point in the history
  7. Fixed unit tests

    bsekachev committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    e478637 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. [Datumaro] Extract common extractor functionality (#1319)

    * Extract common extractor functionality
    
    * Simplify coco extractor
    
    * Fix tfrecord
    zhiltsov-max authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    6a4ccde View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1318 from opencv/bs/batch_of_fixes

    React UI: Batch of fixes
    ActiveChooN authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    76d0c6b View commit details
    Browse the repository at this point in the history
  3. 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.
    nmanovic authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    ecad023 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. 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).
    azhavoro authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    e7808cf View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    ece8a7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b3488 View commit details
    Browse the repository at this point in the history
  3. Fixed bug in menu

    bsekachev committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    6d3b538 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    609f0bd View commit details
    Browse the repository at this point in the history
  5. Controls panel titles

    bsekachev committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    3ec2fc4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    251d38d View commit details
    Browse the repository at this point in the history
  7. Minor fixes

    bsekachev committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    ff0a565 View commit details
    Browse the repository at this point in the history
  8. Added tooltips in top bar

    bsekachev committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    0fda72b View commit details
    Browse the repository at this point in the history
  9. Added settings tooltip

    bsekachev committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    ba97952 View commit details
    Browse the repository at this point in the history
  10. Optimized patch

    bsekachev committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    bed93e2 View commit details
    Browse the repository at this point in the history
  11. Typos

    bsekachev committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    69c5185 View commit details
    Browse the repository at this point in the history
  12. Fix a problem with known hosts inside git app (cannot clone a repo fr…

    …om github.com) (#1330)
    nmanovic authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    6c3b8b9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2775c8f View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1323 from opencv/bs/ui_titles

    React UI: Added titles
    ActiveChooN authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    65b1b5c View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1332 from opencv/bs/fixed_z_order_computing

    Fixed zOrder range computing in case when there are tags
    ActiveChooN authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    ddf452c View commit details
    Browse the repository at this point in the history
  16. 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 <[email protected]>
    azhavoro and Nikita Manovich authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    e87ec38 View commit details
    Browse the repository at this point in the history
  17. 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
    zhiltsov-max authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    887c6f0 View commit details
    Browse the repository at this point in the history
  18. Az/fix migration (#1333)

    * fixed migration because readers interface changed
    
    * fixed tests
    azhavoro authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    9c443db View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Fixed escape in draw

    bsekachev committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0cf3978 View commit details
    Browse the repository at this point in the history
  2. Insert multiple shapes

    bsekachev committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    2e6a92a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7f02df View commit details
    Browse the repository at this point in the history
  4. Typos in doc

    bsekachev committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    314e556 View commit details
    Browse the repository at this point in the history
  5. Add missing information into changelog.

    Nikita Manovich committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    59430bc View commit details
    Browse the repository at this point in the history
  6. Add information for next release + update version.

    Nikita Manovich committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    1feeef6 View commit details
    Browse the repository at this point in the history
  7. Updated changelog

    bsekachev committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    d578f17 View commit details
    Browse the repository at this point in the history
  8. Updated changelog

    bsekachev committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    cb2c82d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd4a088 View commit details
    Browse the repository at this point in the history
  10. Fixed license year

    bsekachev committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    5b8ee72 View commit details
    Browse the repository at this point in the history
  11. No break space const

    bsekachev committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    10c3006 View commit details
    Browse the repository at this point in the history
  12. Updated changelog

    bsekachev committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    c91fa27 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5e092cd View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    c842c25 View commit details
    Browse the repository at this point in the history
  2. Updated changelog

    bsekachev committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    ec38159 View commit details
    Browse the repository at this point in the history
  3. Z-layer support

    bsekachev committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    7303ae2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4da951a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80a07e5 View commit details
    Browse the repository at this point in the history
  6. 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
    zhiltsov-max authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    66c6e7e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1338 from opencv/bs/fixed_escale_in_draw

    React UI: Fixed escape in draw
    ActiveChooN authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    075ee50 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1339 from opencv/bs/added_filters_help_dialog

    React UI: Added dialog window with some help info about filters
    ActiveChooN authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    bc11af9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f714510 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1340 from opencv/bs/undefined_keyword

    React UI: Special behaviour for the attribute value __undefined__
    ActiveChooN authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    361679d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c49a0c1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d44c06 View commit details
    Browse the repository at this point in the history
  13. Updated changelog

    bsekachev committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    02d6a0c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7d986d5 View commit details
    Browse the repository at this point in the history
  15. Updated changelog

    bsekachev committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    5f53302 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1346 from opencv/bs/bitmap

    React UI: Implementation of bitmap in client
    ActiveChooN authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    ae7dc9c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    207dc99 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Merged develop

    bsekachev committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    cc7df4d View commit details
    Browse the repository at this point in the history
  2. Hidden/outside fix

    bsekachev committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    96c9427 View commit details
    Browse the repository at this point in the history
  3. Fixed screen scaling

    bsekachev committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    abbc635 View commit details
    Browse the repository at this point in the history
  4. fixed dump error after moving format files (#1342)

    * fixed dump error after moving format files
    
    * updated changelog
    azhavoro authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    be2ec3a View commit details
    Browse the repository at this point in the history
  5. Az/fix dextr (#1348)

    * Fixed dextr_segmentation app
    
    * updated changelog
    
    Co-authored-by: Nikita Manovich <[email protected]>
    azhavoro and nmanovic authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    7bdf9bb View commit details
    Browse the repository at this point in the history
  6. Disabled option by default

    bsekachev committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    e0db8f4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1347 from opencv/bs/reset_color_settings

    React UI: Added button to reset color settings
    ActiveChooN authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    dadd3e6 View commit details
    Browse the repository at this point in the history
  8. Fixed typos in interface

    bsekachev committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    364db2c View commit details
    Browse the repository at this point in the history
  9. Merged develop

    bsekachev committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f0c6bdb View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1349 from opencv/bs/show_text_always

    React UI: Added option to display shape text always
    ActiveChooN authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    16afc69 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Increase preview size till 256, 256.

    Previous preview size was not optimal and led to a blurred image
    due to too small size.
    Nikita Manovich committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    87784fa View commit details
    Browse the repository at this point in the history
  2. Add a line into CHANGELOG.md about the change.

    Nikita Manovich committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    de52a73 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1358 from opencv/nm/fix_preview_size

    Increase preview size
    ActiveChooN authored Apr 4, 2020
    Configuration menu
    Copy the full SHA
    c17303b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Merge pull request #1365 from opencv/develop

    Merge changes for 1.0.0-beta release
    nmanovic authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    8593d7e View commit details
    Browse the repository at this point in the history
  2. Refactor frame provider (#1355)

    * Refactor frame provider
    
    * fix
    zhiltsov-max authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    4574548 View commit details
    Browse the repository at this point in the history
  3. Add CODEOWNERS file (#1360)

    * Add CODEOWNERS file
    
    * Removed the outdated file. See https://github.com/opencv/cvat/graphs/contributors
    
    * Change codeowners
    nmanovic authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    411a3df View commit details
    Browse the repository at this point in the history
  4. 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.
    nmanovic authored Apr 6, 2020
    1 Configuration menu
    Copy the full SHA
    76fc8e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Batch of fixes (#1370)

    * Some margins were change to paddings
    
    * Removed extra selected
    
    * Fix: added outside shapes when merge polyshapes
    
    * Fixed double scroll bars
    
    * Updated canvas table
    
    * Fixed setup methodf
    
    * Disabled change frame during drag, resize and editing
    
    * Fixed: hidden points are visible
    
    * Fixed: Merge is allowed for points, but clicks on points conflict with frame dragging logic
    
    * Fixed: do not filter removed objects
    
    * Updated CHANGELOG.md
    
    * Couple of headers updated
    bsekachev authored Apr 7, 2020
    Configuration menu
    Copy the full SHA
    1d78c54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e659fef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ece212 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4a91f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. React UI: Added message when share is empty or not mounted (#1373)

    * Added message when share is empty or not mounted
    
    * Updated changelog
    
    * Update CHANGELOG.md
    
    Co-authored-by: Nikita Manovich <[email protected]>
    bsekachev and nmanovic authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    b94a949 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1377 from opencv/bs/invisible_fix

    React UI: Fixed points visibility when go between frames
    ActiveChooN authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e84f482 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afeab69 View commit details
    Browse the repository at this point in the history
  4. Add chunk iterator cache to frame provider (#1367)

    * Add chunk iterator cache
    
    * fix
    zhiltsov-max authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    557e308 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90740a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Az/fix remote files (#1392)

    * fixed task creation from remote files
    
    * Update CHANGELOG.md
    azhavoro authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    73346b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    bd65924 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    13b8cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    819b81d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59ec5c4 View commit details
    Browse the repository at this point in the history
  4. React UI: Batch of fixes (#1383)

    * 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
    bsekachev authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    cf511ae View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    eaec684 View commit details
    Browse the repository at this point in the history
  2. Fix git app paths (#1400)

    * changed paths for the git repos
    
    * Update CHANGELOG.md
    
    * updated licence header
    azhavoro authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    35190d9 View commit details
    Browse the repository at this point in the history
  3. React UI: Displaying public ssh keys in UI (#1375)

    * Updated changelog
    
    * Typos
    bsekachev authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    e71e460 View commit details
    Browse the repository at this point in the history
  4. Batch of fixes (#1403)

    * Fixed bug when job cannot be opened
    
    * Fixed bug when deactivated shape is still highlighted
    
    * Fixed Error: 'AttributeError: 'tuple' object has no attribute 'read'
    
    * Fixed: wrong semi-automatic segmentation near edges of an image
    
    * Updated changelog
    
    Co-authored-by: Nikita Manovich <[email protected]>
    bsekachev and nmanovic authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    5e21b4a View commit details
    Browse the repository at this point in the history
  5. React UI: Semi-automatic segmentation (#1398)

    * implemented checked
    
    * Implemented plugin
    
    * Added dialog windows
    
    * Updated changelo
    
    * Added cancel request
    bsekachev authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    a237c66 View commit details
    Browse the repository at this point in the history
  6. React UI: Automatic bordering for polygons and polylines during drawi…

    …ng/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
    bsekachev authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    4bcd959 View commit details
    Browse the repository at this point in the history
  7. React UI: batch of fixes (#1404)

    * React UI has become a primary UI
    * Temporary disabled cuboid in cvat-core
    ActiveChooN authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    018925d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    43bb4b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c515bb1 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Nikita Manovich committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    a38948e View commit details
    Browse the repository at this point in the history
  4. Updated CHANGELOG (new version will be 1.0.0-beta.1)

    Nikita Manovich committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    15299e4 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md (next version is 1.0.0-beta.2)

    Nikita Manovich committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    b415c4f View commit details
    Browse the repository at this point in the history
  6. Updated version of CVAT server till beta.2

    Nikita Manovich committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    3cf0507 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Fixed auto annotation, tf annotation and auto segmentation apps (#1409)

    * fixed code that uses FrameProvider, as the interface has changed
    
    * Update CHANGELOG.md
    azhavoro authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    ca022d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deac1b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. 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
    bsekachev authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    f1aee89 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Improve PR template (#1427)

    * Simplified PR template.
    
    * Remove a new line to make codacy happy.
    nmanovic authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    70b6f0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9344b06 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    c78db45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00a288f View commit details
    Browse the repository at this point in the history
  3. 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 <[email protected]>
    bsekachev and nmanovic authored Apr 22, 2020
    Configuration menu
    Copy the full SHA
    d68d881 View commit details
    Browse the repository at this point in the history
  4. Update item "Annotation mode (basics)" in User Guide (#1412)

    * Update item "annotation mode (basics)" in User Guide
    
    * Replacing a gif017 with an image
    TOsmanov authored Apr 22, 2020
    Configuration menu
    Copy the full SHA
    76037e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. React UI: Added client versioning (#1448)

    * Adjusted antd import
    
    * Wrapped core and canvas
    
    * Added versioning
    
    * Updated changelog, adjusted installation guide a bit
    bsekachev authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    c6c9e7d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. 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 <[email protected]>
    TOsmanov and nmanovic authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    191d15e View commit details
    Browse the repository at this point in the history
  2. React UI: batch of fixes (#1462)

    * CVAT new UI: add arrows on a mouse cursor
    * Delete point bug (in new UI)
    ActiveChooN authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    176dc71 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. fix auto annotation to not eat all RAM (#1328)

    Co-authored-by: Nikita Manovich <[email protected]>
    benhoff and nmanovic authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    8a2efa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e96c2a View commit details
    Browse the repository at this point in the history
  3. Update items from AAM (basics) to Vocabulary in User Guide (#1459)

    * Update items from AAM (basics) to Vocabulary
    * Delete unused images and gif
    TOsmanov authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    fc37800 View commit details
    Browse the repository at this point in the history
  4. Fix apache startup (#1467)

    * Fix Network Error after PC Restart (#1035)
    * Update CHANGELOG.md
    nmanovic authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    3d4e726 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Remove deprecated utils (#1477)

    * removed deprecated convert scripts
    
    * updated changelog
    azhavoro authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    f4ae611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee6deba View commit details
    Browse the repository at this point in the history
  3. 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 <[email protected]>
    
    * drop start shapes with outside==True for splitted track
    
    * code cleanup
    
    * fixed typo
    
    * fix
    
    Co-authored-by: Nikita Manovich <[email protected]>
    azhavoro and nmanovic authored Apr 30, 2020
    Configuration menu
    Copy the full SHA
    227ab05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf6f550 View commit details
    Browse the repository at this point in the history
  5. Update changelog.

    Nikita Manovich committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    011c4aa View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Update CHANGELOG and the version of CVAT server.

    Nikita Manovich committed May 1, 2020
    Configuration menu
    Copy the full SHA
    e6ce775 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. session.annotations.put() returns indexes of added objects (#1493)

    * session.annotations.put() returns indexes of added objects
    
    * Updated changelog
    bsekachev authored May 5, 2020
    Configuration menu
    Copy the full SHA
    9740ad7 View commit details
    Browse the repository at this point in the history
  2. Updated README.md files (added info about versioning) (#1490)

    * Updated README.md files (added info about versioning)
    
    * Typos
    bsekachev authored May 5, 2020
    Configuration menu
    Copy the full SHA
    8df5d61 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    acdf233 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    1b93d6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b31525 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6566e4a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    5ab5499 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    214eead View commit details
    Browse the repository at this point in the history
  3. 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
    azhavoro authored May 13, 2020
    Configuration menu
    Copy the full SHA
    3caae98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e81175 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eab048 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d62ae15 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. fixed linter issues (#1538)

    azhavoro authored May 14, 2020
    Configuration menu
    Copy the full SHA
    ccd2fbd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    2394fe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0934d77 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Configuration menu
    Copy the full SHA
    4299090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98a9718 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb380d9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. 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
    TOsmanov authored May 18, 2020
    Configuration menu
    Copy the full SHA
    fc2f02a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    380be58 View commit details
    Browse the repository at this point in the history
  2. 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 <[email protected]>
    TOsmanov and nmanovic authored May 19, 2020
    Configuration menu
    Copy the full SHA
    42fb305 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Layout styles fixes

    ActiveChooN committed May 21, 2020
    Configuration menu
    Copy the full SHA
    faa3a2e View commit details
    Browse the repository at this point in the history
  2. 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
    ActiveChooN authored May 21, 2020
    Configuration menu
    Copy the full SHA
    5816494 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Fixed auto_segmentation app (#1562)

    * disabled tf eager execution for auto_segmentation
    * Update CHANGELOG.md
    azhavoro authored May 22, 2020
    Configuration menu
    Copy the full SHA
    43395af View commit details
    Browse the repository at this point in the history
  2. Add VOC grayscale masks test and documentation (#1576)

    * Add a test for unpainted masks
    * Update format documentation
    zhiltsov-max authored May 22, 2020
    Configuration menu
    Copy the full SHA
    4c60350 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1574 from opencv/dk/layout-fixes

    React UI: Layout styles fixes
    ActiveChooN authored May 22, 2020
    Configuration menu
    Copy the full SHA
    2d1b73c View commit details
    Browse the repository at this point in the history
  4. [Datumaro] Fix mask to polygons warning (#1581)

    * Fix message, add test
    * update changelog
    zhiltsov-max authored May 22, 2020
    Configuration menu
    Copy the full SHA
    42c5637 View commit details
    Browse the repository at this point in the history
  5. Fix cuboid conversion (#1577)

    * Fix cuboid conversion
    
    * update changelog
    
    Co-authored-by: Nikita Manovich <[email protected]>
    zhiltsov-max and nmanovic authored May 22, 2020
    Configuration menu
    Copy the full SHA
    61d0606 View commit details
    Browse the repository at this point in the history
  6. [Datumaro] Simplify log level setting (#1583)

    * Simplify loglevel setting
    
    * update changelog
    zhiltsov-max authored May 22, 2020
    Configuration menu
    Copy the full SHA
    1200ecf View commit details
    Browse the repository at this point in the history
  7. Fixed git synchronization (#1582)

    * fixed git synchronization
    
    * Update CHANGELOG.md
    
    Co-authored-by: Nikita Manovich <[email protected]>
    azhavoro and nmanovic authored May 22, 2020
    Configuration menu
    Copy the full SHA
    27efa89 View commit details
    Browse the repository at this point in the history
  8. 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 <[email protected]>
    bsekachev and nmanovic authored May 22, 2020
    Configuration menu
    Copy the full SHA
    d0b9481 View commit details
    Browse the repository at this point in the history
  9. 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
    azhavoro authored May 22, 2020
    Configuration menu
    Copy the full SHA
    4286793 View commit details
    Browse the repository at this point in the history
  10. updated Online Demo section of Readme (#1588)

    * updated Online Demo section of Readme
    
    * Change content of "online demo" section
    
    Co-authored-by: Nikita Manovich <[email protected]>
    azhavoro and Nikita Manovich authored May 22, 2020
    Configuration menu
    Copy the full SHA
    2c21068 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Fixed task creation for videos with uneven dimensions. (#1594)

    * used yuv420p format for compressed and original chunks
    
    * updated changelog
    azhavoro authored May 26, 2020
    Configuration menu
    Copy the full SHA
    7c800f7 View commit details
    Browse the repository at this point in the history
  2. added settings to reduce access to analytics component (#1592)

    * added settings to reduce access to analytics component
    
    * updated CHANGELOG
    
    * fixed typo
    azhavoro authored May 26, 2020
    Configuration menu
    Copy the full SHA
    6fd810e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a8dd39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    405aab7 View commit details
    Browse the repository at this point in the history
  5. Update user_guide.md, images and gif (#1556)

    Co-authored-by: Nikita Manovich <[email protected]>
    TOsmanov and nmanovic authored May 26, 2020
    Configuration menu
    Copy the full SHA
    485bc8d View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. update user_guide.md, images and gifs

    timurx.osmanov committed May 27, 2020
    Configuration menu
    Copy the full SHA
    6f1d8f5 View commit details
    Browse the repository at this point in the history
  2. Delete gif013

    timurx.osmanov committed May 27, 2020
    Configuration menu
    Copy the full SHA
    058335a View commit details
    Browse the repository at this point in the history
  3. add gif013 with correct name

    timurx.osmanov committed May 27, 2020
    Configuration menu
    Copy the full SHA
    dce5e1d View commit details
    Browse the repository at this point in the history
  4. Use z_order as a class property (#1589)

    * Use z_order as a class property
    
    * Fix z_order use in voc
    
    * Update changelog
    zhiltsov-max authored May 27, 2020
    Configuration menu
    Copy the full SHA
    e2dedb2 View commit details
    Browse the repository at this point in the history
  5. Update item Annotation with polylines (#1596)

    * update user_guide.md and images
    
    * fix uppercase letters in images path in user_guide.md and remove trailing spaces
    
    * delete images and gifs containing uppercase letters in the name
    
    * add images with correct names
    
    * fix image paths in user_guide.md
    
    * Delete image133
    
    * add image133 with correct name
    TOsmanov authored May 27, 2020
    Configuration menu
    Copy the full SHA
    53020c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ce14d6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    db23bd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01c77cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3110744 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6113b64 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7621d2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e21ec56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f46258 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Update item Annotation with polygons in User guide v2 (#1612)

    * update user_guide.md
    * update images and gifs
    TOsmanov authored May 29, 2020
    Configuration menu
    Copy the full SHA
    fb419d3 View commit details
    Browse the repository at this point in the history
  2. Update Filter, Analytics and Shortcuts items in User Guide (#1606)

    * update user_guide.md and images
    
    * fix user_guide.md
    
    * delete unused image
    
    * delete unused images
    TOsmanov authored May 29, 2020
    Configuration menu
    Copy the full SHA
    8cdd312 View commit details
    Browse the repository at this point in the history
  3. Fix duplicate item in User Guide (#1617)

    * remove item Annotation with Auto Segmentation
    
    * fix link in user_guide.md
    
    * delete unused images
    TOsmanov authored May 29, 2020
    Configuration menu
    Copy the full SHA
    692f4a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38d1212 View commit details
    Browse the repository at this point in the history
  5. Slightly improve changelog

    Nikita Manovich committed May 29, 2020
    Configuration menu
    Copy the full SHA
    ebd6e11 View commit details
    Browse the repository at this point in the history
  6. Update CVAT version

    Nikita Manovich committed May 29, 2020
    Configuration menu
    Copy the full SHA
    7820c94 View commit details
    Browse the repository at this point in the history