TongkunGuan / CCD

[ICCV2023] Self-supervised Character-to-Character Distillation for Text Recognition
https://openaccess.thecvf.com/content/ICCV2023/papers/Guan_Self-Supervised_Character-to-Character_Distillation_for_Text_Recognition_ICCV_2023_paper.pdf
140 stars 7 forks source link

FileNotFoundErrorFileNotFoundError: [Errno 2] No such file or directory #13

Open ggxxer opened 5 months ago

ggxxer commented 5 months ago

Hi, thank you for your contribution. When I try to pretrain CCD with ViT-Tiny, I meet this error: ' FileNotFoundErrorFileNotFoundError: [Errno 2] No such file or directory: '/data/ggxx/OCR-CC/data_lmdb/training/label/Synth/': ' But I have moved the dataset to the specified path and modified 'CCD_vision_model_Tiny.yaml' accordingly. Does this error mean that my dataset was not successfully unzipped? What should I do to solve the problem?

TongkunGuan commented 5 months ago

Hi, thank you for your contribution. When I try to pretrain CCD with ViT-Tiny, I meet this error: ' FileNotFoundErrorFileNotFoundError: [Errno 2] No such file or directory: '/data/ggxx/OCR-CC/data_lmdb/training/label/Synth/': ' But I have moved the dataset to the specified path and modified 'CCD_vision_model_Tiny.yaml' accordingly. Does this error mean that my dataset was not successfully unzipped? What should I do to solve the problem?

please give detailed error information.