pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.69k stars 21.33k forks source link

Darknet for Cortex-M7 processors #1244

Open EduardShaid opened 5 years ago

EduardShaid commented 5 years ago

I'm new to CNN. Tell me, is it possible to use the Darknet for Cortex-M7 processors? If so, how to do it?

liuhuiCNN commented 5 years ago

In my opinion: (1) Just use CPU mode to compile; you can remove the code about CUDA and OpenCV. (2) If having problems, it is maybe some other reasons. Use similar library instead of origin library.

EduardShaid commented 5 years ago

Thanks.