grad-cam-formula-student
grad-cam-formula-student copied to clipboard
Where can I find yolov3_intersting_layers.txt?
Hello. I wanted to run GradCAM on YOLO v3 and was looking for a way to do it and found your repository. However, when I ran main_single_img.py, I noticed that yolov3_intersting_layers.txt was missing in the src / config directory. If you have yolov3_intersting_layers.txt, could you upload it to the repository?
I'm using object detection for my research and I need to implement GradCAM for YOLO v3. I'm sorry, please help me. Thank you very much.
Hi @tmori2918, those interesting_layers.txt are just a text file of the names of each layer. Exactly what you see when you print the architecture of YOLOv3. I'm not with my working computer right now, but I can try to get them uploaded to this repo in a few days if you are still looking for it.
Thank you for your reply!
Sorry to trouble you, but I would appreciate it if you could upload the contents of src / config. Thank you.
Hello. When will you upload the contents of the src / config directory? I look forward to your help.
@Sibozhu
Quite useful repo. Could you please upload the same?
@Sibozhu
Could you also make the parameters dynamic? So as to we could use any .weights and .cfg file from a custom detector?
Thanks