Sibozhu / grad-cam-formula-student

22 stars 3 forks source link

Where can I find yolov3_intersting_layers.txt? #1

Open SpreadKnowledge opened 3 years ago

SpreadKnowledge commented 3 years ago

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.

Sibozhu commented 3 years ago

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.

SpreadKnowledge commented 3 years ago

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 commented 3 years ago

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

piseabhijeet commented 3 years ago

@Sibozhu

Quite useful repo. Could you please upload the same?

piseabhijeet commented 3 years ago

@Sibozhu

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

Thanks