suk-6 / cvat-tools

Counting objects and download dataset using the CVAT API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVAT Tools

Setting up

Write a environment variable file named .env with the following content:

PROTOCOL=https
HOST=app.cvat.ai
PORT=443
USERNAME=username
PASSWORD=password
EXPORT_FORMAT='YOLO 1.1'
EXPORT_PATH='./export'
SAVE_PATH='./data'
PROJECT_LIST='./project_list.txt'
TASK_LIST='./task_list.txt'

Count Objects

python count.py

Download Dataset

python download.py

About

Counting objects and download dataset using the CVAT API


Languages

Language:Python 100.0%