aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.37k stars 647 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/totaltext/weak_voc_new.txt' #604

Closed lynguyenminh closed 1 year ago

lynguyenminh commented 1 year ago

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.