Convert DeepLabCut dataset to YOLO format
Project description
deeplabcut2yolo
Convert DeepLabCut dataset to YOLO format
Quick Start
import deeplabcut2yolo as d2y
json_path = "./deeplabcut-dataset/labels.json"
csv_path = "./deeplabcut-dataset/collected_data.csv"
root_dir = "./deeplabcut-dataset/images/"
d2y.convert(json_path, csv_path, root_dir, n_class=2)
To install deeplabcut2yolo using pip:
pip install deeplabcut2yolo
See example in example-marmosets.ipynb
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
deeplabcut2yolo-0.0.1.tar.gz
(40.9 kB
view hashes)
Built Distribution
Close
Hashes for deeplabcut2yolo-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cb9bd11314494c2665de60dbba1606b91c94a98a86a27801039468e3c0dd99a |
|
MD5 | 760efb67191eb54e022bec666d0dc5f6 |
|
BLAKE2b-256 | 46e82b976baf08d3925f3b4f6bba7a96759f7b92608b00a0fcaf47dad373faff |