-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
COVID-19 library in torchvision #2877
Comments
@AlexTS1980 thanks for proposing this Feature Request. For instance, project maintainers/owners are working on defining the rules of what can be added as model or dataset. This detailed information will be exposed in CONTRIBUTING guide (#2663). cc @fmassa As alternatives, I can think of MONAI: https://github.com/Project-MONAI/MONAI |
What I mean is for example take this or this model and implement them as a part of torchvision library, so that they could be instantiated like VGG or ResNet, e.g. through |
I guess an easy way could be to publish weights to |
Alexnet, VGG are proven architectures, and e.g. VGG is very frequently used in transfer learning. What would be the advantage of having these networks in torchvision, instead of torch.hub? |
🚀 Feature
Library of models and dataset interfaces for COVID-19 models
Motivation
There are quite a few models (feature extractors, mask segmentation, classifiers) for COVID-19, both in pytorch and tensorflow. They use different datasets, making it hard to scientists to compare results and extend their findings. It would be good to (re-implement) at least some models and dataset interfaces as a library in torchvision
Pitch
Similar to the
models
anddatasets
in torchvision:models
for the published models (see below), at least those that come with pretrained weights (e.g. COVIDNet-CT), anddatasets
for open-source labelled dataset interfaces: eg. CNCB-CT, UCSD, MedSeg, Zenodo, especially mask extraction.Alternatives
None that I know of
Additional context
Some candidates include COVIDNet (x-rays), COVIDNet-CT (ct-scans), COVNet (ct-scans), JCS (ct-scans).
cc @pmeier
The text was updated successfully, but these errors were encountered: