Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Colin97/DeepMetaHandles
/ functions
Functions
47 in github.com/Colin97/DeepMetaHandles
⨍
Functions
47
◇
Types & classes
12
↓ 8 callers
Method
cross
data_preprocessing/sample_surface_points.cpp:55
↓ 8 callers
Function
log_string
(str)
src/train.py:74
↓ 6 callers
Function
add
data_preprocessing/sample_key_points.cpp:24
↓ 5 callers
Method
length
data_preprocessing/sample_surface_points.cpp:36
↓ 2 callers
Method
__init__
(self, channel)
src/pointnet_utils.py:8
↓ 2 callers
Function
_handle_pointcloud_input
If points is an instance of Pointclouds, retrieve the padded points tensor along with the number of points per batch and the padded normals.
src/losses.py:61
↓ 2 callers
Function
bn_momentum_adjust
(m, momentum)
src/utils.py:21
↓ 2 callers
Function
chamfer_distance
Chamfer distance between two pointclouds x and y. Args: x: FloatTensor of shape (N, P1, D) or a Pointclouds object representing
src/losses.py:99
↓ 2 callers
Function
load_txt
(file_name)
data_preprocessing/merge_data/merge_weight.py:8
↓ 2 callers
Function
render_mesh
(verts, faces)
src/render.py:15
↓ 2 callers
Function
triangle_area
(v, f)
src/losses.py:8
↓ 1 callers
Method
__init__
(self, num_basis)
src/network.py:35
↓ 1 callers
Function
_validate_chamfer_reduction_inputs
Check the requested reductions are valid. Args: batch_reduction: Reduction operation to apply for the loss across the batch,
src/losses.py:45
↓ 1 callers
Function
laplacian_cot
Returns the Laplacian matrix with cotangent weights and the inverse of the face areas. Args: meshes: Meshes object with a batch
src/laplacian.py:46
↓ 1 callers
Function
laplacian_loss
(src_meshes, def_meshes)
src/losses.py:42
↓ 1 callers
Function
mesh_laplacian
(meshes, def_meshes, method: str = "cot")
src/laplacian.py:3
↓ 1 callers
Function
normal_loss
(src_meshes, def_meshes)
src/losses.py:15
↓ 1 callers
Function
parse_args
()
src/train.py:21
↓ 1 callers
Function
parse_args
()
src/demo_meta_handle.py:8
↓ 1 callers
Function
parse_args
()
src/demo_target_driven_deform.py:8
↓ 1 callers
Function
randomPointTriangle
data_preprocessing/sample_surface_points.cpp:69
↓ 1 callers
Function
spfa
data_preprocessing/sample_key_points.cpp:36
Method
Point
data_preprocessing/sample_surface_points.cpp:14
Method
__getitem__
(self, idx)
src/datasets.py:86
Method
__init__
(self)
src/network.py:8
Method
__init__
(self, phase="train", data_dir="../data/chair")
src/datasets.py:46
Method
__init__
(self, k=64)
src/pointnet_utils.py:45
Method
__init__
(self)
src/pointnet_utils.py:84
Method
__len__
(self)
src/datasets.py:83
Method
dot
data_preprocessing/sample_surface_points.cpp:50
Method
forward
(self, x)
src/network.py:25
Method
forward
(self, src_pc, tar_pc, key_pts, w_pc)
src/network.py:92
Method
forward
(self, x)
src/pointnet_utils.py:24
Method
forward
(self, x)
src/pointnet_utils.py:63
Method
forward
(self, point_cloud, return_global)
src/pointnet_utils.py:100
Function
main
data_preprocessing/sample_surface_points.cpp:84
Function
main
data_preprocessing/calc_weight.cpp:18
Function
main
data_preprocessing/normalize.cpp:12
Function
main
data_preprocessing/sample_key_points.cpp:58
Function
my_collate
(batch)
src/datasets.py:6
Method
normalize
data_preprocessing/sample_surface_points.cpp:41
Method
operator*
data_preprocessing/sample_surface_points.cpp:31
Method
operator+
data_preprocessing/sample_surface_points.cpp:26
Method
operator-
data_preprocessing/sample_surface_points.cpp:21
Method
print
data_preprocessing/sample_surface_points.cpp:63
Function
weights_init
(m)
src/utils.py:4
Function
weights_init1
(m)
src/utils.py:13