objectdetection / config.json
merenn's picture
Rename config.yaml to config.json
655a96e verified
raw
history blame contribute delete
227 Bytes
{
"train": "/content/drive/MyDrive/bodypartdetection/data/train/images",
"val": "/content/drive/MyDrive/bodypartdetection/data/valid/images",
"nc": 3,
"names": [
"upper body",
"lower body",
"full body"
]
}