vietanhdev / tf-blazepose

BlazePose - Super fast human pose detection on Tensorflow 2.x
194 stars 38 forks source link

File "/home/sa/anaconda3/envs/py38/lib/python3.8/site-packages/tensorflow/python/keras/saving/hdf5_format.py", line 175, in load_model_from_hdf5 raise ValueError('No model found in config file.') ValueError: No model found in config file. #15

Closed APeiZou closed 3 years ago

APeiZou commented 3 years ago

When I load the h5 model file, the code reports an error. File "/home/sa/anaconda3/envs/py38/lib/python3.8/site-packages/tensorflow/python/keras/saving/hdf5_format.py", line 175, in load_model_from_hdf5 raise ValueError('No model found in config file.') ValueError: No model found in config file.

devvikas commented 3 years ago

are you passing the correct path of h5 file in the config file at line # 33 in the pretrained_weights_path