ZZR8066 / SEMv2

39 stars 3 forks source link

FileNotFoundError table_v2.lrc #9

Open julian24bas opened 4 months ago

julian24bas commented 4 months ago

When running the train script as described in the README

cd SEMv2
python runner/train.py --cfg default

I get following error:

FileNotFoundError: [Errno 2] No such file or directory: '/work1/cv1/jszhang6/TSR/dataprocess/process_tal/output/train/table_v2.lrc'

Furthermore in default.py line 53 a model is referenced

init_cfg=dict(type='Pretrained', checkpoint="/yrfs2/cv1/jszhang6/zrzhang6/PretrainModel/HRNet/hrnetv2p_w32_pretrain_on_coco.pth")

As far as I can see both the lrc file and the model are not included with the training and validation set here. Can you provide the hrnetv2p_w32_pretrain_on_coco.pth mdoel and the table_v2.lrc file or explain how to create it?

Appreciate your help!