xueeinstein / darknet-vis

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

darknet-vis for YoloV3 #4

Open Deadmin1 opened 5 years ago

Deadmin1 commented 5 years ago

Hello,

do you have a version for Yolo3 or are currently working on it?

If you aren’t working currently at it i would give it a try. Every tip would be appreciatet to get it working on v3

xueeinstein commented 5 years ago

Hi @Deadmin1, I am not working on Yolo3 now. Maybe one month later. My suggestion is:

  1. use git format-patch to get my modification, say 'vis.patch'.
  2. use git apply --reject vis.patch to merge darknet-vis to newest Darknet upstream.

Some conflicts need to fix. Good luck! PR is welcome! vis.patch