PyTorch-YOLOv3 icon indicating copy to clipboard operation
PyTorch-YOLOv3 copied to clipboard

If I only want to detect one class

Open qilong-zhang opened this issue 6 years ago • 1 comments

Is it ok to fine-tune this yolo model in my custom dataset with class.name only have one class?

qilong-zhang avatar Jun 10 '19 02:06 qilong-zhang

yes.

If I recall correctly, you have to leave an empty line below it or else it will give you errors.

mshu1 avatar Jul 15 '19 21:07 mshu1