keras_Realtime_Multi-Person_Pose_Estimation
keras_Realtime_Multi-Person_Pose_Estimation copied to clipboard
issue with reducing the number of stages
Hi,
If I truncate the number of stages I get the following error (included at the bottom of the post) I have altered the number of losses to reflect the number of stages. Notably the number of numpy arrays expected is always 2* the number of stages, whereas 12 numpy arrays are always presented. There are no pretrained weights for the stage blocks
Traceback (most recent call last):
File "train_pose_ownmod.py", line 172, in
Data generator supply ground truth to each stage to get loss on each stage. Reduce number of ground truths (and masks too) in input params and generator.
@anatolix how to reduce the input params and generator? i'm sorry for asking it cause i don't find the solution.
oh!, i find it!!
@Yukicuc Could you explain the solution? I met similar problem and didn't resolve it so far.
OK. Now I found the related code in ds_generator_client.py
. The groundtruth should be revised following the number of stages.