FeatureLearningRotNet icon indicating copy to clipboard operation
FeatureLearningRotNet copied to clipboard

Results 13 FeatureLearningRotNet issues
Sort by recently updated
recently updated
newest added

When run CIFAR10_ConvClassifier_on_RotNet_NIN4blocks_Conv2_feats_K1000.py, there are some errors iin dataloader.py. if self.dataset_name == 'cifar10': labels = self.data.test_labels if (self.split == 'test') else self.data.train_labels data = self.data.test_data if (self.split == 'test') else...

I read your paper, it says `` In order to generate the attention mapof a conv. layer we first compute the feature maps of this layer, then we raise each...

Please provide a requirements file.

Thanks for your work and share! I am confused that, after rotate, the image size w*h will change to h*w, how to stack them together?

Hi, congratulations on your work! I was actually wondering if there is any way to run this code on a custom dataset?

May I know what is the accuracy of rotnet to predict the angle of rotation? Also, how many data are used for evaluating the features got by rotnet? Is it...

Hi all, this might be a basic question, but in this [line](https://github.com/gidariss/FeatureLearningRotNet/blob/master/dataloader.py#L106), and other lines in the dataloader, the `RandomHorizontalFlip()` is one of the augmentations, but would that not change...

The paper published [here](https://arxiv.org/pdf/1803.07728.pdf) explains how the pretext task training is conducted, but not how the transfer learning is conducted. I had some questions regarding the procedure for transfer learning...