DW2TF
DW2TF copied to clipboard
tiny Yolov3 with custom parameters
Hello,
Can I convert a darknet custom tiny-YOLOv3 with those parameter changed?
- number of classes set to 1
- image size
- number of channels set to 1 (grayscale)
The image size is easy to modify in the Daknet
class code, but I can't find where and how to set the number of classes and channels. Is that even possible?
Thank you