MCPcopy Create free account

hub / github.com/EryiXie/PlaneRecNet / functions

Functions218 in github.com/EryiXie/PlaneRecNet

Methodget_depth_path
(self, rgb_file_name)
data/datasets.py:216
Methodget_depth_path
(self, rgb_file_name)
data/datasets.py:229
Methodget_plane_para
(self, target)
data/datasets.py:204
Methodget_plane_para
(self, target)
data/datasets.py:246
Functionget_surface_normal
Surface normal computation method from GeoNet https://github.com/xjqi/GeoNet
models/functions/funcs.py:240
Methodgradinator
(x)
train.py:179
Functionimresize_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
Methodis_finished
(self)
utils/utils.py:75
Functionkaiming_init
( module, mode="fan_out", nonlinearity="relu", bias=0, distribution="normal" )
models/functions/funcs.py:317
Functionno_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
Functionnormal_init
(module, mean=0, std=1, bias=0)
models/functions/funcs.py:305
Functionprint_stats
Prints the current timing information into a table.
utils/timer.py:108
Methodpull_anno
Returns the original annotation of image at index Argument: index (int): index of img to get annotation of Return:
data/datasets.py:147
Methodpull_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
Functionreset
Resets the current timer. Call this at the start of an iteration.
utils/timer.py:45
Methodscatter
(self, inputs, kwargs, device_ids)
train.py:159
Functionuniform_init
(module, a=0, b=1, bias=0)
models/functions/funcs.py:311
Functionxavier_init
(module, gain=1, bias=0, distribution="normal")
models/functions/funcs.py:295
← previous201–218 of 218, ranked by callers