ANTsX / ANTsPyNet

Pre-trained models and utilities for deep learning on medical images in Python
https://antspynet.readthedocs.io
Apache License 2.0
182 stars 28 forks source link

add pretrained submodule #90

Closed ncullen93 closed 4 months ago

ncullen93 commented 4 months ago

I honestly spent at least an hour looking through this repo before I even realized it had pretrained models. Those are so so valuable for people... I mean Huggingface is worth $5 billion just from having a bunch of pretrained weights for stupid LLM models. This PR helps make those models a bit more findable and prominent by adding a pretrained submodule. It will make it clear what is a pretrained model and what is not. Basically anything that calls "get_pretrained_network" should be in here.