nii-yamagishilab/ClassNSeg

class folder

Venu-ka opened this issue · 3 comments

how to solve about FileNotFoundError: Couldn't find any class folder in ./ps_data/data.

The scripts use torchvision.datasets.ImageFolder dataset, therefore you need to follow its structure.
Please check my instruction here and find our more about the ImageFolder here.

thank you for reply!
i have another question,how to use the pre-trained models to detect a fake picture and visualize them.
thank for you very much!!!

Hi, there are some ways to visualize the network. You can have a look at here. For the Capsule-Forensics network, because its architecture is different from the standard CNNs, you need to modify the example's code a little bit.