philipperemy / yolo-9000

YOLO9000: Better, Faster, Stronger - Real-Time Object Detection. 9000 classes!
Apache License 2.0
1.18k stars 309 forks source link

Demo needs OpenCV for webcam images. #17

Closed KyrieHee closed 6 years ago

KyrieHee commented 6 years ago

what means about this?

philipperemy commented 6 years ago

The whole project needs openCV.

sudo apt-get install libopencv-dev python-opencv

And you will be fine

KyrieHee commented 6 years ago

I will try it, Thank you so much.

At 2017-12-19 22:59:43, "Philippe Rémy" notifications@github.com wrote:

The whole project needs openCV.

sudo apt-get install libopencv-dev python-opencv

And you will be fine

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

KyrieHee commented 6 years ago

Ok, Thank you so much.

philipperemy commented 6 years ago

Ok great!