xiaochus / YOLOv3

Keras implementation of yolo v3 object detection.
MIT License
605 stars 264 forks source link

ImportError: No module named configparser #17

Open tahadarendeli opened 5 years ago

tahadarendeli commented 5 years ago

Hi,I am trying to convert Yolo wieghts to Keras on my Mac but i can't run the script. It says;

Traceback (most recent call last): File "yad2k.py", line 9, in import configparser ImportError: No module named configparser

i tried pip install configparser but it didn't work. Do you have any advise?