ufoym / deepo

Setup and customize deep learning environment in seconds.
http://ufoym.com/deepo
MIT License
6.32k stars 750 forks source link

Does 'darknet version' support opencv for darknet video detection? #144

Closed seojupal closed 3 years ago

seojupal commented 3 years ago

It's the same as the title.

I've tried to install opencv 3.4.0 on the container from deepo:darknet. And got the error like this.

-- Configuring incomplete, errors occurred! See also "/root/opencv/opencv-3.4.0/build/CMakeFiles/CMakeOutput.log". See also "/root/opencv/opencv-3.4.0/build/CMakeFiles/CMakeError.log". make: *** No targets specified and no makefile found. Stop. opencv-3.4.0.sh: 53: opencv-3.4.0.sh: sudo: not found opencv-3.4.0.sh: 54: opencv-3.4.0.sh: sudo: not found opencv-3.4.0.sh: 55: opencv-3.4.0.sh: sudo: not found

Please reply this. Thanks.

ufoym commented 3 years ago

Currently not since OpenCV is an optional dependency for Darknet. Please follow this instructions to install OpenCV in deepo:darknet.

seojupal commented 3 years ago

Currently not since OpenCV is an optional dependency for Darknet. Please follow this instructions to install OpenCV in deepo:darknet.

Even on webcam detection mode? Thanks for your reply. I'll follow the link.