trained-models
trained-models copied to clipboard
Trained TensorFlow models for 3D image processing
closes #102
Maybe we should replace it with a separate action.yml which is then used by new_model.yml? @gaiborjosue What do you think?
The saved model and predict.py scripts can be found at https://github.com/neuroneural/topofit_fork.
@gaiborjosue quick question: Looking at the add model instructions, you said the path to data should be relative to the repo structure. But at inference time, in the zoo cmd-line,...
This is the model that needs to be integrated https://github.com/neuroneural/PialNN_fork
@Hoda1394 and @kaczmarj - renamed this repo, so it would allow us to track models that others have published as well. let's include a license file for every model that's...
https://github.com/neuroneural/CortexODE_fork
https://github.com/balbasty/nitorch @balbasty - posting this here. @Hoda1394 can guide as to what is needed.
TODO: I will be adding the UniverSeg model to this repo within the DDIG folder. Project webpage: https://universeg.csail.mit.edu Paper: http://arxiv.org/abs/2304.06131 Model weights: https://github.com/JJGO/UniverSeg/releases/tag/weights
1. users should be able to run the docker/singularity-ized forms of these models. currently the readme does not cover how to do this, nor a pointer to the docker container...