sipeed / maix_train

k210(MaixPy)/V831 model example train code, include mobilenet classifier and YOLO V2 detector
https://wiki.sipeed.com/maixpy
Apache License 2.0
83 stars 40 forks source link

Can I retrain the trained model? #17

Closed sahinemreaslan closed 2 years ago

sahinemreaslan commented 2 years ago

I want to retrain using pretrained model. my project is based on object detection.

maix_train/train/detector/weights/ "mobilenet_7_5_224_tf_no_top.h5" Is it enough to replace it with the previous m_best.h5 model?

I actually want to do transfer learning thanks in advance

kissablemt commented 2 years ago

@voidstring this is the solution https://github.com/sipeed/maix_train/issues/21

sahinemreaslan commented 2 years ago

@kissablemt Thank you