Application In Object Detection #85
Replies: 2 comments
-
Hi @Zengyf-CVer 👋 So by default, it's not possible. Simply put, this repo leverages module hooks to easily manipulate what it needs to compute the CAMs. Most object detection models have various return & input types, which makes it hard to handle. So having something to work for all object detection models is really tricky. I'll try to think about how to modify them. However, by modifying parts of the code, it's possible to get the CAM to work for your own architecture! |
Beta Was this translation helpful? Give feedback.
-
Hi @Zengyf-CVer, |
Beta Was this translation helpful? Give feedback.
-
@frgfm
Hello, I am using your CAM program for the first time. I would like to ask, is this program suitable for object detection?
For example, I now use yolov5 to train a model, and then want to use your CAM program to export the heatmap of the detected image. Is this feasible? Although I slightly know that CAM is aimed at classification problems, the detection also includes classification.
Beta Was this translation helpful? Give feedback.
All reactions