MCPcopy Create free account

hub / github.com/WHU-USI3DV/WHU-Railway3D / functions

Functions766 in github.com/WHU-USI3DV/WHU-Railway3D

Function__Pyx_PyErr_GivenExceptionMatches2
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:9358
Function__Pyx_PyInt_FromSize_t
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:9636
Function__Pyx_PyInt_From_long
CIntToPy */
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8278
Function__Pyx_PyObject_AsString
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:9421
Function__Pyx_PyObject_IsTrueAndDecref
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:9495
Function__Pyx_PyUnicode_FromString
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:9418
Function__Pyx_Py_UNICODE_strlen
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:693
Function__Pyx__ExceptionReset
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:7799
Function__Pyx__ExceptionSave
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:7784
Function__Pyx__GetBufferAndValidate
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:7300
Function__Pyx__GetModuleGlobalName
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:6710
Function__Pyx_c_eq_double
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8539
Function__Pyx_c_eq_float
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8384
Function__Pyx_c_is_zero_double
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8598
Function__Pyx_c_is_zero_float
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8443
Function__Pyx_call_destructor
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:298
Function__Pyx_object_dict_version_matches
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:6698
Function__Pyx_pretend_to_initialize
__GNUC__ */
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:807
Method__getitem__
Return the item at the given index
repos/KPConv-PyTorch/datasets/common.py:232
Method__getitem__
The main thread gives a list of indices to load a batch. Each worker is going to work in parallel to load a different list of indices
repos/KPConv-PyTorch/datasets/Railway3D.py:287
Method__getitem__
The main thread gives a list of indices to load a batch. Each worker is going to work in parallel to load a different list of indices
repos/KPConv-PyTorch/datasets/Railway3D_only_xyz.py:280
Method__getitem__
(self, idx)
repos/RandLA-Net-PyTorch/Railway3D_dataset.py:172
Method__getitem__
(self, item)
repos/RandLA-Net-PyTorch/Railway3D_dataset.py:207
Method__getitem__
(self, idx)
repos/RandLA-Net-PyTorch/Railway3D_dataset_xyz.py:180
Method__getitem__
(self, item)
repos/RandLA-Net-PyTorch/Railway3D_dataset_xyz.py:221
Method__init__
(self, net, chkp_path=None, on_gpu=True)
repos/KPConv-PyTorch/utils/tester.py:69
Method__init__
Initialize training parameters and reload previous model for restore/finetune :param net: network object :param config: co
repos/KPConv-PyTorch/utils/visualizer.py:56
Method__init__
Initialize training parameters and reload previous model for restore/finetune :param net: network object :param config: co
repos/KPConv-PyTorch/utils/trainer.py:59
Method__init__
Initialize parameters of the dataset here.
repos/KPConv-PyTorch/datasets/common.py:208
Method__init__
(self, dataset: Railway3DDataset)
repos/KPConv-PyTorch/datasets/Railway3D.py:978
Method__init__
(self, input_list)
repos/KPConv-PyTorch/datasets/Railway3D.py:1460
Method__init__
(self, dataset: Railway3DDataset)
repos/KPConv-PyTorch/datasets/Railway3D_only_xyz.py:975
Method__init__
(self, input_list)
repos/KPConv-PyTorch/datasets/Railway3D_only_xyz.py:1457
Method__init__
Initialize a batch normalization block. If network does not use batch normalization, replace with biases. :param in_dim: dimension
repos/KPConv-PyTorch/models/blocks.py:431
Method__init__
Initialize a standard unary block with its ReLU and BatchNorm. :param in_dim: dimension input features :param out_dim: dim
repos/KPConv-PyTorch/models/blocks.py:471
Method__init__
Initialize a simple convolution block with its ReLU and BatchNorm. :param in_dim: dimension input features :param out_dim:
repos/KPConv-PyTorch/models/blocks.py:508
Method__init__
Initialize a resnet bottleneck block. :param in_dim: dimension input features :param out_dim: dimension input features
repos/KPConv-PyTorch/models/blocks.py:565
Method__init__
Initialize a global average block with its ReLU and BatchNorm.
repos/KPConv-PyTorch/models/blocks.py:653
Method__init__
Initialize a nearest upsampling block with its ReLU and BatchNorm.
repos/KPConv-PyTorch/models/blocks.py:666
Method__init__
Initialize a max pooling block with its ReLU and BatchNorm.
repos/KPConv-PyTorch/models/blocks.py:684
Method__init__
(self, config, lbl_values, ign_lbls)
repos/KPConv-PyTorch/models/architectures.py:194
Method__init__
(self, dataset)
repos/RandLA-Net-PyTorch/test_Railway3D.py:94
Method__init__
(self)
repos/RandLA-Net-PyTorch/Railway3D_dataset.py:26
Method__init__
(self, dataset, split='training')
repos/RandLA-Net-PyTorch/Railway3D_dataset.py:182
Method__init__
( self, args: List[int], *, bn: bool = False, acti
repos/RandLA-Net-PyTorch/pytorch_utils.py:8
Method__init__
( self, in_size, out_size, kernel_size, stride,
repos/RandLA-Net-PyTorch/pytorch_utils.py:38
Method__init__
(self, in_size, batch_norm=None, name="")
repos/RandLA-Net-PyTorch/pytorch_utils.py:110
Method__init__
(self, in_size: int, *, name: str = "")
repos/RandLA-Net-PyTorch/pytorch_utils.py:120
Method__init__
(self, in_size: int, name: str = "")
repos/RandLA-Net-PyTorch/pytorch_utils.py:126
Method__init__
( self, in_size: int, out_size: int, *, kernel_siz
repos/RandLA-Net-PyTorch/pytorch_utils.py:132
Method__init__
( self, in_size: int, out_size: int, *, kernel_siz
repos/RandLA-Net-PyTorch/pytorch_utils.py:170
Method__init__
( self, model, bn_lambda, last_epoch=-1, setter=set_bn_momentum_default )
repos/RandLA-Net-PyTorch/pytorch_utils.py:257
Method__init__
(self, cfg)
repos/RandLA-Net-PyTorch/RandLANet.py:152
Method__init__
(self, d_in, d_out)
repos/RandLA-Net-PyTorch/RandLANet.py:207
Method__init__
(self, d_out)
repos/RandLA-Net-PyTorch/RandLANet.py:229
Method__init__
(self, d_in, d_out)
repos/RandLA-Net-PyTorch/RandLANet.py:277
Method__init__
(self)
repos/RandLA-Net-PyTorch/Railway3D_dataset_xyz.py:26
Method__init__
(self, dataset, split='training')
repos/RandLA-Net-PyTorch/Railway3D_dataset_xyz.py:190
Method__iter__
Yield next batch indices here. In this dataset, this is a dummy sampler that yield the index of batch element (input sphere) in epoch
repos/KPConv-PyTorch/datasets/Railway3D.py:992
Method__iter__
Yield next batch indices here. In this dataset, this is a dummy sampler that yield the index of batch element (input sphere) in epoch
repos/KPConv-PyTorch/datasets/Railway3D_only_xyz.py:989
Method__len__
Return the length of data here
repos/KPConv-PyTorch/datasets/common.py:226
Method__len__
Return the length of data here
repos/KPConv-PyTorch/datasets/Railway3D.py:281
Method__len__
The number of yielded samples is variable
repos/KPConv-PyTorch/datasets/Railway3D.py:1066
Method__len__
Return the length of data here
repos/KPConv-PyTorch/datasets/Railway3D_only_xyz.py:274
Method__len__
The number of yielded samples is variable
repos/KPConv-PyTorch/datasets/Railway3D_only_xyz.py:1063
Method__len__
(self)
repos/RandLA-Net-PyTorch/Railway3D_dataset.py:175
Method__len__
(self)
repos/RandLA-Net-PyTorch/Railway3D_dataset.py:211
Method__len__
(self)
repos/RandLA-Net-PyTorch/Railway3D_dataset_xyz.py:183
Method__len__
(self)
repos/RandLA-Net-PyTorch/Railway3D_dataset_xyz.py:225
Function__pyx_f_5numpy_PyArray_MultiIterNew1
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:4238
Function__pyx_f_5numpy_PyArray_MultiIterNew2
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:4285
Function__pyx_f_5numpy_PyArray_MultiIterNew3
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:4332
Function__pyx_f_5numpy_PyArray_MultiIterNew4
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:4379
Function__pyx_f_5numpy_PyArray_MultiIterNew5
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:4426
Function__pyx_f_5numpy_PyDataType_SHAPE
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:4473
Function__pyx_f_5numpy_get_array_base
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:5335
Function__pyx_f_5numpy_import_array
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:5416
Function__pyx_f_5numpy_import_ufunc
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:5674
Function__pyx_f_5numpy_import_umath
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:5545
Function__pyx_f_5numpy_set_array_base
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:5293
Function__pyx_pw_17nearest_neighbors_1knn
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:1818
Function__pyx_pw_17nearest_neighbors_3knn_batch
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:2301
Function__pyx_pw_17nearest_neighbors_5knn_batch_distance_pick
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:2809
Function__pyx_pymod_create
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:6182
Function__pyx_t_double_complex __Pyx_c_conj_double
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8601
Function__pyx_t_double_complex __Pyx_c_diff_double
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8548
Function__pyx_t_double_complex __Pyx_c_neg_double
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8592
Function__pyx_t_double_complex __Pyx_c_pow_double
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8615
Function__pyx_t_double_complex __Pyx_c_prod_double
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8554
Function__pyx_t_double_complex __Pyx_c_quot_double
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8561
Function__pyx_t_double_complex __Pyx_c_sum_double
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8542
Function__pyx_t_double_complex __pyx_t_double_complex_from_parts
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8519
Function__pyx_t_float_complex __Pyx_c_conj_float
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8446
Function__pyx_t_float_complex __Pyx_c_diff_float
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8393
Function__pyx_t_float_complex __Pyx_c_neg_float
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8437
Function__pyx_t_float_complex __Pyx_c_pow_float
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8460
Function__pyx_t_float_complex __Pyx_c_prod_float
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8399
Function__pyx_t_float_complex __Pyx_c_quot_float
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8406
Function__pyx_t_float_complex __Pyx_c_sum_float
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8387
Function__pyx_t_float_complex __pyx_t_float_complex_from_parts
repos/RandLA-Net-PyTorch/utils/nearest_neighbors/knn.cpp:8364
← previousnext →401–500 of 766, ranked by callers