classification_models_3D icon indicating copy to clipboard operation
classification_models_3D copied to clipboard

What are models trained on?

Open mazatov opened this issue 3 years ago • 3 comments

What are the models trained on? I see we can put imagenet as a parameter for weights. Do they have 3D stacks in imagenet?

mazatov avatar Dec 09 '21 10:12 mazatov

Initial models were trained on imagenet. Then imagenet weights were converted from 2D to 3D format.

ZFTurbo avatar Dec 10 '21 06:12 ZFTurbo

What algorithm are you using to inflate the weights from 2D to 3D?

mazatov avatar Dec 10 '21 16:12 mazatov

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

ZFTurbo avatar Dec 10 '21 22:12 ZFTurbo