Questions tagged [cvat]
47 questions
0
votes
0 answers
How do i create a task that contains multiple videos?
Now the system creates a different task for every video, and I want related videos to be different jobs of the same task. How can I do that?
I have multiple videos of the same people from different dates, on some dates more than one video.
I want…
0
votes
0 answers
Changing rectangle point of rotation
My rectangle point of rotation is on the edge of my objects. Does anyone know of a way to change it to the center of the rectangle?
I saw in a couple of places this could possibly be done manually within the code but I'm using the online version.

India Jackson
- 1
- 1
0
votes
0 answers
How do I enable email verification for new user in CVAT server?
I am trying to enable email verification for new users that'll be registering on the server. I followed the documentation and added the following options in the "base.py" file. But this doesn't seem to work.
#…

Prayas Gautam
- 11
- 3
0
votes
0 answers
Convert labels from shapes to tracks in CVAT
I need to convert 50+ labels from shapes to tracks, is it possible to do this easily?
I checked the CVAT documentation and no instructions were there.
0
votes
1 answer
CVAT importing datasets uusing yolo1.1 format error: Request failed with status code 500. "KeyError: 0\n"
Im trying to use CVAT in order to tag a dataset that I have.
I'm trying to label the gender of pedestrians, etc, and I have a yolov4 network that actually marks all pedestrians with bboxes. I thought I could save me some trouble by importing the…
0
votes
1 answer
Pascal VOC annotations not working in CVAT.ai
I've used cvat.ai online tool to create annotations for over 100 images. I wanted to use them later in object detection with Pascal VOC 1.1 format. Unfortunately, after exporting the annotations, the xml files corresponding to each of the images do…

KS0232
- 157
- 2
- 9
0
votes
0 answers
How to import image tags via COCO JSON to CVAT?
When importing COCO JSON files to CVAT, the tag informations get lost (i.e. not the object detections themselves, but the tags at image level).
The story behind is that I want to detect fractures in X-ray images, which works fine so far. But I would…

mascher7
- 1
0
votes
0 answers
How to annotate 3D volumetric data from variety of views and slices?
I have volumetric data of medical images where multiple 2D images are stacked together to create a 3D volume. However, I need to annotate features in this volume that are very difficult to annotate by simply going through all individual 2D images. I…

Jeff Boker
- 803
- 1
- 9
- 25
0
votes
0 answers
I encountered an error while converting XML format in CVAT to YOLO format
I am trying to convert an XML file in CVAT format to YOLO format.
but I am encountering a type error while trying to obtain yolo_x, y, w, and h
enter image description here
tried using 'int' to resolve the issue, but I am still encountering a 'value…

박경덕
- 13
- 5
0
votes
0 answers
Serverless model Human Pose Estimation in CVAT
I'm trying to add a model from the open model zoo (https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/human-pose-estimation-000...) to the models of CVAT in the serverless setup. However, I can't find how to do so. Do I need…

tommeke303
- 1
- 1
0
votes
0 answers
How to add an import file type in CVAT
I am trying to add the possibility to import an audio file in CVAT. I downloaded the development environment but I can't find which files I have to modify in order to add this feature. I searched for an explanation of the architecture in the…

Antonin Bouhier
- 39
- 5
0
votes
2 answers
Issue when launching CVAT development environment
I am trying to add sound related features to CVAT but I need to launch the CVAT development environment in order to test them.
However, when following the instructions on the documentation, I have a problem.
I got to the Run CVAT section without any…

Antonin Bouhier
- 39
- 5
0
votes
1 answer
Create superuser for cvat
I am trying to install cvat, so I am following the Installation guide
The first step run smoothly, however when I try to create a superuser with the command
docker exec -it cvat_server bash -ic 'python3 ~/manage.py createsuperuser'
After a few…

arnino
- 441
- 2
- 14
0
votes
0 answers
How to move CVAT (its docker container/data) to another partition on Windows 10?
I'm using CVAT to annotate videos for a computer vision task. CVAT is running through a docker container on windows 10. The problem is that CVAT gives an error that there is no enough storage space when I try to export my dataset.
I want to move…

Ghaith
- 1
- 1
0
votes
1 answer
Is there any way to track log in/log out timing on Onepanel?
I've installed Onepanel on my EKS cluster and I want to run CVAT tool there. I want to keep track on user log in-log out activities and timings. Is that even possible?

Miloš Milutinov
- 375
- 1
- 3
- 16