HI,
Thanks for helping to solve this issue.
I was trying to find a solution with your suggestions.
Unluckily I failed. I am getting following error , I am using macOS Big Sur 11.2.1 (Intel)
nvcc -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_50,code=[sm_50,compute_50] -gencode arch=compute_52,code=[sm_52,compute_52] -gencode arch=compute_61,code=[sm_61,compute_61] -Iinclude/ -I3rdparty/stb/include -DOPENCV pkg-config --cflags opencv
-DGPU -I/usr/local/cuda/include/ -DCUDNN --compiler-options "-Wall -Wfatal-errors -Wno-unused-result -Wno-unknown-pragmas -fPIC -Ofast -DOPENCV -DGPU -DCUDNN -I/usr/local/cudnn/include" -c ./src/convolutional_kernels.cu -o obj/convolutional_kernels.o
nvcc fatal : Unsupported gpu architecture 'compute_30'
Makefile:162: recipe for target 'obj/convolutional_kernels.o' failed
make: *** [obj/convolutional_kernels.o] Error 1
chmod: cannot access './darknet': No such file or directory
This is the dataset I am trying to convert blob file.
!curl -L "https://app.roboflow.com/ds/JbWNa3X1Kt?key=mRgibPHcON" > roboflow.zip; unzip roboflow.zip; rm roboflow.zip
Can you please create a blob file with this? (if Mac Not support this)