Closed vg123 closed 7 years ago
What was the issue, and what fixed it ? Thanks
Issue I have posted in my first comment, and It got fixed just by hit and trial, what I mean by that I removed all my code and installed it again then also it was giving me same error and now I run this command sudo apt-get install libdc1394-22-dev libdc1394-22 libdc1394-utils
and also made some little changes (I don't know exactly what were those changes) which finally solved my problem. I am sorry , It won't be helpful .
I am using p2.xlarge EC2 instance for testing. In makefile of darknet GPU=1 CUDNN = 1 OPENCV = 1 DEBUG =1
In Makefile of arapaho
Error
Initially It was giving me following warning
libdc1394 error: Failed to initialize libdc1394
But then I run this commandsudo ln /dev/null /dev/raw1394
. this removed the warning statement.Tell me how can I resolve It Please ?
There is no error coming when I am testing it on
CPU
.