runnanchen / CLIP2Scene

Other
152 stars 6 forks source link

How to obtain the ‘ViT16_clip_weights.pth’ ? #3

Closed jijun-cheng closed 1 year ago

jijun-cheng commented 1 year ago

Thank you for this excellent work.

When I pre-training python pretrain.py --cfg_file config/clip2scene_nuscenes_pretrain.yaml , the following error is reported.

FileNotFoundError: [Errno 2] No such file or directory: '/nvme/konglingdong/runnan/CLIP2Scene/ViT16_clip_weights.pth'

How can I obtain the file ViT16_clip_weights.pth'?

chenhaomingbob commented 1 year ago

I meet the same problem.

chenhaomingbob commented 1 year ago

@runnanchen. Dear author, thanks for your great work. Can you give our advice? How can we get the weights file 'ViT16_clip_weights.pth'

runnanchen commented 1 year ago

Please refer to step 3. of Data Preparation. Thanks!