PT4AL
PT4AL copied to clipboard
Official PyTorch implementation of "PT4AL: Using Self-Supervised Pretext Tasks for Active Learning (ECCV2022)"
"The current reproduction result is the performance of 91 to 93" I can not reproduce above accuracy. I tried to reproduce three times. The final results that I got are...
Thank you so much for your code! I was wondering if by any chance you could release the rotation loss of the Imagenet you used? That would be very helpful...
https://github.com/johnsk95/PT4AL/blob/9a0da4af383fd66be2df0ee8a6feb233009c17d5/make_batches.py#L87 I believe this line would return the loss as a String such that the sorting is now done based on strings rather than as numbers. It is worth checking...
I don't understand why it is needed to run the below line. I tried to reproduce your results. In my experiments, without this line, I even achieved better results. https://github.com/johnsk95/PT4AL/blob/main/main.py#L171
Hi, Thank you for the great work! I'm just wondering if by any chance you could release the mapping of the 67 superclasses of Imagenet you used? Eg, the mapping...
I got this error when running the rotation.py full traceback error: 'stty' is not recognized as an internal or external command, operable program or batch file. Traceback (most recent call...