qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.44k forks source link

I want to see the feature amount. #693

Closed kotamumu closed 4 years ago

kotamumu commented 4 years ago

I want to do feature visualization in YOLOv3. I'd like to know where YOLOv3 is looking and judging. Can you please tell me?

dongzhongxian commented 4 years ago

I found it on github . You can search the Keyword by YOLOv3,If you want to find go or python programming languages , you can choose your own

On Fri, 5 Jun 2020 at 12:11, kota notifications@github.com wrote:

I want to do feature visualization in YOLOv3. I'd like to know where YOLOv3 is looking and judging. Can you please tell me?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/qqwweee/keras-yolo3/issues/693, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIMQE3BPFH56OIXEBUO57RTRVBWAZANCNFSM4NTGKIKA .

kotamumu commented 4 years ago

I was able to find a feature visualization about YOLOv3 on github. I found this "feature-vis-yolov3". I don't know how to use it yet, but I'm glad to see that it's helping to clear the way for some solutions. Thank you.