Megvii-BaseDetection / cvpods

All-in-one Toolbox for Computer Vision Research.

Home Page:https://cvpods.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to train

PanffeeReal opened this issue · comments

I did installation guided by this webpage and successfully installed cvpods.
After that I tried to train a detector like retinanet but meet a file problem :
log is here:
(pytorch) lpf@lpf-AW17:~/cvpods/playground/detection/coco/retinanet/retinanet.res50.fpn.coco.multiscale.1x$ pods_train --num-gpus 8
Traceback (most recent call last):
File "/home/lpf/cvpods/tools/train_net.py", line 151, in
from config import config
ModuleNotFoundError: No module named 'config'

What happeded ? I am very confused about that because this comes out without any proper reaseon, could you please help me ?thank you very much!!

i have same, do you solve it?

i have same, do you solve it?

i have same, do you solve it?

please ask to you had slove it?

commented

does your working directory contain a config.py?