Guanghan / ROLO

ROLO is short for Recurrent YOLO, aimed at simultaneous object detection and tracking
Apache License 2.0
879 stars 278 forks source link

No module named "ConfigParser" #15

Closed xukai8 closed 7 years ago

xukai8 commented 7 years ago

When I run the "ROLO_demo_test.py",there is this problem. thank you.

tegg89 commented 7 years ago

I also met the same issue; solved it after installed configparser with pip and import it again.