sowson/darknet

Issue when creating the file at the _make_ command

Opened this issue · 3 comments

Hey, I have been running into an issue when I am creating the darknet executable file. I am on macOS Catalina. The python version is 3.7.6 . When I try to run the make -j8 command after running the cmake command, I run into the following error.

Screenshot 2020-01-27 at 3 46 26 PM

If you need any more information, I am happy to provide it.

Thanks

Hi, have you checked the https://codingbytodesign.net/2018/05/26/darknet-training/ macOS command sequence is provided there. I checked and it should works :D.

btw, looks like you do not have OpenCV installed.

Hey,
I followed the steps provided in the link and managed to build darknet with no issues.

Thanks @sowson , I was worried about darknet not running on a Mac and was about to install VirtualBox to run it on another OS. I'll close the issue now, thanks again.