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
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.
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.