michalfaber / tensorflow_Realtime_Multi-Person_Pose_Estimation

Multi-Person Pose Estimation project for Tensorflow 2.0 with a small and fast model based on MobilenetV3
Other
215 stars 65 forks source link

Questions about the learning strategy of mobilenetv2-openpose #28

Open fangzhiyuan1995 opened 3 years ago

fangzhiyuan1995 commented 3 years ago

Excuse me, I want to retrain the model with three refinement stage, but I'm not sure how to set the training strategy. So, I want know the weights_path = "best_pose_mobilenet_model/weights.best.mobilenet.h5" this mobilenetv2-openpose 2stage model trained by train_custom_loop_mobilenet.py? batch-size=10,max-epochs=100? AND no mask?