Geological Modeling Using 3D Pixel-Adaptive and Deformable Convolutional Neural Network
PyTorch implementation of "Geological Modeling Using 3D Pixel-Adaptive and Deformable Convolutional Neural Network"
This codebase was developed and tested with pytorch 1.10.0 and CUDA 9.0 and Python 3.6.
This is the implementation of 3D deformable convolution in our network model
This is the implementation of 3D Pixel-Adaptive convolution in our network model
This is the data of our experiments.
As all of our code is kept secret for the time being, only the core part of the code will be shown. In addition, both modules are the reference of "Deformable Convolutional NetWorks" and "Pixel-Adaptive Convolutional Neural Networks". The whole code will be updated later.
Parts of the code is based on Pixel-Adaptive Convolutional Neural Networks and Deformable Convolutional NetWorks