UNSAT3D / unsat

Input/Output tools for the UNSAT project
https://unsat3d.github.io/unsat/
Apache License 2.0
1 stars 0 forks source link

prediction pipeline #16

Open APJansen opened 6 months ago

APJansen commented 6 months ago

Given a trained model, we need a pipeline to use it easily.

I think what we want is:

tif file for one 3D scan day of one sample-> hdf5 data -> model -> hdf5 predictions -> tif file with class labels

chyalexcheng commented 6 months ago

Yes. This is what we want to achieve in the end.