CSAILVision / NetDissect

Network Dissection http://netdissect.csail.mit.edu for quantifying interpretability of deep CNNs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identifying concepts in each image

EricFerreiraS opened this issue · comments

How can I identify a concept in an image? I want to debug the dataset to understand the concepts labelled for each image, but I couldn't find a simple way.
I know that the CSV files in the dataset folder index for each image and its concepts (part, object, etc.). But I couldn't find a way to see the label concept in an image; for example, I'd like to know which image has the wheel part concept. Can I identify this using only the CSV files? If not, could you tell me where in the code can I extract this information?