conv1d, conv2d, conv3d
기술/Computer Vision

conv1d, conv2d, conv3d

https://pytorch.org/docs/stable/generated/torch.nn.Conv1d.html#torch.nn.Conv1d

 

Conv1d — PyTorch 1.10.0 documentation

Shortcuts

pytorch.org

https://pytorch.org/docs/stable/generated/torch.nn.Conv2d.html#torch.nn.Conv2d

 

Conv2d — PyTorch 1.10.0 documentation

Shortcuts

pytorch.org

https://pytorch.org/docs/stable/generated/torch.nn.Conv3d.html

 

Conv3d — PyTorch 1.10.0 documentation

Shortcuts

pytorch.org

 

3d Unet

https://github.com/fhaghighi/SemanticGenesis/blob/master/pytorch/models/ynet3d.py

 

GitHub - fhaghighi/SemanticGenesis: Official Keras & PyTorch Implementation and Pre-trained Models for Semantic Genesis - MICCAI

Official Keras & PyTorch Implementation and Pre-trained Models for Semantic Genesis - MICCAI 2020 - GitHub - fhaghighi/SemanticGenesis: Official Keras & PyTorch Implementation and Pre-train...

github.com

 

'기술 > Computer Vision' 카테고리의 다른 글

self-supervised learning  (0) 2022.01.17
랜덤 샘플 이미지  (0) 2021.10.06
image normalize, inverse normalize  (0) 2021.09.16
tensor image to numpy image, numpy image to tensor image  (0) 2021.09.16
컴퓨터비전 방법론들  (0) 2021.08.01