AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
https://github.com/AlexeyAB/darknet
The Unlicense
1.8k stars 680 forks source link

permission denied #142

Open puffyy opened 5 years ago

puffyy commented 5 years ago

I am using ubuntu18.04 and opencv-3.4.4, I did every steps but still I got this in below; Screenshot from 2019-06-26 15-14-17

Ps: I dont use anaconda..

AlexeyAB commented 5 years ago

Try to use sudo ./linux_mark.sh

puffyy commented 5 years ago

not worked but I solved, here:

chmod +x linux_mark.sh ./linux_mark.sh

ganeshrohan commented 3 years ago

try to re-run !make file

%cd /your_path/
!sed -i 's/OPENCV=0/OPENCV=1/g' Makefile
!sed -i 's/GPU=0/GPU=1/g' Makefile
!sed -i 's/CUDNN=0/CUDNN=1/g' Makefile
!sed -i "s/ARCH= -gencode arch=compute_60,code=sm_60/ARCH= ${ARCH_VALUE}/g" Makefile
!make