MCPcopy Create free account

hub / github.com/EnyaHermite/PicassoPlus / types & classes

Types & classes49 in github.com/EnyaHermite/PicassoPlus

↓ 12 callersClassCustomMeshDataset
picasso/mesh/dataset_shape.py:7
↓ 11 callersClassPerItemConv3d
elementwise convolutionwith non-linear operation. e.g. per-pixel, per-point, per-voxel, per-facet, etc. Args: in_channels: numbe
picasso/mesh/layers.py:198
↓ 9 callersClassDualBlock
picasso/networks/pi2_blocks.py:8
↓ 8 callersClassMyFit
fit.py:8
↓ 6 callersClassEncoderMeshBlock
picasso/networks/pi2_blocks.py:65
↓ 4 callersClassCustomCollate
picasso/mesh/dataset_scene.py:57
↓ 4 callersClassCustomMeshDataset
This dataset suits meshes rendered offline. All information is stored in the .json file
picasso/mesh/dataset_scene.py:7
↓ 4 callersClassPicassoNetII
picasso/networks/scene_seg.py:12
↓ 4 callersClassSphHarmCoeff
Compute fuzzy coefficients for the facet2vertex convolution. We use spherical harmonics to achieve this. Returns: fuzzy filter coeffi
picasso/mesh/layers.py:331
↓ 4 callersClassV2VConv3d
picasso/mesh/layers.py:178
↓ 3 callersClassF2VConv3d
convolution to learn vertex features from adjacent facets Args: in_channels: number of input channels out_channels: number o
picasso/mesh/layers.py:123
↓ 3 callersClassFirstBlock
picasso/networks/pi2_blocks.py:98
↓ 3 callersClassPicassoNetII
picasso/networks/shape_seg.py:11
↓ 3 callersClassPicassoNetII
picasso/networks/shape_cls.py:12
↓ 3 callersClassV2FConv3d
feature propagation from vertex to facet Args: in_channels: number of input channels out_channels: number of output channels
picasso/mesh/layers.py:67
↓ 1 callersClassBuildSpharmCoeff
Compute fuzzy coefficients for the facet2vertex convolution. We use spherical harmonics to achieve this. Returns: fuzzy filter coeffi
picasso/point/layers.py:157
↓ 1 callersClassF2FConv3d
convolution on the facet textures Args: in_channels: number of input channels out_channels: number of output channels use_
picasso/mesh/layers.py:18
↓ 1 callersClassPCloudConv3d
3D separable convolution with non-linear operation. Args: in_channels: number of input channels out_channels: number of output
picasso/point/layers.py:19
↓ 1 callersClassTransformTexture
eval/evaluate_scannet_full.py:30
↓ 1 callersClassTransformTexture
eval/evaluate_s3dis_full.py:29
↓ 1 callersClassaugment_fn
train/train_shrec.py:35
↓ 1 callersClassaugment_fn
train/train_cubes.py:33
↓ 1 callersClassaugment_fn
train/train_human.py:35
↓ 1 callersClassaugment_fn
train/train_coseg.py:35
↓ 1 callersClassaugment_fn
train/train_s3dis_render.py:38
↓ 1 callersClassaugment_fn
train/train_shapenetcore.py:34
↓ 1 callersClassaugment_fn
train/train_faust_match.py:35
↓ 1 callersClassaugment_fn
train/train_scannet_render.py:37
ClassAugment
picasso/augmentor.py:6
ClassAvgPoolFunction
picasso/mesh/pi_modules/pool3d.py:27
ClassAvgPoolFunction
picasso/point/pi_modules/pool3d.py:25
ClassBuildF2VCoeff
Compute fuzzy coefficients for the facet2vertex convolution Returns: fuzzy filter coefficients
picasso/mesh/layers.py:299
ClassConvFunction
picasso/point/pi_modules/conv3d.py:5
ClassFirstBlockTexture
picasso/networks/pi2_blocks.py:113
ClassFuzzyConv3dFunction
picasso/point/pi_modules/conv3d.py:26
ClassGlobalPool3d
3D Global Mesh pooling.
picasso/mesh/layers.py:242
ClassInterpolateFunction
picasso/mesh/pi_modules/unpool3d.py:5
ClassInterpolateFunction
picasso/point/pi_modules/unpool3d.py:5
ClassMaxPoolFunction
picasso/mesh/pi_modules/pool3d.py:5
ClassMaxPoolFunction
picasso/point/pi_modules/pool3d.py:5
ClassMeshHierarchy
picasso/mesh/utils.py:32
ClassPerItemConv3d
elementwise convolution with non-linear operation. e.g. per-pixel, per-point, per-voxel, per-facet, etc. Args: in_channels: numb
picasso/point/layers.py:78
ClassPool3d
3D Mesh pooling. Args: pooling method, default to 'max' Returns: Variable tensor
picasso/mesh/layers.py:263
ClassPool3d
3D point cloud pooling. Args: pooling method, default to 'max' Returns: Variable tensor of shape [concat_Mp,C]
picasso/point/layers.py:122
ClassUnpool3d
3D Mesh unpooling Returns: Variable tensor
picasso/mesh/layers.py:285
ClassUnpool3d
3D unpooling Returns: outputs: float32 tensor of shape [concat_Np,C], unpooled features
picasso/point/layers.py:144
Classf2f_Function
picasso/mesh/pi_modules/conv3d.py:5
Classf2v_Function
picasso/mesh/pi_modules/conv3d.py:71
Classv2f_Function
picasso/mesh/pi_modules/conv3d.py:40