ViTAE-Transformer / DeepSolo

The official repo for [CVPR'23] "DeepSolo: Let Transformer Decoder with Explicit Points Solo for Text Spotting" & [ArXiv'23] "DeepSolo++: Let Transformer Decoder with Explicit Points Solo for Multilingual Text Spotting"
Other
242 stars 34 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/totaltext/test.json' #65

Closed sophajey closed 5 months ago

sophajey commented 5 months ago

I've recently downloaded the TotalText dataset and ensured it's correctly placed within the datasets folder. However, I encountered an issue while executing the following command:

python tools/train_net.py --config-file /content/DeepSolo/configs/Swin_S/pretrain/150k_tt_mlt_13_15.yaml --eval-only MODEL.WEIGHTS /content/DeepSolo/pretrained_backbone/swin-small_pretrain_synth-tt-mlt-13-15.pth

Despite having the necessary files in the datasets folder, I'm consistently receiving this error message:

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/totaltext/test.json'.

I would greatly appreciate any insights or assistance in resolving this issue. Thank you!