cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.57k stars 3k forks source link

How to display the progress of annotations in CVAT, specific to what percentage #8427

Open zhanghaihangandliuli opened 2 months ago

zhanghaihangandliuli commented 2 months ago

Actions before raising this issue

Is your feature request related to a problem? Please describe.

假如我想知道每个标注人员的具体标注进度,要求到百分之几,该如何实现.

Describe the solution you'd like

假如我想知道每个标注人员的具体标注进度,要求到百分之几,该如何实现.

Describe alternatives you've considered

假如我想知道每个标注人员的具体标注进度,要求到百分之几,该如何实现.

Additional context

image

bsekachev commented 2 months ago

English, please

zhanghaihangandliuli commented 2 months ago

English, please 请说英语

If I want to know the specific annotation progress of each annotation personnel and what percentage is required, how can I achieve it

klakhov commented 1 month ago

Hi @zhanghaihangandliuli, We display job statuses in task on this progress bar: image

The numbers here are controlled by job's stage, you can control this value on task page. Docs

zhanghaihangandliuli commented 1 month ago

May I ask if cvat can be used for local secondary development under Windows 10? If so, what tools do I need to download, such as vscode, pyhton3.8, postgreSQL, etc. Do I need to download docker?

klakhov commented 1 month ago

Yes, you can run develempent env on Windows. Please refer to the documentation. You will need to install wsl and run all commands from ubuntu section.