YOLO-NAS-pytorch icon indicating copy to clipboard operation
YOLO-NAS-pytorch copied to clipboard

How to train in a format similar to yolov5

Open omaiyiwa opened this issue 1 year ago • 0 comments

💡 Your Question

I found this class in the original repository “YoloDarknetFormatDetectionDataset”, I found that such a format is supported in its examples1, data_dir └── train/test/val ├── images │ ├─ 0001.jpg │ ├─ 0002.jpg │ └─ ... └── labels ├─ 0001.txt ├─ 0002.txt └─ ... but building a trainer does not require both train and val, Can you teach me the correct way to use it to train this type of custom dataset?

Versions

No response

omaiyiwa avatar Jun 29 '23 08:06 omaiyiwa