Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCR-PEFT/C-MCR
/ functions
Functions
1,841 in github.com/MCR-PEFT/C-MCR
⨍
Functions
1,841
◇
Types & classes
465
↳
Endpoints
2
↓ 2 callers
Method
load_label_kitti
(label_path, remap_lut)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/preprocess/data_pre.py:34
↓ 2 callers
Method
no_weight_decay
(self)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/models/backbone/pointvit.py:119
↓ 2 callers
Function
norm_cdf
(x)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/models/layers/weight_init.py:11
↓ 2 callers
Function
one_hot
(x, num_classes, on_value=1., off_value=0., device='cuda')
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/transforms/point_transformer_gpu.py:412
↓ 2 callers
Function
opt_n_threads
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/cpp/pointops/src/cuda_utils.h:11
↓ 2 callers
Function
pointMLP
(**kwargs)
cmcr/ULIP/models/pointmlp/pointMLP.py:352
↓ 2 callers
Method
project_clap
(self, clap_emb: Tensor)
cmcr/cmcr_model.py:41
↓ 2 callers
Method
project_ulip
(self, ulip_emb: Tensor)
cmcr/cmcr_model.py:101
↓ 2 callers
Function
projection
(p, grad, perturb, delta: float, wd_ratio: float, eps: float)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/optim/adamp.py:25
↓ 2 callers
Function
query_ball_point
Input: radius: local region radius nsample: max sample number in local region xyz: all points, [B, N, 3] new_xyz:
cmcr/ULIP/models/pointnet2/pointnet2_utils.py:87
↓ 2 callers
Function
random_sample
(xyz, npoint)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/models/layers/subsample.py:70
↓ 2 callers
Function
resize
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:103
↓ 2 callers
Function
resize
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/cpp/subsampling/cpp_utils/nanoflann/nanoflann.hpp:103
↓ 2 callers
Method
sample
(self, xyz, feature=None, batch=None)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/models/layers/subsample.py:49
↓ 2 callers
Method
saveIndex_
Stores the index in a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so when loading the index object it must
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/nanoflann.hpp:1091
↓ 2 callers
Method
saveIndex_
Stores the index in a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so when * loading the index object it m
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/cpp_wrappers/cpp_utils/nanoflann/nanoflann.hpp:1050
↓ 2 callers
Method
saveIndex_
Stores the index in a binary file. * IMPORTANT NOTE: The set of data points is NOT stored in the file, so when * loading the index object it m
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/cpp/subsampling/cpp_utils/nanoflann/nanoflann.hpp:1050
↓ 2 callers
Function
square_distance
Calculate Euclid distance between each two points. src^T * dst = xn * xm + yn * ym + zn * zm; sum(src^2, dim=-1) = xn*xn + yn*yn + zn*zn
cmcr/ULIP/models/pointnet2/pointnet2_utils.py:19
↓ 2 callers
Function
square_distance
Calculate Euclid distance between each two points. src^T * dst = xn * xm + yn * ym + zn * zm; sum(src^2, dim=-1) = xn*xn + yn*yn + zn*zn;
cmcr/ULIP/models/pointmlp/pointMLP.py:23
↓ 2 callers
Function
square_distance
Calculate Euclid distance between each two points.
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/models/backbone/curvenet.py:214
↓ 2 callers
Function
square_distance
Calculate Euclid distance between each two points. src^T * dst = xn * xm + yn * ym + zn * zm; sum(src^2, dim=-1) = xn*xn + yn*yn + zn*zn;
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/models/backbone/pointmlp.py:44
↓ 2 callers
Method
step
(self, epoch=None)
cmcr/ULIP/models/pointbert/misc.py:157
↓ 2 callers
Method
synchronize
(self)
cmcr/ULIP/main.py:514
↓ 2 callers
Function
test_zeroshot_3d_core
(test_loader, model, tokenizer, args=None)
cmcr/ULIP/main.py:345
↓ 2 callers
Method
update_slow
(self, group)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/optim/lookahead.py:31
↓ 2 callers
Function
validate
(model, val_loader, cfg)
cmcr/ULIP/models/pointnext/PointNeXt/examples/classification/train.py:289
↓ 2 callers
Function
vis_points
Visualize a point cloud Note about direction in the visualization: x: horizontal right (red arrow), y: vertical up (green arrow), and z: inside (
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/vis3d.py:27
↓ 1 callers
Function
IoU_from_confusions
Computes IoU from confusion matrices. :param confusions: ([..., n_c, n_c] np.int32). Can be any dimension, the confusion matrices should be d
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/utils/metrics.py:236
↓ 1 callers
Method
M
(axis, theta)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/transforms/point_transformer_gpu.py:273
↓ 1 callers
Method
M
(axis, theta)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/transforms/point_transform_cpu.py:53
↓ 1 callers
Function
PointNEXT
()
cmcr/ULIP/models/pointnext/pointnext.py:18
↓ 1 callers
Function
__Pyx_BufFmt_CheckString
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7151
↓ 1 callers
Function
__Pyx_BufFmt_Init
BufferFormatCheck */
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6786
↓ 1 callers
Function
__Pyx_BufFmt_ParseNumber
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6813
↓ 1 callers
Function
__Pyx_BufFmt_TypeCharToAlignment
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6910
↓ 1 callers
Function
__Pyx_BufFmt_TypeCharToGroup
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6960
↓ 1 callers
Function
__Pyx_BufFmt_TypeCharToNativeSize
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6881
↓ 1 callers
Function
__Pyx_BufFmt_TypeCharToPadding
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6942
↓ 1 callers
Function
__Pyx_BufFmt_TypeCharToStandardSize
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6863
↓ 1 callers
Function
__Pyx_CLineForTraceback
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:8050
↓ 1 callers
Function
__Pyx_CreateCodeObjectForTraceback
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:8174
↓ 1 callers
Function
__Pyx_ErrFetchInState
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7354
↓ 1 callers
Function
__Pyx_ErrRestoreInState
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7342
↓ 1 callers
Function
__Pyx_GetBuffer
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:8256
↓ 1 callers
Function
__Pyx_Import
Import */
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7984
↓ 1 callers
Function
__Pyx_InBases
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:9271
↓ 1 callers
Function
__Pyx_InitCachedBuiltins
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:5885
↓ 1 callers
Function
__Pyx_InitCachedConstants
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:5895
↓ 1 callers
Function
__Pyx_InitGlobals
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6018
↓ 1 callers
Function
__Pyx_InitStrings
InitStrings */
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:9386
↓ 1 callers
Function
__Pyx_PyCFunction_FastCall
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7525
↓ 1 callers
Function
__Pyx_PyDict_GetItem
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7727
↓ 1 callers
Function
__Pyx_PyErr_ExceptionMatchesTuple
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7825
↓ 1 callers
Function
__Pyx_PyErr_GetTopmostException
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7769
↓ 1 callers
Function
__Pyx_PyErr_GivenExceptionMatchesTuple
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:9325
↓ 1 callers
Function
__Pyx_PyNumber_IntOrLongWrongResultType
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:9502
↓ 1 callers
Function
__Pyx_PyObject_CallMethO
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7667
↓ 1 callers
Function
__Pyx_PyUnicode_AsStringAndSize
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:9427
↓ 1 callers
Function
__Pyx_RaiseDoubleKeywordsError
RaiseDoubleKeywords */
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6450
↓ 1 callers
Function
__Pyx_RaiseNeedMoreValuesError
RaiseNeedMoreValuesToUnpack */
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7756
↓ 1 callers
Function
__Pyx_RaiseNoneNotIterableError
RaiseNoneIterError */
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7763
↓ 1 callers
Function
__Pyx_RaiseTooManyValuesError
RaiseTooManyValuesToUnpack */
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7750
↓ 1 callers
Function
__Pyx_ReleaseBuffer
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:8262
↓ 1 callers
Function
__Pyx_ZeroBuffer
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7293
↓ 1 callers
Function
__Pyx__PyObject_CallOneArg
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7687
↓ 1 callers
Function
__Pyx_c_abs_double
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:8608
↓ 1 callers
Function
__Pyx_c_abs_float
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:8453
↓ 1 callers
Function
__Pyx_check_binary_version
CheckBinaryVersion */
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:9370
↓ 1 callers
Function
__Pyx_check_single_interpreter
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6144
↓ 1 callers
Function
__Pyx_init_sys_getdefaultencoding_params
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:725
↓ 1 callers
Function
__Pyx_modinit_function_export_code
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6049
↓ 1 callers
Function
__Pyx_modinit_function_import_code
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6110
↓ 1 callers
Function
__Pyx_modinit_global_init_code
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6033
↓ 1 callers
Function
__Pyx_modinit_type_import_code
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6065
↓ 1 callers
Function
__Pyx_modinit_type_init_code
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6057
↓ 1 callers
Function
__Pyx_modinit_variable_export_code
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6041
↓ 1 callers
Function
__Pyx_modinit_variable_import_code
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:6102
↓ 1 callers
Method
__init__
(self, device='cpu')
cmcr/cmcr_model.py:17
↓ 1 callers
Method
__init__
(self, normal_channel=False)
cmcr/ULIP/models/pointnet2/pointnet2.py:7
↓ 1 callers
Method
__init__
(self, tf: tarfile.TarFile = None, ti: tarfile.TarInfo = None)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/parsers/parser_image_in_tar.py:33
↓ 1 callers
Method
__init__
(self, drop_prob=None, scale_by_keep=True)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/models/layers/drop.py:158
↓ 1 callers
Method
__init__
(self, encoder_channel)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/models/classification/point_bert.py:11
↓ 1 callers
Method
__init__
(self, **kwargs)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/loss/cross_entropy.py:33
↓ 1 callers
Function
__pyx_buffmt_parse_array
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:7107
↓ 1 callers
Function
__pyx_f_5numpy__util_dtypestring
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:4547
↓ 1 callers
Function
__pyx_find_code_object
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:8112
↓ 1 callers
Function
__pyx_insert_code_object
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:8126
↓ 1 callers
Function
__pyx_pf_17nearest_neighbors_2knn_batch
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:2386
↓ 1 callers
Function
__pyx_pf_17nearest_neighbors_4knn_batch_distance_pick
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:2894
↓ 1 callers
Function
__pyx_pf_17nearest_neighbors_knn
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:1903
↓ 1 callers
Function
__pyx_pf_5numpy_7ndarray_2__releasebuffer__
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:4157
↓ 1 callers
Function
__pyx_pf_5numpy_7ndarray___getbuffer__
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:3395
↓ 1 callers
Function
__pyx_pw_5numpy_7ndarray_1__getbuffer__
proto*/
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:3384
↓ 1 callers
Function
__pyx_pw_5numpy_7ndarray_3__releasebuffer__
proto*/
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/semantic_kitti/utils/nearest_neighbors/knn.cpp:4148
↓ 1 callers
Method
_add_children
Add children for a registry. The ``registry`` will be added as children based on its scope. The parent registry could build objects fr
cmcr/ULIP/utils/registry.py:149
↓ 1 callers
Method
_add_children
Add children for a registry. The ``registry`` will be added as children based on its scope. The parent registry could build objects fr
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/utils/registry.py:151
↓ 1 callers
Method
_apply_noise
(self, epoch)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/scheduler/plateau_lr.py:93
↓ 1 callers
Method
_approx_sq_grad
(self, exp_avg_sq_row, exp_avg_sq_col)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/optim/adafactor.py:74
↓ 1 callers
Function
_cached_log_stream
(filename)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/utils/logger.py:99
↓ 1 callers
Function
_extract_tarinfo
(tf: tarfile.TarFile, parent_info: Dict, extensions=IMG_EXTENSIONS)
cmcr/ULIP/models/pointnext/PointNeXt/openpoints/dataset/parsers/parser_image_in_tar.py:42
← previous
next →
301–400 of 1,841, ranked by callers