keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
1.01k stars 330 forks source link

Allow loading a model preset from a directory #2209

Closed mattdangerw closed 10 months ago

mattdangerw commented 10 months ago

With the goal of eventually opening up a path for users to contribute their own models preset, we are going to open up our preset format so it is not baked into the library.

We should be able to load a preset from a directory with contents...

metadata.json
config.json
model.weights.h5

This work is all happening on a feature branch for the Kaggle integration for now.

mattdangerw commented 10 months ago

This is in progress here -> https://github.com/keras-team/keras-cv/pull/2206