johnsk95 / PT4AL

Official PyTorch implementation of "PT4AL: Using Self-Supervised Pretext Tasks for Active Learning (ECCV2022)"
54 stars 6 forks source link

Your code use trainset for test phase ? #10

Closed quannguyen268 closed 1 year ago

quannguyen268 commented 1 year ago

image image

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 ?

seominseok0429 commented 1 year ago

There was a mistake. The code where there was an error has been corrected.

thank you