FateScript / CenterNet-better

An easy to understand and better performance version of CenterNet
Apache License 2.0
548 stars 104 forks source link

ModuleNotFoundError: No module named 'config' #43

Closed Wang-Qinyu closed 3 years ago

Wang-Qinyu commented 3 years ago

Traceback (most recent call last): File "/home/wangqinyu/STR/CenterNet-better/tools/test_net.py", line 27, in from config import config ModuleNotFoundError: No module named 'config'

fengqian-wei commented 3 years ago

change the address in playground/centernet.resxx.coco.512size cd playground/centernet.res18.coco.512size

Wang-Qinyu commented 3 years ago

Thank you very much for your letter. I will test it according to the tips you gave. In particular, I look forward to your model can be applied to other datasets except not just COCO. ------------------ 原始邮件 ------------------ 发件人: "FateScript/CenterNet-better" @.>; 发送时间: 2021年5月12日(星期三) 中午12:26 @.>; @.**@.>; 主题: Re: [FateScript/CenterNet-better] ModuleNotFoundError: No module named 'config' (#43)

change the address in playground/centernet.resxx.coco.512size cd playground/centernet.res18.coco.512size

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fengqian-wei commented 3 years ago

I think you need change the dataSet label into COCO format, and then can train model.