When I trained the model on the custom dataset by command:
!python tools/train_net.py \
--config-file configs/BAText/TotalText/v2_attn_R_50.yaml \
--num-gpus 1 \
MODEL.WEIGHTS model_v2_totaltext.pth
It raised the error:
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/totaltext/weak_voc_new.txt'
When I trained the model on the custom dataset by command: !python tools/train_net.py \ --config-file configs/BAText/TotalText/v2_attn_R_50.yaml \ --num-gpus 1 \ MODEL.WEIGHTS model_v2_totaltext.pth
It raised the error: FileNotFoundError: [Errno 2] No such file or directory: 'datasets/totaltext/weak_voc_new.txt'
Where can I get weak_voc_new.txt? Thanks.