pjreddie / darknet

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

Porting for mcu, .weight file will be replaced, .h will be better #2562

Open lzlwakeup opened 2 years ago

lzlwakeup commented 2 years ago

Hi, guys there is a embedded porting issues. I want to use MCU load darknet for image classification, but MCU cannot load a weight file directly, the .weight file should be converted to a .h file, use tool like xxd, the .weight file can be load as unsigned char, its my want. Has this ever been tested? or whats problem to do this?