Closed joeyklee closed 7 years ago
@joeyklee as @b-g moved config files to the test folder, you need to run the darknetImageTest
as well as other tests while being in the test
. I.e. cd test && node darknetImageTest.js
Or you can copy cfg
, data
and yolo.weights to the folder from which you start the darknetImageTest
This seems solved ... will close it. Plz re-open if I'm wrong.
Thanks for taking care! All good from my side.
Hi! I tried 1 more time install everything from scratch - starting from downloading your fork of darknet and then installing node yolo.
when I try to run
node test/darknetImageTest.js
I get the following error:if I
sudo
then:any ideas?