espressif / esp-who

Face detection and recognition framework
Other
1.65k stars 459 forks source link

how to convert my own trained model to your framework format? (AIV-465) #111

Closed hanson-young closed 1 year ago

hanson-young commented 4 years ago

how to convert my own trained model to your framework format?

XiaochaoGONG commented 4 years ago

If you have a trained model in .npy format, then you need to convert it to dl_matrix3d_t or dl_matrix3dq_t type. Please refer some detailed format Here

wwzh2015 commented 2 years ago

If you have a trained model in .npy format, then you need to convert it to dl_matrix3d_t or dl_matrix3dq_t type. Please refer some detailed format Here

404

TiramisuJ commented 2 years ago

@wwzh2015 Please refer this new link