madhawav / YOLO3-4-Py

A Python wrapper on Darknet. Compatible with YOLO V3.
Apache License 2.0
515 stars 164 forks source link

Disable architecture printing #122

Closed Gffsn closed 3 years ago

Gffsn commented 4 years ago

Hello madhawav, Thank you for you project! I was wondering how I could run the object detection without having all the layers listed in the console when loading the model. Thanks for your help

madhawav commented 3 years ago

Hi, Unfortunately, this printing is done by the underlying darknet library. So, as far as I know, I cannot do any modifications to this wrapper in order to disable architecture printing.