Questions tagged [cvat]

47 questions
4
votes
0 answers

CVAT localhost not uploading images

I have installed CVAT on local (via Docker) but when trying to upload images from the local storage, it's simply stuck. It says "The data are being uploaded to the server" and is stuck at 0%. I tested with every kind of image file, big or small. On…
Red Vic
  • 115
  • 1
  • 7
3
votes
0 answers

How to upload annotations and images in CVAT using Postman?

I am able to create a new project, create a new task inside the project using CVAT Swagger and POSTMAN. But when it comes to uploading images or annotations, the APIs are not working. It is giving following error: Can someone please help me by…
3
votes
1 answer

With CVAT, can we avoid storing images in docker container?

Is it possible to set up CVAT do not storage the actual image files locally on the container? I am trying to create a modular CVAT instance which can be easily deployed on various AWS instances. Right now, I am piping in a local storage folder into…
2
votes
1 answer

Uploading large dataset from FiftyOne to CVAT

I'm trying to upload around 15GB of data from FiftyOne to CVAT using the 'annotate' function in order to fix annotations. The task is divided into jobs of 50 samples. During the sample upload, I get an 'Error 504 Gateway Time-Out' error. I can see…
IBer
  • 21
  • 3
1
vote
1 answer

Is CVAT's TFRecord export incorrect?

ML newbie here... I've been working on an object detection model for the last half of this semester for my university's enterprise program (like a school-sponsored business, sort of). I decided to use the TF Object Detection API, as it seemed to…
1
vote
1 answer

CVAT REST API to upload files

I am able to create a Task in an existing project in CVAT using the below code, but I am unable to upload files, even if I try to reference this link here: https://github.com/opencv/cvat/issues/4704 Any advice would be greatly appreciated…
yl_low
  • 1,209
  • 2
  • 17
  • 26
1
vote
2 answers

How do I create a labeling task and assign data to it through the CVAT API?

I'm trying to use the CVAT API to create labeling tasks and attach image data from AWS S3 to the tasks. However, I find it impossible to assign segments to a labeling task while creating the task or after creating the task. When I use the UI to…
naraghi
  • 430
  • 1
  • 6
  • 18
1
vote
1 answer

Load (import) an existing non-sample CVAT Project to fiftyone as Dataset

I am trying import fiftyone as fo dataset = fo.load_dataset("import_test") the project which exists and have such project name, I've created in CVAT before. Such call was used in https://githubhelp.com/voxel51/fiftyone/issues/1611 but I am…
MosQuan
  • 85
  • 1
  • 11
1
vote
1 answer

CVAT REST API - provide a list of users registered on the server without paginate

I found a API api/v1/users which can provide a paginated list of users registered on the server. But, in fact, I want to get all registered users. Is there any API I can use to get all registered users? Or, with API api/v1/users, which parameter I…
1
vote
0 answers

How to enable "Make AI polygon" option for polygon labeling in CVAT?

I'm using CVAT for labeling my large dataset but I have a problem. I watched a video on Youtube about semi-automatic segmentation in which there was an option "Make AI Polygon", but I don't have it in my polygon section and don't know how to enable…
1
vote
1 answer

CVAT installation issue

I'm trying to install CVAT and I'm following this installation guide: https://github.com/opencv/cvat/blob/develop/cvat/apps/documentation/installation.md#windows-10 I installed Docker and Git as mentioned in the guide. Cloned the CVAT source code…
0
votes
0 answers

Analytics in the CVAT stop working after clearing cache

Cvat Analytics stop working My server disk space was full so to delete the cache I used the following commands: docker exec -it cvat_server bash -c 'rm -r data/*/*/export_cache/' docker exec -it cvat_server bash -c 'rm -r data/cache/' After this, I…
Sourabh Soni
  • 1
  • 1
  • 1
0
votes
1 answer

CVAT API Filter Tasks by Project ID

So I want to list the tasks in CVAT using the API but to filter the tasks for specific project (using its project id or name). lookin at the docs for tasks.list.api, I try to use filter argument but cant make it work. As you see I was able to…
Ahmed
  • 89
  • 7
0
votes
0 answers

CVAT: How to install from submodules for serverless

I want to make a serverless function. The main logic has been encapsulated in a submodule repo, the model_handler.py will just call the content of the submodule. location: CVAT |----serverless |------------modules …
TeeTracker
  • 7,064
  • 8
  • 40
  • 46
0
votes
0 answers

Forwarding CVAT server hosted on Ethernet to local port via Tailscale

I am trying to expose the CVAT server from my company server machine to my local machine. The CVAT server was hosted using docker by another colleague and I don't know much about it. Here is some details: I can access to the CVAT server via ethernet…
Will
  • 166
  • 1
  • 9
1
2 3 4