grad-cam-formula-student icon indicating copy to clipboard operation
grad-cam-formula-student copied to clipboard

Where can I find yolov3_intersting_layers.txt?

Open SpreadKnowledge opened this issue 3 years ago • 5 comments

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.

SpreadKnowledge avatar Nov 24 '20 15:11 SpreadKnowledge

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.

Sibozhu avatar Nov 25 '20 01:11 Sibozhu

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.

SpreadKnowledge avatar Nov 25 '20 04:11 SpreadKnowledge

Hello. When will you upload the contents of the src / config directory? I look forward to your help.

SpreadKnowledge avatar Dec 03 '20 09:12 SpreadKnowledge

@Sibozhu

Quite useful repo. Could you please upload the same?

piseabhijeet avatar Jan 28 '21 12:01 piseabhijeet

@Sibozhu

Could you also make the parameters dynamic? So as to we could use any .weights and .cfg file from a custom detector?

Thanks

piseabhijeet avatar Jan 28 '21 12:01 piseabhijeet