In the grad-cam code for Yolov8, why is the layer specified as 5 layers? In the code; 'layer': [10, 12, 14, 16, 18])
Normally it is processed according to the last convulusion layer. What are the meanings of these given layers? Why is more than one layer used?
In the grad-cam code for Yolov8, why is the layer specified as 5 layers? In the code; 'layer': [10, 12, 14, 16, 18])
Normally it is processed according to the last convulusion layer. What are the meanings of these given layers? Why is more than one layer used?