Computer Vision Annotation Tool (CVAT) is a leading platform for building high-quality visual datasets for vision AI. It offers open-source, cloud, and enterprise products, as well as labeling ...
Root ├── LICENSE ├── README.md ├── data/ │ ├── processed/ │ │ ├── test.jsonl │ │ ├── train.jsonl │ │ └── validation.jsonl │ ├── raw/ │ │ └── reddit_processed.jsonl │ └── source ...