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.tar.gz
(41.0 kB
view hashes)
Built Distribution
Close
Hashes for deeplabcut2yolo-0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cbaac04792affe741b892f005acdc335461229712c2189e34a3b373bd983fe9 |
|
MD5 | 8d9e582f7942f5e087dcec9dc6bfd6bb |
|
BLAKE2b-256 | 909149b6437fe63e20e52669eab04e9ded74a817597e2ed69df99b10dbd8892e |