I was also in same issue, Mac version need below 10.5 I am degrading my Mac OS 10.5 to compile OpenVINO
Rrajeshktym
- Apr 29, 2021
- Joined Mar 16, 2021
- 0 best answers
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 directoryThis 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.zipCan you please create a blob file with this? (if Mac Not support this)
I have received recently my AI KIT , I am trying to start with popular MNIST dataset and model for handwrite digit detection. any tutorial or sample code available for convert existing mint.h5 model compatible with my OAK - I. I want finally use it for multiple digit detection with bounding box. please give some idea to start this. Thanks