PIC
PIC copied to clipboard
Parametric Instance Classification for Unsupervised Visual Feature Learning, NeurIPS 2020
Results
2
PIC issues
Sort by
recently updated
recently updated
newest added
Hi! A line of code in PIC.py is: k = x.shape[1]. I wondor what does k means here? Maybe image channels? But why is each channel handled separately?
I just download the code and run it with unzipped ImageNet, but it doesn't work. Then I create train_map.txt and val_map.txt, still the code cannot finde some images, while the...