Questions tagged [cvat]

47 questions
0
votes
0 answers

How to run GitHub Actions CI workflows locally from within a Python venv using act tool? (FATA[0000]: .env is a directory)

I forked a repository to my GH page, cloned and changed directory into it, started a venv inside with python3.9 -m venv .env. I want to use act to run github actions' CI workflows every time locally before pushing commits to a PR. Installed this…
Anvbis
  • 43
  • 1
  • 8
0
votes
0 answers

Removing authentication from CVAT ( Django rest)

Im trying to remove login page from CVAT application that I hosted on my server. I have another app running , so I want to bypass login in CVAT if I already logged in my application. Link to cvat github repo - https://github.com/opencv/cvat this is…
0
votes
1 answer

COCO keypoints annotation wrong order from CVAT

I have annotated and downloaded COCO keypoint annotations from the CVAT software but the points are in the wrong order. Has anyone else encountered this issue? If so how did you get around it?
0
votes
1 answer

Can't implement custom CVAT importer

I am trying to write a custom importer for CVAT as per these docs: https://github.com/acesso-io/techcore-cvat/blob/develop/cvat/apps/dataset_manager/formats/README.md. But I am getting the error: Error: Request failed with status code 500.…
Harry Stuart
  • 1,781
  • 2
  • 24
  • 39
0
votes
1 answer

CVAT error during installation of development version

I'm trying to install development version of CVAT according to official instruction but struggling at the step of requirements.txt applying: pip install -r cvat/requirements/development.txt ... with following error: Skipping wheel build for av, due…
Raman
  • 887
  • 4
  • 12
  • 28
0
votes
1 answer

Access CVAT connected file share from NFS mounted storage

I have mounted an Azure Storage container to an Ubuntu 18.04 VM following official documentation. Then I updated docker compose file (docker-compose.override.yml) by following CVAT Computer Vision Annotation Tool official documentation for mounting…
raja
  • 380
  • 2
  • 9
  • 20
0
votes
0 answers

Running cvat-server with docker-compose throws error

Anyone can help? I configured the following docker-compose.yml version: '3.8' services: cvat_postgres: image: postgres:latest restart: always environment: - POSTGRES_PASSWORD:cvat - POSTGRES_HOST_AUTH_METHOD=trust …
0
votes
0 answers

Datumaro XPath Filtering vs regular XPath Filtering

I just created an account because I can't find this answer anywhere else. To what extent does datumaro support XPath filtering? I currently have a working XPath for the information I need, but the datumaro syntax for CVAT is a little different. For…
micahc03
  • 1
  • 1
0
votes
0 answers

Smooth Edges In Segmentation

I am working on project in which i have to do segmentation masking. Now problem is that exported masked image should have 2 things. NOTE: Please download both images for better understanding my problem Only 2 Colors. No Jagged Edges. Tools…
dotsinspace
  • 661
  • 7
  • 21
0
votes
0 answers

The extension in image url is different from actual format

I downloaded an image from a url such as "https://www.xxxx.com/filename.jpeg. I expected that that image is a jpeg image whose format is acceptable for Computer Vision Annotation Tool (CVAT). However, it was saved as filename.heif or…
HYK
  • 1
  • 1
0
votes
1 answer

How to install cvat on kubernetes?

I have tried to develop kubernetes manifest files but it seems to be a tough task so i am searching for other approach. please share links to instructions.
0
votes
0 answers

Docker volume not working with subfolders which are blobfuse mounts

I want to link two different azure blob storages to CVAT tools as connected file share. I used blobfuse service to mount those blob storage on a Linux machine. The folder structure looks like following: Blob_mount_point - storage_1 -…
0
votes
1 answer

Crop the labeled are into a separate image in Computer Vision Annotation (CVAT)?

I have a set of frames in which different animals are visible. I have annotated them using CVAT's polygon feature. Now, all I need to do is cropping the annotation part and extracting the features as a CSV file. I can extract the features using…
Naser.Sadeghi
  • 1,341
  • 1
  • 12
  • 35
0
votes
1 answer

Django not deleting session id in mongoDB database when logging out

I have integrated the MongoDB database with CVAT. I get "Could not login" Error when I try to login second time into CVAT portal. I get below error in browser console (full error screenshot attached) "FAILED SQL: INSERT INTO "auth_user_groups"…
tec data
  • 11
  • 5
0
votes
1 answer

Can't reach a site in localhost after rebooting ubuntu

I tried to reach localhost after installing CVAT using docker-compose. I successfully run it after the installation, but after I reboot the computer, it shows that the site can't be reached. What can I do?
AmitN
  • 31
  • 1