1. 12 1月, 2023 1 次提交
  2. 02 1月, 2023 1 次提交
  3. 11 12月, 2022 1 次提交
  4. 10 12月, 2022 1 次提交
  5. 17 11月, 2022 1 次提交
  6. 09 11月, 2022 1 次提交
    • K
      New authentication UI (#5181) · 92ba1ab8
      Kirill Lakhov 提交于
      * Add social accounts authentication && improve email confirmation
      
      * Pass env variables to docker
      
      * Update helm chart
      
      * Update email verification templates
      
      * Small refactoring
      
      * Send email verification && redirect to /auth/email-verification-sent
      
      * added new login form
      
      * added main assets
      
      * added main social buttons
      
      * changed reset password form
      
      * refactored reset password page
      
      * Fix helm chart
      
      * Fix typo
      
      * Pass enabled advanced auth methods to client
      
      * Rename class
      
      * Fix
      
      * Fix helm
      
      * Fix github scope
      
      * changed register page
      
      * adjusted no social auth methods
      
      * Some fixes
      
      * Fix schema generation
      
      * Fixes
      
      * Apply comments
      
      * Update changelog
      
      * added responsiveness, refactored inputs
      
      * cleanup
      
      * fixed email-confirmed.tsx
      
      * updated reset page, changed style on register page
      
      * added fonts, fixed some ui problems
      
      * removed some code
      
      * fixed index.html
      
      * made resizing less expressed
      
      * fixed form sizing, issue#5166
      
      * fixed submiting form by enter
      
      * made toggle bigger, fixed headers
      
      * updated versions
      
      * removed extra lines
      
      * fixed fields on form
      
      * changed tests
      
      * fixed more tests
      
      * fixed comments
      
      * reverted header
      
      * added grid-unit-size for height, removed for fonts
      
      * added new animation
      Co-authored-by: NMaya <maya17grd@gmail.com>
      92ba1ab8
  7. 05 11月, 2022 1 次提交
  8. 02 11月, 2022 1 次提交
  9. 01 11月, 2022 1 次提交
    • R
      Fix ESLint errors in cvat-core/src/server-proxy.ts (#5189) · 80c72340
      Roman Donchenko 提交于
      * Fix incorrect requires of the ./config module
      
      It's an ES6 module, so we need to use the `default` field, or we'll get the
      module itself instead.
      
      * Fix ESLint errors in cvat-core/src/server-proxy.ts
      
      Specifically:
      
      * `padded-blocks`
      * `@typescript-eslint/no-var-requires`
      * `@typescript-eslint/return-await`
      80c72340
  10. 07 10月, 2022 1 次提交
  11. 29 9月, 2022 1 次提交
  12. 13 9月, 2022 1 次提交
  13. 16 8月, 2022 1 次提交
  14. 12 7月, 2022 1 次提交
  15. 06 6月, 2022 1 次提交
  16. 26 2月, 2022 1 次提交
  17. 24 12月, 2021 1 次提交
    • K
      Add documentation/tests for tasks large files uploads (#4036) · 69d3ad79
      Kirill Lakhov 提交于
      * added api documentation
      
      * added test with 108mb file
      
      * fixed linter issues
      
      * added upload chunk size param
      
      * fixed initialization
      
      * udpated doc for uploadChunkSize
      
      * reworked setting as global
      
      * small fix
      
      * moved uploadChunkSize setting setup to hooks
      
      * fix comments
      
      * change this to globalThis
      69d3ad79
  18. 23 12月, 2021 1 次提交
  19. 10 12月, 2021 1 次提交
  20. 29 10月, 2021 1 次提交
    • B
      Working on linter configurations (#3839) · 7bf41541
      Boris Sekachev 提交于
      * Fix different project configs
      
      * Sorted out all eslint configurations
      
      * Return package-lock file created with npm 7 (just in case of compatibility issues), prev was 8
      
      * Changed based image to lts slim
      7bf41541
  21. 17 9月, 2021 1 次提交
  22. 02 9月, 2021 1 次提交
    • M
      [cvat-core] support cloud storage (#3313) · 720d7984
      Maria Khrustaleva 提交于
      * Update server-proxy
      
      * Add cloud storage implementation && update enums
      
      * Add api && fix server-proxy
      
      * Add fixes
      
      * small update
      
      * Move from ui_support_cloud_storage
      
      * Remove temporary credentials && fix typos
      
      * Remove trailing spaces
      
      * Apply lost changes
      
      * manifest_set -> manifests
      
      * [cvat-core] Add status && updated getpreview for getting the desired error message from the server
      
      * Remove excess code
      
      * Fix missing
      
      * Add tests
      
      * move from cycle
      
      * Update CHANGELOG
      
      * Increase version
      720d7984
  23. 06 8月, 2021 1 次提交
  24. 27 7月, 2021 1 次提交
    • K
      Histogram equalization feature (#3447) · 7e7a5b96
      Kirill Lakhov 提交于
      * Added histogram equalization
      
      * Fixed equalization memory leak
      
      * Removed unused console.log
      
      * Fixed eslint errors
      
      * Fixed algorithm implementation in opencv control
      
      * Fixed histogram equalization disabling
      
      * Fixed eslint errors
      
      * Removed outdated code and reworked cycles in functions
      
      * Fixed forceUpdate flag disabling
      
      * Fixed image bitmap creation
      
      * Fixed running setState and imageModifier
      7e7a5b96
  25. 06 4月, 2021 1 次提交
  26. 15 2月, 2021 1 次提交
    • D
      Project task subsets (#2774) · e43707d7
      Dmitry Kalinin 提交于
      * Added task project subsets
      
      * Added components list key
      
      * Added subset field resetting and subset header
      
      * Added CHANGELOG and increased npm package version
      
      * Added replacing camelcase to snake
      e43707d7
  27. 02 12月, 2020 1 次提交
    • B
      [Dependent] Simple Review Pipeline (Client) (#2357) · d6ac8cc5
      Boris Sekachev 提交于
      * tmp
      
      * Removed migration
      
      * Rebased
      
      * Added signals & rating
      
      * Updated API views
      
      * Added reviewer serializer
      
      * Added permissions
      
      * Fixed some code issues
      
      * Fixed swagger docs
      
      * Some fixes
      
      * Updated api method to create review
      
      * Added some API tests & some fixes
      
      * Added some tests
      
      * Removed extra code
      
      * cvat-core, basic review view
      
      * Removed extra components
      
      * Fixed context menu
      
      * Added api method to canvas, removed extra files
      
      * Implemented roi selection
      
      * Added method to display rois on canvas
      
      * Updated README.md
      
      * Create issue dialog, some fixes
      
      * Setup chat dialog windows
      
      * Code refactoring
      
      * Some fixes
      
      * Small enhancement
      
      * Fixed core tests, removed extra code
      
      * A couple of fixes on canvas
      
      * Canvas issues highlighting
      
      * Small UX fix
      
      * Fixed width of chat
      
      * Code refactoring
      
      * Added dialogs & review summary
      
      * Fixed tests
      
      * Fixed bug during rendering
      
      * Applied changes from client part
      
      * Fixed bugs in tests
      
      * Added docs & setup plugins in cvat-core
      
      * Aborted cypress changes
      
      * Fixed comments
      
      * Removed extra change
      
      * Renamed fields
      
      * Updated versions, fixed some comments
      
      * Merged develop
      
      * Merged develop
      
      * Removed extra changes
      
      * Removed extra changes
      
      * Fixed tests
      
      * Fixed scale & animation
      
      * Using hull instead of the whole set of points
      
      * Fixed minor issue
      
      * Added additional logic to improve UX
      
      * Updated task instance after review submitting
      
      * Removed extra dependenci from package lock
      
      * Fixed REST API test
      
      * Removed /comments/<id> [PUT]
      
      * /issue/comments/create [POST] -> /comments [POST]
      
      * /job/<id>/reviews/create [POST] -> /reviews [POST]
      
      * [PATCH] /issue/<id>/resolve(reopen) -> [PATCH] /issue/id
      
      * Minor fix
      
      * Updated till the latest REST APi
      
      * Fixed test
      
      * Reviewed review summary
      
      * Review summary client-side
      
      * Removed unused import
      
      * Checking permissions client side
      
      * Checking job permissions
      
      * UP issue dialog onmouseout
      
      * Added shadow & pressenter event
      
      * Added ref initial value
      
      * Using the same box shadow in the whole project
      
      * Removed extra files in the patch
      
      * Removed extra files in the patch
      
      * Updated versions
      
      * Updated changelog
      
      * Fixed merge issue
      
      * Set updated flag on changing a reviewer
      
      * Fixed submit review modal
      
      * Two minor issue fixed
      
      * Searching issues & additional sidebar tab
      
      * Show text for locked objects
      
      * Fixed permissions for reviewers
      
      * Fixed typos
      
      * Fixed review request/submit actions, added action to finish a job
      
      * Star rating instead
      
      * Fixed migration
      
      * Removed animation, updated blur/highlight behaviour, updated hiddel labels position
      
      * Hide/show issues button, adjusted header
      
      * Context menu & buttons
      
      * Removed ability to select an object in region selector
      
      * Do not show issues in AAM & tag annotation
      
      * Fixed jest tests
      
      * Fixed: cannot read property label of undefined
      
      * Getting hull before creating the issue
      
      * Added ability to leave quick comment one of latest
      Co-authored-by: NNikita Manovich <nikita.manovich@intel.com>
      d6ac8cc5
  28. 25 11月, 2020 1 次提交
    • D
      Projects (#2255) · 879deb5a
      Dmitry Kalinin 提交于
      Initial implementation of Projects feature to group similar tasks into one group (aka Dataset UI in the future).
      879deb5a
  29. 24 10月, 2020 2 次提交
  30. 28 9月, 2020 1 次提交
  31. 25 9月, 2020 1 次提交
  32. 01 9月, 2020 1 次提交
  33. 26 8月, 2020 1 次提交
  34. 07 8月, 2020 1 次提交
  35. 29 7月, 2020 1 次提交
    • N
      DL models as serverless functions (#1767) · e7585b8c
      Nikita Manovich 提交于
      * Initial experiments with nuclio
      
      * Update nuclio prototype
      
      * Improve nuclio prototype for dextr.
      
      * Dummy lambda manager
      
      * OpenFaaS prototype (dextr.bin and dextr.xml are empty).
      
      * Moved openfaas prototype.
      
      * Add comments
      
      * Add serializers and HLD for lambda_manager
      
      * Initial version of Mask RCNN (without debugging)
      
      * Initial version for faster_rcnn_inception_v2_coco
      
      * Fix faster_rcnn_inception_v2_coco
      
      * Implemented mask_rcnn_inception_resnet_v2_atrous_coco
      
      * Implemented yolo detector as a lambda function
      
      * Removed dextr app.
      
      * Added types for each function (detector and interactor)
      
      * Initial version of lambda_manager.
      
      * Implement a couple of methods for lambda:
      
      GET /api/v1/lambda/functions
      GET /api/v1/lambda/functions/public.dextr
      
      * First working version of dextr serverless function
      
      * First version of dextr which works in UI.
      
      * Modify omz.public.faster_rcnn_inception_v2_coco
      
      - image decoding
      - restart policy always for the function
      
      * Improve omz.public.mask_rcnn_inception_resnet_v2_atrous_coco
      
      * Improve omz.public.yolo-v3-tf function
      
      * Implemented the initial version of requests for lambda manager.
      
      * First working version of POST /api/v1/lambda/requests
      
      * Updated specification of function.yaml (added labels and used annotations section).
      
      * Added health check for containers (nuclio dashboard feature)
      
      * Read labels spec from function.yaml.
      
      * Added settings for NUCLIO
      
      * Fixed a couple of typos. Now it works in most cases.
      
      * Remove Plugin REST API
      
      * Remove tf_annotation app (it will be replaced by serverless function)
      
      * Remove tf_annotation and cuda components
      
      * Cleanup docs and Dockerfile from CUDA component.
      
      * Just renamed directories inside serverless
      
      * Remove redundant files and code
      
      * Remove redundant files.
      
      * Remove outdated files
      
      * Remove outdated code
      
      * Delete reid app and add draft of serverless function for reid.
      
      * Model list in UI.
      
      * Fixed the framework name (got it from lambda function).
      
      * Add maxRequestBodySize for functions, remove redundant code from UI for auto_annotation.
      
      * Update view of models page.
      
      * Unblock mapping for "primary" models.
      
      * Implement cleanup flag for lambda/requests and labeling mapping for functions.
      
      * Implement protection from running multiple jobs for the same task.
      
      * Fix invocation of functions in docker container.
      
      * Fix Dockerfile.ci
      
      * Remove unused files from lambda_manager
      
      * Fix codacy warnings
      
      * Fix codacy issues.
      
      * Fix codacy warnings
      
      * Implement progress and cancel (aka delete) operation.
      
      * Send annotations in batch.
      
      * Fix UI. Now it can retrieve information about inference requests in progress.
      
      * Update CHANGELOG.md
      
      * Update cvat-ui version.
      
      * Update nuclio version.
      
      * Implement serverless/tensorflow/faster_rcnn_inception_v2_coco
      
      * Add information how to install nuclio platform and run serverless functions.
      
      * Add installation instructions for serverless functions.
      
      * Update OpenVINO files which are responsible for loading network
      
      * relocated functions
      
      * Update dextr function.
      
      * Update faster_rcnn function from omz
      
      * Fix OpenVINO Mask-RCNN
      
      * Fix YOLO v3 serverless function.
      
      * Dummy serverless functions for a couple of more OpenVINO models.
      
      * Protected lambda manager views by correct permissions.
      
      * Fix name of Faster RCNN from Tensorflow.
      
      * Implement Mask RCNN via Tensorflow serverless function.
      
      * Minor client changes (#1847)
      
      * Minor client changes
      
      * Removed extra code
      
      * Add reid serverless function (no support in lambda manager).
      
      * Fix contribution guide.
      
      * Fix person-reidentification-retail-300 and implement text-detection-0004
      
      * Add semantic-segmentation-adas-0001
      
      * Moving model management to cvat-core (#1905)
      
      * Squached changes
      
      * Removed extra line
      
      * Remove duplicated files for OpenVINO serverless functions.
      
      * Updated CHANGELOG.md
      
      * Remove outdated code.
      
      * Running dextr via lambda manager (#1912)
      
      * Deleted outdated migration.
      
      * Add name for DEXTR function.
      
      * Fix restart policy for serverless functions.
      
      * Fix openvino serverless functions for images with alpha channel
      
      * Add more tensorflow serverless functions into deploy.sh
      
      * Use ID instead of name for DEXTR (#1926)
      
      * Update DEXTR function
      
      * Added source "auto" inside lambda manager for automatic annotation.
      
      * Customize payload (depends on type of lambda function).
      
      * First working version of REID (Server only).
      
      * Fix codacy warnings
      
      * Avoid exception during migration (workaround)
      
      File "/usr/local/lib/python3.5/dist-packages/django/db/utils.py", line 89, in __exit__
          raise dj_exc_value.with_traceback(traceback) from exc_value
        File "/usr/local/lib/python3.5/dist-packages/django/db/backends/utils.py", line 84, in _execute
          return self.cursor.execute(sql, params)
      django.db.utils.ProgrammingError: table "engine_pluginoption" does not exist
      
      * Add siammask serverless function (it doesn't work, need to serialize state)
      
      * Run ReID from UI (#1949)
      
      * Removed reid route in installation.md
      
      * Fix a command to get lena image in CONTRIBUTION guide.
      
      * Fix typo and crash in case a polygon is a line.
      Co-authored-by: NBoris Sekachev <40690378+bsekachev@users.noreply.github.com>
      e7585b8c
  36. 28 7月, 2020 1 次提交
  37. 24 7月, 2020 1 次提交
  38. 29 5月, 2020 1 次提交
    • N
      Release 1.0.0 (#1335) · 07de7141
      Nikita Manovich 提交于
      * Added button to cancel started automatic annotation (#1198)
      
      * [WIP] Cuboid feature user guide (#1218)
      
      * Initial cuboid description
      
      * Added Gifs
      
      * Added gifs  to descriptions
      
      * Formatting fixes
      
      * Codacy Fixes
      
      * 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
      
      * Setup tag forward to the state
      
      * React UI: Added shortcuts (#1230)
      
      * [Datumaro] Label remapping transform (#1233)
      
      * Add label remapping transform
      
      * Apply transforms before project saving
      
      * Refactor voc converter
      
      * [Datumaro] Optimize mask operations (#1232)
      
      * Optimize mask to rle
      
      * Optimize mask operations
      
      * Fix dm format cmdline
      
      * Use RLE masks in datumaro format
      
      * Added tag support in new UI (without canvas drawing)
      
      * merge fix
      
      * Fixed copying/pasting actions
      
      * Deleted unused objects
      
      * [Datumaro] Dataset format auto detection (#1242)
      
      * Add dataset format detection
      
      * Add auto format detection for import
      
      * Split VOC extractor
      
      * 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) .
      
      * doc: fix description of attribute CVAT XML format (#1168)
      
      * 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.
      
      * Fix copying and creating tags
      
      * fixed git sync app (#1247)
      
      * fixed git sync app
      
      * removed shell=True for subprocess call
      
      * Fixed tags color changing and hiding
      
      * Fixed filters with tags
      
      * wip
      
      * PR fixed
      
      * Styles fixed
      
      * PR fixed
      
      * Update develop from release-0.6.0 branch (#1266)
      
      * temp
      
      * 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
      
      * Installation issues for development environment (#1280)
      
      * Installation issues
      
      * Added ffmpeg
      
      * 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: Ndependabot[bot] <support@github.com>
      
      * Updated CHANGELOG.md
      Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      Co-authored-by: NBoris Sekachev <boris.sekachev@yandex.ru>
      
      * 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](https://github.com/acornjs/acorn/compare/6.2.1...6.4.1)
      Signed-off-by: Ndependabot[bot] <support@github.com>
      Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      
      * Use source label map for voc export (#1276)
      
      * Use source label map for voc export
      
      * Add line to changelog
      
      * [Datumaro] Fix frame matching in video annotations import (#1274)
      
      * Add extra frame matching way for videos
      
      * Add line to changelog
      
      * [Datumaro] Allow empty COCO dataset export (#1272)
      
      * Allow empty dataset export in coco
      
      * Add line to changelog
      Co-authored-by: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * [Datumaro] Fix occluded and z_order attributes export (#1271)
      
      * Fix occluded and z_order attributes export
      
      * Add line to changelog
      Co-authored-by: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * Fix LabelMe format (#1260)
      
      * Fix labelme filenames
      
      * Change module path
      
      * Add tests for LabelMe
      
      * Update test
      
      * Fix test
      
      * Add line in changelog
      
      * Added point deletion context menu
      
      * React UI: Added logging (#1288)
      
      * OpenVino 2020 (#1269)
      
      * added support for OpenVINO 2020
      
      * fixed dextr and tf_annotation
      Co-authored-by: NAndrey Zhavoronkov <andrey.zhavoronkov@intel.com>
      
      * fixed point context menu for rectangles
      
      * Add recursive importers (#1290)
      
      * [Datumaro] MOT format (#1289)
      
      * Add mot format base
      
      * Add mot format
      
      * Extract common code
      
      * [Datumaro] LabelMe format (#1293)
      
      * Little refactoring
      
      * Add LabelMe format
      
      * [Datumaro] Update LabelMe format (#1296)
      
      * Little refactoring
      
      * Add LabelMe format
      
      * Add usernames
      
      * Update tests
      
      * Add extractor test
      
      * Add information about v0.6.1 release.
      
      * React UI: Better exception handling (#1297)
      
      * Fixed context menu on ubuntu
      
      * Fixed deleting of the latest point
      
      * fixes
      
      * Fix attributes with spaces in names (#1305)
      
      * fixed PR
      
      * [Datumaro] Fix image merging (#1301)
      
      * Always merge images for own dataset
      
      * Fix codacy
      
      * Validation for frame input value
      
      * Fixed UI fail when write characters in auto save interval input
      
      * Fixed input numbers in player settings
      
      * Fixed ui failing in propagate confirmation
      
      * Fixed latest input numbers, removed extra code, fixed typings
      
      * Fix navigation
      
      * Added undopoint in editing
      
      * Fixed: Could not receive frame (after merge on the latest frame)
      
      * Removed extra action dispatching
      
      * Which -> button property
      
      * Fixed: Inconsistent labels between UI and CLI/API
      
      * Fixed resize on right mouse button
      
      * Fixed create object URL after first save, fixed URL itself
      
      * Undo/redo returns frame where was a change (as it was done in previous version)
      
      * Fixed unit tests
      
      * [Datumaro] Extract common extractor functionality (#1319)
      
      * Extract common extractor functionality
      
      * Simplify coco extractor
      
      * Fix tfrecord
      
      * 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.
      
      * 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).
      
      * Shortcuts keymaps moved to state
      
      * Titles for objects in side menu
      
      * Fixed bug in menu
      
      * Titles in attribute annotations mode
      
      * Controls panel titles
      
      * Titles for object list header
      
      * Minor fixes
      
      * Added tooltips in top bar
      
      * Added settings tooltip
      
      * Optimized patch
      
      * Typos
      
      * Fix a problem with known hosts inside git app (cannot clone a repo from github.com) (#1330)
      
      * Fixed zOrder range computing in case when there are tags
      
      * 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: NNikita Manovich <nikita.manovich@intel.com>
      
      * 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
      
      * Az/fix migration (#1333)
      
      * fixed migration because readers interface changed
      
      * fixed tests
      
      * Fixed escape in draw
      
      * Insert multiple shapes
      
      * Added dialog window with some help info about filters
      
      * Typos in doc
      
      * Add missing information into changelog.
      
      * Add information for next release + update version.
      
      * Updated changelog
      
      * Updated changelog
      
      * Special behaviour for the attribute value __undefined__
      
      * Fixed license year
      
      * No break space const
      
      * Updated changelog
      
      * Fixed year in license headers
      
      * Implementation of bitmap in client
      
      * Updated changelog
      
      * Z-layer support
      
      * Fixed settings after reopen a job
      
      * Do not show invisible objects on bitmap
      
      * 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
      
      * Added button to reset color settings
      
      * Updated changelog
      
      * Added option to display shape text always
      
      * Updated changelog
      
      * Hidden/outside fix
      
      * Fixed screen scaling
      
      * fixed dump error after moving format files (#1342)
      
      * fixed dump error after moving format files
      
      * updated changelog
      
      * Az/fix dextr (#1348)
      
      * Fixed dextr_segmentation app
      
      * updated changelog
      Co-authored-by: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * Disabled option by default
      
      * Fixed typos in interface
      
      * Increase preview size till 256, 256.
      
      Previous preview size was not optimal and led to a blurred image
      due to too small size.
      
      * Add a line into CHANGELOG.md about the change.
      
      * Refactor frame provider (#1355)
      
      * Refactor frame provider
      
      * fix
      
      * Add CODEOWNERS file (#1360)
      
      * Add CODEOWNERS file
      
      * Removed the outdated file. See https://github.com/opencv/cvat/graphs/contributors
      
      * Change codeowners
      
      * 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.
      
      * 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
      
      * Added missed fields in exception logs (#1372)
      
      * Simplified codeowners file (#1376)
      
      * Fixed points visibility when go between frames
      
      * 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: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * Save full image paths in coco (#1381)
      
      * Add chunk iterator cache to frame provider (#1367)
      
      * Add chunk iterator cache
      
      * fix
      
      * Update item "Creating an annotation task" in User Guide (#1363)
      
      * Az/fix remote files (#1392)
      
      * fixed task creation from remote files
      
      * Update CHANGELOG.md
      
      * [Datumaro] Fix COCO keypoint export bug (#1388)
      
      * Instructions on using HTTPS (#1357)
      
      * Fix label comparison in voc format (#1382)
      
      * Update item "Interface of the annotation tool" in User Guide (#1386)
      
      * 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
      
      * Update item "Basic navigation" in User Guide and bug fix in user_guide.md (#1395)
      
      * Fix git app paths (#1400)
      
      * changed paths for the git repos
      
      * Update CHANGELOG.md
      
      * updated licence header
      
      * React UI: Displaying public ssh keys in UI (#1375)
      
      * Updated changelog
      
      * Typos
      
      * 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: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * React UI: Semi-automatic segmentation (#1398)
      
      * implemented checked
      
      * Implemented plugin
      
      * Added dialog windows
      
      * Updated changelo
      
      * Added cancel request
      
      * React UI: Automatic bordering for polygons and polylines during drawing/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
      
      * React UI: batch of fixes (#1404)
      
      * React UI has become a primary UI
      * Temporary disabled cuboid in cvat-core
      
      * Fixed: Failed to execute removChild.. (#1405)
      
      * Update CHANGELOG.md
      
      * Updated CHANGELOG (new version will be 1.0.0-beta.1)
      
      * Update CHANGELOG.md (next version is 1.0.0-beta.2)
      
      * Updated version of CVAT server till beta.2
      
      * Fixed auto annotation, tf annotation and auto segmentation apps (#1409)
      
      * fixed code that uses FrameProvider, as the interface has changed
      
      * Update CHANGELOG.md
      
      * Update item "Types of shapes" (#1401)
      
      * 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
      
      * Improve PR template (#1427)
      
      * Simplified PR template.
      
      * Remove a new line to make codacy happy.
      
      * fix: OSError:broken data stream (#1430)
      
      * [Datumaro] Fix duplicating keypoints in COCO export (#1435)
      
      * React UI: Fixed typos in remove annotations confirmation (#1450)
      
      * 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: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * Update item "Annotation mode (basics)" in User Guide (#1412)
      
      * Update item "annotation mode (basics)" in User Guide
      
      * Replacing a gif017 with an image
      
      * React UI: Added client versioning (#1448)
      
      * Adjusted antd import
      
      * Wrapped core and canvas
      
      * Added versioning
      
      * Updated changelog, adjusted installation guide a bit
      
      * 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: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * React UI: batch of fixes (#1462)
      
      * CVAT new UI: add arrows on a mouse cursor
      * Delete point bug (in new UI)
      
      * fix auto annotation to not eat all RAM (#1328)
      Co-authored-by: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * Fixed versioning for node 8 (#1466)
      
      * Update items from AAM (basics) to Vocabulary in User Guide (#1459)
      
      * Update items from AAM (basics) to Vocabulary
      * Delete unused images and gif
      
      * Fix apache startup (#1467)
      
      * Fix Network Error after PC Restart (#1035)
      * Update CHANGELOG.md
      
      * Remove deprecated utils (#1477)
      
      * removed deprecated convert scripts
      
      * updated changelog
      
      * Fixed 'Open task' button doesn't work (#1474)
      
      * 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: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * drop start shapes with outside==True for splitted track
      
      * code cleanup
      
      * fixed typo
      
      * fix
      Co-authored-by: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * React UI: cuboids (#1451)
      
      * Update changelog.
      
      * Update CHANGELOG and the version of CVAT server.
      
      * session.annotations.put() returns indexes of added objects (#1493)
      
      * session.annotations.put() returns indexes of added objects
      
      * Updated changelog
      
      * Updated README.md files (added info about versioning) (#1490)
      
      * Updated README.md files (added info about versioning)
      
      * Typos
      
      * Add coverage for python (#1483)
      
      * Fix coverage merging (#1504)
      
      * Updating instructions to serve Swagger documentation  (#1502)
      
      * Update items Workspace and Types of shapes in User Guide (#1497)
      
      * Merge annotations and dataset_manager apps (#1352)
      
      * Fix coverage measurement (#1516)
      
      * 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
      
      * React UI: batch of fixes (#1525)
      
      * Update item Settings in User Guide (#1508)
      
      * React UI: cookie policy drawer (#1511)
      
      * fixed linter issues (#1538)
      
      * fixed false tag activation (#1541)
      
      * Added item with npm package version increasing to the PR template (#1542)
      
      * [Datumaro] Fix coco import conflict with labels (#1548)
      
      * [Datumaro] Change alignment in mask parsing (#1547)
      
      * Include empty images in exported annotations (#1479)
      
      * 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
      
      * Ability to configure user agreements for the register user form (#1464)
      
      * 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: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * Layout styles fixes
      
      * 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
      
      * Fixed auto_segmentation app (#1562)
      
      * disabled tf eager execution for auto_segmentation
      * Update CHANGELOG.md
      
      * Add VOC grayscale masks test and documentation (#1576)
      
      * Add a test for unpainted masks
      * Update format documentation
      
      * [Datumaro] Fix mask to polygons warning (#1581)
      
      * Fix message, add test
      * update changelog
      
      * Fix cuboid conversion (#1577)
      
      * Fix cuboid conversion
      
      * update changelog
      Co-authored-by: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * [Datumaro] Simplify log level setting (#1583)
      
      * Simplify loglevel setting
      
      * update changelog
      
      * Fixed git synchronization (#1582)
      
      * fixed git synchronization
      
      * Update CHANGELOG.md
      Co-authored-by: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * Fixed dextr, fixed moving of the canvas (#1573)
      
      * Fixed dextr, fixed moving of the canvas
      
      * Updated CONTRIBUTUNG.md, updated version
      Co-authored-by: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * 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
      
      * updated Online Demo section of Readme (#1588)
      
      * updated Online Demo section of Readme
      
      * Change content of "online demo" section
      Co-authored-by: NNikita Manovich <nikita.manovich@intel.com>
      
      * Fixed task creation for videos with uneven dimensions. (#1594)
      
      * used yuv420p format for compressed and original chunks
      
      * updated changelog
      
      * added settings to reduce access to analytics component (#1592)
      
      * added settings to reduce access to analytics component
      
      * updated CHANGELOG
      
      * fixed typo
      
      * Add item Controls sidebar in User Guide (#1510)
      
      * Update text, images and gif in user_guide.md (#1558)
      
      * Update user_guide.md, images and gif (#1556)
      Co-authored-by: NNikita Manovich <40690625+nmanovic@users.noreply.github.com>
      
      * update user_guide.md, images and gifs
      
      * Delete gif013
      
      * add gif013 with correct name
      
      * Use z_order as a class property (#1589)
      
      * Use z_order as a class property
      
      * Fix z_order use in voc
      
      * Update changelog
      
      * 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
      
      * Fix example yaml format (#1603)
      
      * delete duplicate item in user_guide.md (#1607)
      
      * update user_guide.md and add image (#1604)
      
      * update gifs, images and user_guide.md (#1605)
      
      * fix analytics permissions (#1608)
      
      * Update item Annotation with cuboids (#1598)
      
      * Update item Annotation with polygons in User guide v2 (#1612)
      
      * update user_guide.md
      * update images and gifs
      
      * 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
      
      * Fix duplicate item in User Guide (#1617)
      
      * remove item Annotation with Auto Segmentation
      
      * fix link in user_guide.md
      
      * delete unused images
      
      * Slightly improve changelog
      
      * Update CVAT version
      Co-authored-by: NBoris Sekachev <40690378+bsekachev@users.noreply.github.com>
      Co-authored-by: NTritin Truong <truongtritin98@gmail.com>
      Co-authored-by: NAndrey Zhavoronkov <41117609+azhavoro@users.noreply.github.com>
      Co-authored-by: NDmitry Kalinin <dmitry.kalinin@intel.com>
      Co-authored-by: Nzhiltsov-max <zhiltsov.max35@gmail.com>
      Co-authored-by: NPratik Raj <Rajpratik71@gmail.com>
      Co-authored-by: NMathis Chenuet <artdevelopp@hotmail.fr>
      Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      Co-authored-by: NBoris Sekachev <boris.sekachev@yandex.ru>
      Co-authored-by: NBen Hoff <hoff.benjamin.k@gmail.com>
      Co-authored-by: NAndrey Zhavoronkov <andrey.zhavoronkov@intel.com>
      Co-authored-by: NTOsmanov <54434686+TOsmanov@users.noreply.github.com>
      Co-authored-by: Nranko r sredojevic <radoye@users.noreply.github.com>
      Co-authored-by: NThomas Albrecht <thomas.albrecht@gmx.net>
      Co-authored-by: NJohannes222 <johannes.halaoui@alumni.fh-aachen.de>
      Co-authored-by: NGururaj Jeerge <gururaj@orangepro.in>
      Co-authored-by: Ntimurx.osmanov <timurx.osmanov@intel.com>
      Co-authored-by: NYutaYamazaki <37947061+yutayamazaki@users.noreply.github.com>
      07de7141
  39. 19 5月, 2020 1 次提交