Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EryiXie/PlaneRecNet
/ functions
Functions
218 in github.com/EryiXie/PlaneRecNet
⨍
Functions
218
◇
Types & classes
49
Method
get_depth_path
(self, rgb_file_name)
data/datasets.py:216
Method
get_depth_path
(self, rgb_file_name)
data/datasets.py:229
Method
get_plane_para
(self, target)
data/datasets.py:204
Method
get_plane_para
(self, target)
data/datasets.py:246
Function
get_surface_normal
Surface normal computation method from GeoNet https://github.com/xjqi/GeoNet
models/functions/funcs.py:240
Method
gradinator
(x)
train.py:179
Function
imresize_like
Resize image to the same size of a given image. Args: img (ndarray): The input image. dst_img (ndarray): The target image.
models/functions/funcs.py:123
Method
is_finished
(self)
utils/utils.py:75
Function
kaiming_init
( module, mode="fan_out", nonlinearity="relu", bias=0, distribution="normal" )
models/functions/funcs.py:317
Function
no_inf_mean
Computes the mean of a vector, throwing out all inf values. If there are no non-inf values, this will return inf (i.e., just the normal mean)
train.py:423
Function
normal_init
(module, mean=0, std=1, bias=0)
models/functions/funcs.py:305
Function
print_stats
Prints the current timing information into a table.
utils/timer.py:108
Method
pull_anno
Returns the original annotation of image at index Argument: index (int): index of img to get annotation of Return:
data/datasets.py:147
Method
pull_depth
Returns the original depth map object at index in uint16 Argument: index (int): index of img to show Return: n
data/datasets.py:134
Function
reset
Resets the current timer. Call this at the start of an iteration.
utils/timer.py:45
Method
scatter
(self, inputs, kwargs, device_ids)
train.py:159
Function
uniform_init
(module, a=0, b=1, bias=0)
models/functions/funcs.py:311
Function
xavier_init
(module, gain=1, bias=0, distribution="normal")
models/functions/funcs.py:295
← previous
201–218 of 218, ranked by callers