wizyoung / YOLOv3_TensorFlow

Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.
MIT License
1.55k stars 579 forks source link

save feature map #232

Open aluds123 opened 4 years ago

aluds123 commented 4 years ago

Can someone guide me how to save each layers' output feature maps when I test a image?

SouradipBh commented 4 years ago

@aluds123 Do you find the solution for that?