DW2TF icon indicating copy to clipboard operation
DW2TF copied to clipboard

tiny Yolov3 with custom parameters

Open nscotto opened this issue 5 years ago • 0 comments

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

nscotto avatar Oct 15 '19 16:10 nscotto