FewX
FewX copied to clipboard
No such file or directory: './support_dir/support_feature.pkl'
Thanks for your code! but I meet this error when I run your code on COCO dataset, could you please tell me what is this file for?and where could I get it?It seems that the file,train_support_df.pkl,and 10_shot_support_df.pkl organize the support data, so I'm confused about this error.
[08/18 14:15:37 d2.evaluation.evaluator]: Start inference on 5000 images
/home/ly/anaconda3/envs/py3_torch151/lib/python3.7/site-packages/setuptools/distutils_patch.py:26: UserWarning: Distutils was imported before Setuptools. This usage is discouraged and may exhibit undesirable behaviors or errors. Please use Setuptools' objects directly or at least import Setuptools first.
"Distutils was imported before Setuptools. This usage is discouraged "
Traceback (most recent call last):
File "fsod_train_net.py", line 118, in
FileNotFoundError: [Errno 2] No such file or directory: './support_dir/support_feature.pkl'
finetune training will generate the support_feature.pkl
.
Problem solved! Thank you so much!
Hello. I still have this problem. when I ran this code, it never made the support_feature.pkl... (even ./support_dir/)
After I made /support_dir manually, it works.
Bug fixed.