DeLightCMU / RSC

This is the official implementation of Self-Challenging Improves Cross-Domain Generalization, ECCV2020
BSD 2-Clause "Simplified" License
160 stars 18 forks source link

JigsawNewDataset Class error #6

Closed talhazaidi13 closed 3 years ago

talhazaidi13 commented 3 years ago

Hi, I am trying to run the code, but i am getting an error while executing the following line inside the JigsawNewDataset Class ` allperm = np.load('permutations%d.npy' % (classes))

I have looked through all the files and there isn't a file called permuations.npy as part of the code or the dataset. I have looked through the code and can't seem to find a line that generates the said file.

Help would be appreciated

Johnzhangt commented 3 years ago

This file is generated reused from another Github Code. You can take a reference at https://github.com/fmcarlucci/JigenDG

talhazaidi13 commented 3 years ago

Thankyou so much, I get these files now

Justinhzy commented 3 years ago

Hi, sorry about the error. please annotate the code allperm = np.load('permutations%d.npy' % (classes)).