AlphaJia / pytorch-faster-rcnn

pytorch based implementation faster rcnn
445 stars 86 forks source link

Please help me NameError : name "module" is not defined #24

Open vilalaoil opened 9 months ago

vilalaoil commented 9 months ago

image

Hi , i followed the instructions of README.md, prepared the packages and the dataset, and change some paramenters in train_config.py. All in done. However,when i started to run train.py, errors saying that "module" is not defined. i don not change the code. I am really wonder how to solve the problem. Thanks for any help!

vilalaoil commented 9 months ago

there is a question that if files in COCODevkit /annotaions should be .xml, or .json is also ok?