MikeOfZen/Yet-Another-Openpose-Implementation

Pretrained Weights

carlosh93 opened this issue · 4 comments

Hello!
Thank you for this project. Do you have the pretrained weights available? I need to use the openpose model in my project, but I don't want to train it, just use its weights. I notice that you have two saved models in the trained_models folder however when I load any of them and run .summary() I get the following error:

ValueError: You tried to call count_params on block1_conv1, but the layer isn't built. You can build it manually via: block1_conv1.build(batch_input_shape)

Also, I notice that these trained models have a different number of layers in comparison with the models obtained by the ModelMaker class. Would you please provide your checkpoints or the final weights of your trained model such I can load the weights, maybe by the load_weights() function?

Thank you! Amazing work!

Hi Carlos,
I haven't touched the project (or TF) since finishing it a couple of months ago.
So I'm not sure why you are seeing this.
But I can provide the final checkpoint, sure!

Please find training data at:
https://console.cloud.google.com/storage/browser/dl_training_results
It was easier to make the training bucket public than finding a new way to share the checkpoints.

Great @MikeOfZen Thank you!

Please find training data at: https://console.cloud.google.com/storage/browser/dl_training_results It was easier to make the training bucket public than finding a new way to share the checkpoints.

@MikeOfZen
I checked the training Bucket . dl_training_results is empty. Can you please provide the checkpoints or permission to access the 'storage.object.list'?