xueeinstein / darknet-vis

Visualize YOLO feature map in prediction for easily checking your model performance
Other
71 stars 8 forks source link

Python API #1

Open mzahran001 opened 6 years ago

mzahran001 commented 6 years ago

Can you provide Python API to make it easy to use ?

xueeinstein commented 6 years ago

@moh3th1 I just write a new API wrapper for Darknet with my visualization customization. Please check it darknet.py. Make sure you build Darknet and get libdarknet.so at first.

Gotta-C commented 6 years ago

how to modify in yolov3?