Yolo_mark icon indicating copy to clipboard operation
Yolo_mark copied to clipboard

permission denied

Open puffyy opened this issue 5 years ago • 3 comments

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..

puffyy avatar Jun 26 '19 12:06 puffyy

Try to use sudo ./linux_mark.sh

AlexeyAB avatar Jun 26 '19 13:06 AlexeyAB

not worked but I solved, here:

chmod +x linux_mark.sh ./linux_mark.sh

puffyy avatar Jun 26 '19 13:06 puffyy

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

ganeshrohan avatar May 25 '21 22:05 ganeshrohan