NegPrompt icon indicating copy to clipboard operation
NegPrompt copied to clipboard

Missing files in the repository

Open VaAqu opened this issue 1 year ago • 1 comments

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!

VaAqu avatar Jul 03 '24 06:07 VaAqu

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!

Hello,I also encountered this error and solved it by running the jupyter notebook under the data/ImageNet1k/protocals directory, hoping this would help you。

ZYJIQVV avatar Mar 27 '25 12:03 ZYJIQVV