davidbau / dissect

Code for the Proceedings of the National Academy of Sciences 2020 article, "Understanding the Role of Individual Units in a Deep Neural Network"
Other
301 stars 50 forks source link

Add two concept categories "texture" and "scene" #11

Open clalanliu opened 3 years ago

clalanliu commented 3 years ago

Is it possible to add more concept categories? Like what you did in "Network Dissection: Quantifying Interpretability of Deep Visual Representations" We really need another two concept categories. Thanks

ckyleda commented 2 years ago

Was texture ever added?

There is a flag for it, but setting it simply causes an error.

  File "/dissect/netdissect/segmenter.py", line 636, in ensure_segmenter_downloaded
    assert False, segvocab
AssertionError: texture

The URL it's supposed to be grabbing these from doesn't go anywhere either:

baseurl = 'https://dissect.csail.mit.edu/models/segmodel'

Perhaps it was never completed?