NetDissect icon indicating copy to clipboard operation
NetDissect copied to clipboard

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

Results 22 NetDissect issues
Sort by recently updated
recently updated
newest added

@quantombone @adikhosla @metalbubble @andrewowens @visionATcsail Hi thanks for sharing the code , i am having few queries 1. THe network dissection method can it be applied to object detection architecture...

Hello, I have a model prepared in Caffe2 framework, trained on a different dataset. I have a .pk file with me. How can I use network dissection to know the...

Hi! When I was trying to download the BRODEN dataset as instructed, I got "connection refused" error. Neither can I access the project page for further information at http://netdissect.csail.mit.edu. Is...

Hi, how much work would it be to create a 299 version of the broden dataset (to complement the existing 224, 227, 384)? I was hoping it would be as...

There are two typos in pascal data set decoding and a typo in merging synonyms. Also, in map_in_pool, "else" is not reached when there is a return in "try".

script/rundissect_pytorch.sh: line 199: globexists: command not found Generating graph Traceback (most recent call last): File "src/graphprobe.py", line 114, in stats = summarize(loadviz(directory, blob), args.threshold, File "src/graphprobe.py", line 20, in loadviz...

the function globexists is missing from rundissect_pytorch_external.sh: > ./script/rundissect_pytorch_external.sh: line 209: globexists: command not found it does exist, however, in rundissect.sh

The default Ubuntu program, "Image Viewer", has an issue with parsing the SVG file. By re-formatting how the SVG is generated, there is no more issue. This is tested on...

FileNotFoundError: [Errno 2] No such file or directory: 'dataset/broden1_224/index_sm.csv'

Hi, Where in the code did you remove the mean and divide images by the std? I could not find this. If it's missing - this could be a potential...