mala-lab / NegPrompt

The official implementation of CVPR 24' Paper "Learning Transferable Negative Prompts for Out-of-Distribution Detection"
MIT License
25 stars 2 forks source link

Missing files in the repository #6

Open VaAqu opened 2 months ago

VaAqu commented 2 months ago

I've noticed a problem with the data loading part of your code. Specifically, the lines:

train_file_path = os.path.join(dataroot, 'ImageNet1K', 'protocols', 'ood_train.csv') test_file_path = os.path.join(dataroot, 'ImageNet1K', 'protocols', 'ood_test.csv')

However, I couldn't find the corresponding files in the repository. Could you please provide these files or guide me on how to obtain them?

Thank you for your help!