Closed quannguyen268 closed 1 year ago
In main.py, your testset looks like above: is_train=False, path=None. So, self.img_path in Loader2 will take data from glob.glob('./DATA/train//'). Which means, you are using traindataset for testing ?
There was a mistake. The code where there was an error has been corrected.
thank you
In main.py, your testset looks like above: is_train=False, path=None. So, self.img_path in Loader2 will take data from glob.glob('./DATA/train//'). Which means, you are using traindataset for testing ?