Open kiranchari opened 3 years ago
Hi can you let me know how I can retrieve the ids of the images in the constructed datasets? Thanks
Hi! Unfortunately we have stored all the data from our experiments in archives that are very hard to retrieve. I would recommend running (l2) nearest neighbors in order to match images back to indices.
Thanks for the reply @andrewilyas
The datasets appear to be a single file without a train/test split. Do these datasets have a test test that I can run the NN on? (running on the train set would take much longer).
Thanks!
@andrewilyas Hi,could you please tell me how to running (l2) nearest neighbors in order to match images back to indices? If we want to find out in which image the robust feature belongs to,with which two datasets should we compare?Should we do it in original cifar training datasets and robust datasets?Thanks a lot!
Hi,
I am trying to view the constructed datasets (alongside standard CIFAR10) image by image i.e. simultaneously viewing all versions of a particular image. But it appears the constructed datasets contain the images in different orders so I am not able to pull up the same image across different datasets.
Any suggestions?
Thanks, Kiran