Open sunhuaiqiang opened 4 years ago
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.
or something like that to display which parts contribute to classification.