Files
Alexey Zinoviev f2464be841
CI / search_cache (push) Failing after 0s
Cache / get-sha (push) Failing after 0s
Cache / Caching_CVAT (push) Has been skipped
CI / build (push) Has been skipped
CI / rest_api_testing [not test_task_data, cache-no] (push) Has been skipped
CI / e2e_testing (actions_objects2) (push) Has been skipped
CI / e2e_testing (actions_tasks) (push) Has been skipped
CI / e2e_testing (actions_tasks2) (push) Has been skipped
CI / e2e_testing (actions_tasks3) (push) Has been skipped
CI / rest_api_testing [test_task_data, cache-no] (push) Has been skipped
CI / rest_api_testing [not test_task_data, cache-true] (push) Has been skipped
CI / rest_api_testing [test_task_data, cache-true] (push) Has been skipped
CI / unit_testing (push) Has been skipped
CI / e2e_testing (actions_objects) (push) Has been skipped
CI / e2e_testing (actions_projects_models) (push) Has been skipped
CI / e2e_testing (actions_tasks4) (push) Has been skipped
CI / e2e_testing (actions_users) (push) Has been skipped
CI / e2e_testing (canvas3d_functionality) (push) Has been skipped
CI / e2e_testing (features2) (push) Has been skipped
CI / e2e_testing (issues_prs) (push) Has been skipped
CI / e2e_testing (audio_workspace) (push) Has been skipped
CI / e2e_testing (features) (push) Has been skipped
CI / e2e_testing (issues_prs2) (push) Has been skipped
CI / helm_rest_api_testing (push) Has been skipped
CI / codecov (push) Has been skipped
CI / Generate Allure Report and Upload to S3 (push) Has been skipped
CI / publish_dev_images (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docs / generate_github_pages (push) Has been cancelled
Trigger dependent repo update workflow / trigger (push) Has been cancelled
Remove audio workspace from non-audio jobs (#10990)
2026-08-05 11:53:47 +04:00
..
2022-07-11 17:02:27 +03:00
2026-07-29 15:23:35 +00:00
2025-03-21 16:10:15 +02:00

cvat-ui module

Description

This is a client UI for Computer Vision Annotation Tool based on React, Redux and Antd

Commands

  • Installing dependencies:
yarn --immutable
  • Running development UI server with autorebuild on change
yarn run start
  • Building the module from sources in the dist directory:
yarn run build
yarn run build --mode=development     # without a minification

Important: You also have to run CVAT server (please read https://docs.cvat.ai/docs/contributing/) to correct working since UI gets all necessary data (tasks, users, annotations) from there