neuronets / trained-models

Trained TensorFlow models for 3D image processing
https://neuronets.dev/trained-models
22 stars 15 forks source link

Modifications to workflow to accommodate models to work with directories instead of files #84

Closed hvgazula closed 1 year ago

hvgazula commented 1 year ago

Pretty much all surface reconstruction models from William work with multiple files at once. I am on the lookout for models that work with only one file at inference time. This is to enable testing out the workflow.

satra commented 1 year ago

we did this for kwyk as well to create efficient use of gpu. isn't one file just a subset of the multiple file option?

hvgazula commented 1 year ago

It is. This was more from the GH actions standpoint. We missed that use case. it's been taken care of.