MeshCNN icon indicating copy to clipboard operation
MeshCNN copied to clipboard

Can MeshCNN output an activation map?

Open sunhuaiqiang opened this issue 6 years ago • 1 comments

or something like that to display which parts contribute to classification.

sunhuaiqiang avatar Jan 06 '20 15:01 sunhuaiqiang

Hi @sunhuaiqiang ,

The intermediate mesh pooling results are a nice way to visualize which parts didn't contribute to classification (they are exported during the test pass , if the --export_folder flag is used, like in the examples provided -- e.g., here). Otherwise, you would have to implement some visualization approach, like Grad-CAM.

ranahanocka avatar Jan 09 '20 00:01 ranahanocka