EcoDynIZW / imageseg

R package for deep learning image segmentation
Other
19 stars 2 forks source link

Error in load_model_hdf5 #4

Closed ercro closed 1 year ago

ercro commented 1 year ago

I have successfully used the package before but yesterday when I tried to load a model I got the following message:

Error in load_model_hdf5(filepath = modelFile, custom_objects = restoreCustomObjects()) : The h5py Python package is required to save and load models

I tried on a different computer today and got the same message. Everything is up to date and the h5py package do exists. Any idea what might be the issue?

ercro commented 1 year ago

Don't now why it didn't work before but it does now.