MCPcopy Create free account

hub / github.com/AlexGeControl/3D-Point-Cloud-Analytics / functions

Functions825 in github.com/AlexGeControl/3D-Point-Cloud-Analytics

Methodnew_websocket_client
Echo back whatever is received.
image/usr/lib/noVNC/utils/websockify/tests/latency.py:23
Methodnew_websocket_client
Echo back whatever is received.
image/usr/lib/noVNC/utils/websockify/tests/echo.py:23
Methodnew_websocket_client
(self)
image/usr/lib/noVNC/utils/websockify/tests/load.py:28
Methodnew_websocket_client
Echo back whatever is received
image/usr/lib/noVNC/utils/websockify/other/websockify.rb:42
Methodpoll
(self)
image/usr/lib/noVNC/utils/websockify/websockify/websocketproxy.py:315
Methodpreprocess
Serialize Parameters ---------- serialized_example: str TFRecird serialized example
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/preprocess.py:289
Methodpreprocess
Serialize Parameters ---------- serialized_example: str TFRecird serialized example
workspace/assignments/05-deep-classification/preprocess.py:286
Functionprob_sample
(inp,inpr)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/pnet2_layers/cpp_modules.py:13
Functionprob_sample
(inp,inpr)
workspace/assignments/05-deep-classification/pnet2_layers/cpp_modules.py:13
Methodprocess_request
Override process_request to implement a counter
image/usr/lib/noVNC/utils/websockify/websockify/websocketproxy.py:584
Methodprocess_result
(self, resp)
image/usr/lib/noVNC/utils/websockify/websockify/token_plugins.py:81
Functionprovide_emitter
(file_paths)
image/usr/lib/noVNC/tests/run_from_console.zombie.js:6
Functionprovide_emitter
(file_paths, debug_port)
image/usr/lib/noVNC/tests/run_from_console.casper.js:18
Functionproxy_handler
image/usr/lib/noVNC/utils/websockify/other/websockify.c:235
Functionraise_oserror
(*args, **kwargs)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:48
Methodraise_oserror_ebadf
(fd)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:158
Functionrandomf
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/3d_interpolation/tf_interpolate.cpp:48
Functionrandomf
workspace/assignments/05-deep-classification/tf_ops/3d_interpolation/tf_interpolate.cpp:48
Functionread_calib
Read KITTI 3D Object calibration data for frame transformations Parameters ---------- filepath: str File path of KITTI 3D Ob
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/utils/velodyne.py:34
Functionread_measurements
Read Velodyne measurements from input bin file Parameters ---------- filepath: str File path of Velodyne measurements as bin
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/utils/velodyne.py:5
Functionread_point_cloud_bin
Read point cloud in bin format Parameters ---------- bin_path: str Input path of Oxford point cloud bin Returns ---
workspace/assignments/10-pose-estimation/utils/io.py:6
Functionread_point_cloud_bin
Read point cloud in bin format Parameters ---------- bin_path: str Input path of Oxford point cloud bin Returns ---
workspace/assignments/09-point-cloud-registration/utils/io.py:6
Functionread_registration_results
Read Parameters ---------- results_path: str Input path of point cloud registration results Returns ----------
workspace/assignments/10-pose-estimation/utils/io.py:31
Functionread_registration_results
Read Parameters ---------- results_path: str Input path of point cloud registration results Returns ----------
workspace/assignments/09-point-cloud-registration/utils/io.py:31
Methodrecv
(self, amt, flags=None)
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:45
Methodrecv
(self, amt, flags=None)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:59
Functionredirectme
()
image/usr/lib/web/lightop/__init__.py:94
Functionrun_server
()
image/usr/lib/web/run.py:72
Functionsample_and_group
(npoint, radius, nsample, xyz, points, knn=False, use_xyz=True)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/pnet2_layers/utils.py:19
Functionsample_and_group
(npoint, radius, nsample, xyz, points, knn=False, use_xyz=True)
workspace/assignments/05-deep-classification/pnet2_layers/utils.py:19
Functionsample_and_group_all
(xyz, points, use_xyz=True)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/pnet2_layers/utils.py:40
Functionsample_and_group_all
(xyz, points, use_xyz=True)
workspace/assignments/05-deep-classification/pnet2_layers/utils.py:40
Methodsegment
Segment objects
workspace/assignments/04-model-fitting/utils/segmenter.py:91
Functionsegment_ground_and_objects
Segment ground plane and foreground objects from Velodyne measurement Parameters ---------- point_cloud: numpy.ndarray Velod
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/segmentation/__init__.py:11
Methodselect_subprotocol
(self, protocols)
image/usr/lib/noVNC/utils/websockify/websockify/websockifyserver.py:45
Methodselect_subprotocol
(self, protocol)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:76
Methodsend_close
(code=nil, reason='')
image/usr/lib/noVNC/utils/websockify/other/websocket.rb:339
Methodsend_pong
Send a WebSocket pong frame.
image/usr/lib/noVNC/utils/websockify/websockify/websockifyserver.py:199
Methodserve
(io)
image/usr/lib/noVNC/utils/websockify/other/websocket.rb:74
MethodsetUp
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_auth_plugins.py:11
MethodsetUp
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:71
MethodsetUp
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:74
Functionshow_inlier_outlier
Visualize inliers and outliers
workspace/assignments/10-pose-estimation/utils/visualize.py:5
Functionshow_inlier_outlier
Visualize inliers and outliers
workspace/assignments/09-point-cloud-registration/utils/visualize.py:5
Functionshow_registration_result
Visualize point cloud registration results. Parameters ---------- pcd_source_keypoints: open3d.geometry.PointCloud keypoints
workspace/assignments/10-pose-estimation/utils/visualize.py:28
Functionshow_registration_result
Visualize point cloud registration results. Parameters ---------- pcd_source_keypoints: open3d.geometry.PointCloud keypoints
workspace/assignments/09-point-cloud-registration/utils/visualize.py:28
Functionsignal_handler
image/usr/lib/noVNC/utils/websockify/other/websocket.c:667
Methodsize
(self)
workspace/assignments/02-nearest-neighbor/result_set.py:26
Methodsize
(self)
workspace/assignments/02-nearest-neighbor/result_set.py:72
Methodstarted
Called after Websockets server startup (i.e. after daemonize)
image/usr/lib/noVNC/utils/websockify/websockify/websocketproxy.py:287
MethodtearDown
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:81
MethodtearDown
Called automatically after each test.
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:83
Methodtest_auth_plugin
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:128
Methodtest_bad_upgrade
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:56
Methodtest_bad_version
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:41
Methodtest_daemonize_ignores_ebadf_error_while_closing_fds
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:157
Methodtest_daemonize_raises_error_while_closing_fds
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:149
Methodtest_decode_hybi_binary
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:131
Methodtest_decode_hybi_extended_16bit_binary
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:141
Methodtest_decode_hybi_extended_64bit_binary
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:152
Methodtest_decode_hybi_multi
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:163
Methodtest_decode_hybi_text
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:120
Methodtest_do_handshake_no_ssl
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:210
Methodtest_do_handshake_ssl
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:231
Methodtest_do_handshake_ssl_error_eof_raises_close_error
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:253
Methodtest_do_handshake_ssl_without_cert_raises_error
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:239
Methodtest_do_handshake_ssl_without_ssl_raises_error
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:235
Methodtest_empty_handshake_fails
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:180
Methodtest_encode_hybi_basic
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:181
Methodtest_fallback_sigchld_handler
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:270
Methodtest_garbage_auth
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_auth_plugins.py:26
Methodtest_get_target
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:85
Methodtest_get_target_raises_error_on_unknown_token
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:106
Methodtest_get_target_unix_socket
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:96
Methodtest_handshake_fails_on_not_ready
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:169
Methodtest_handshake_policy_request
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:193
Methodtest_handshake_ssl_only_without_ssl_raises_error
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:197
Methodtest_invalid_password
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_auth_plugins.py:18
Methodtest_list_dir_with_file_only_returns_error
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:112
Methodtest_missing_key
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:67
Methodtest_missing_protocol
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:97
Methodtest_no_auth
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_auth_plugins.py:14
Methodtest_no_protocol
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:88
Methodtest_normal_get_with_only_upgrade_returns_error
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:98
Methodtest_protocol
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:74
Methodtest_socket_set_keepalive_options
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:316
Methodtest_start_server_error
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:274
Methodtest_start_server_keyboardinterrupt
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:288
Methodtest_start_server_systemexit
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:302
Methodtest_step
(self, input)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/models/cls_msg_model.py:116
Methodtest_step
(self, input)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/models/sem_seg_model.py:141
Methodtest_step
(self, input)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/models/cls_ssg_model.py:105
Methodtest_step
(self, input)
workspace/assignments/05-deep-classification/models/cls_msg_model.py:117
Methodtest_step
(self, input)
workspace/assignments/05-deep-classification/models/sem_seg_model.py:141
Methodtest_step
(self, input)
workspace/assignments/05-deep-classification/models/cls_ssg_model.py:112
Methodtest_success
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:30
Methodtest_token_plugin
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:114
Methodtest_valid_password
(self)
image/usr/lib/noVNC/utils/websockify/tests/test_auth_plugins.py:22
Functionthree_interpolate
(points, idx, weight)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/pnet2_layers/cpp_modules.py:87
Functionthree_interpolate
(points, idx, weight)
workspace/assignments/05-deep-classification/pnet2_layers/cpp_modules.py:87
← previousnext →701–800 of 825, ranked by callers