megvii-model/YOLOF

pods_train: command not found

WuChannn opened this issue · 5 comments

hi, I follow the installation instruction, and everything is ok until comes to "Train" part. After cd into playground/detection/coco/yolof/yolof.res50.C5.1x, I run the shell script pods_train --num_gpus 1, and get pods_train: command not found

looking forward to your reply, thanks

ytoon commented

could you give more details about your problem? such as installation about cvpods. Maybe you can install cvpods following the instruction from here.

@ytoon i follow the installation instruction here:
`
cd YOLOF/

python setup.py develop
`

ytoon commented

I think your installation is not complete. Maybe you should compile setup.py with CUDA by setting environment variables CUDA_HOME. Before this compilation, you need to install some python packages as follows:

Cython
appdirs
cloudpickle
colorama
easydict
future
matplotlib
pandas
portalocker
pycocotools
pydot
seaborn
tabulate
tensorboard
termcolor
tqdm
opencv-python
lvis

I will update this project soon by adding a requirements.txt.

@ytoon i install all python packages you stated, and then run
python setup.py develop,

sadly, pods_train still can't be found

can you help modify the installation instruction!

ytoon commented

Ok, I will update the installation instruction as soon as possible.