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.61k stars 3.01k forks source link

Change Stage from complete to annotation #8605

Closed seyedalicheraghi closed 2 weeks ago

seyedalicheraghi commented 2 weeks ago

Actions before raising this issue

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

I have a CVAT project containing 100 tasks that has already labeled. Now, I need to draw bounding boxes around a new object in these tasks. While I can manually change the status of each task from "completed" to "annotation," is there a more efficient way to do this for all tasks at once?

Describe the solution you'd like

A python code that enable me to change all at once

bsekachev commented 2 weeks ago

You may write a simple Python script using CVAT SDK. There is no way to do it in the graphical interface