We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What are the models trained on? I see we can put imagenet as a parameter for weights. Do they have 3D stacks in imagenet?
imagenet
The text was updated successfully, but these errors were encountered:
Initial models were trained on imagenet. Then imagenet weights were converted from 2D to 3D format.
Sorry, something went wrong.
What algorithm are you using to inflate the weights from 2D to 3D?
Description of method can be found here: https://arxiv.org/abs/2104.01687
Code for conversion here: https://github.com/ZFTurbo/classification_models_3D/blob/master/convert_imagenet_weights_to_3D_models.py
No branches or pull requests
What are the models trained on? I see we can put
imagenet
as a parameter for weights. Do they have 3D stacks inimagenet
?The text was updated successfully, but these errors were encountered: