MCPcopy Create free account

hub / github.com/aistairc/PinSout / functions

Functions312 in github.com/aistairc/PinSout

↓ 64 callersMethodwrite
Write PLY data to a writeable file-like object or filename.
src/utils/plyfile.py:291
↓ 63 callersMethodgetCityObjectID
(self)
src/citygml/PointCloud_To_CityGML.py:112
↓ 59 callersMethodgetSurfaceGeometryID
(self)
src/citygml/PointCloud_To_CityGML.py:126
↓ 10 callersMethodget_range
Making the bouning box information Finding the Minimum and Maximum points of X, Y and Z and add the epsilon value Arg
src/plane_ransac.py:612
↓ 10 callersMethodmakePolygonz
(self, sideinfo)
src/citygml/PointCloud_To_CityGML.py:84
↓ 9 callersMethoddtype
Return the numpy dtype of the in-memory representation of the data. (If there are no list properties, and the PLY format is
src/utils/plyfile.py:446
↓ 9 callersMethodgetSurfaceGmlID
(self)
src/citygml/PointCloud_To_CityGML.py:188
↓ 9 callersFunctionlog_string
(out_str)
src/sem_seg/train.py:100
↓ 9 callersFunctionlog_string
(out_str)
src/sem_seg/model/log_6cls_test16/train.py:98
↓ 9 callersFunctionlog_string
(out_str)
src/sem_seg/model/log6class/train.py:95
↓ 9 callersFunctionlog_string
(out_str)
src/sem_seg/model/log13class/train.py:97
↓ 9 callersFunctionlog_string
(out_str)
src/sem_seg/model/log_5cls/train.py:97
↓ 9 callersFunctionlog_string
(out_str)
src/sem_seg/model/log_6cls/train.py:95
↓ 8 callersFunction_lookup_type
(type_str)
src/utils/plyfile.py:80
↓ 8 callersMethodupdateEnvelop
(self, surfaceData, objectID)
src/citygml/PointCloud_To_CityGML.py:500
↓ 7 callersFunctionlog_string
(out_str)
src/sem_seg/model/log6/train.py:97
↓ 6 callersFunction_variable_on_cpu
Helper to create a Variable stored on CPU memory. Args: name: name of the variable shape: list of ints initializer: initializer
src/utils/tf_util.py:11
↓ 6 callersMethodmakeRoomObject
(self, objectClassID)
src/citygml/PointCloud_To_CityGML.py:328
↓ 5 callersFunction_variable_with_weight_decay
Helper to create an initialized Variable with weight decay. Note that the Variable is initialized with a truncated normal distribution. A wei
src/utils/tf_util.py:26
↓ 5 callersMethodread
Read PLY data from a readable file-like object or filename.
src/utils/plyfile.py:275
↓ 4 callersFunctionbatch_norm_template
Batch normalization on convolutional maps and beyond... Ref.: http://stackoverflow.com/questions/33949786/how-could-i-use-batch-normalization-in-
src/utils/tf_util.py:454
↓ 4 callersMethoddtype
Return the numpy dtype description for this property (as a tuple of strings).
src/utils/plyfile.py:770
↓ 4 callersMethodlist_dtype
Return the pair (len_dtype, val_dtype) (both numpy-friendly strings).
src/utils/plyfile.py:847
↓ 4 callersMethodmakeCityObject
(self, objectClassID)
src/citygml/PointCloud_To_CityGML.py:230
↓ 4 callersMethodmakeThematicSurface
(self, id, objectClassID, CityObjectRoot, rootSurfaceID)
src/citygml/PointCloud_To_CityGML.py:225
↓ 3 callersMethod_check_sanity
(self)
src/utils/plyfile.py:413
↓ 3 callersMethoddeleteString
(self, myString, position)
src/citygml/PointCloud_To_CityGML.py:107
↓ 3 callersFunctiondraw_point_cloud
Render point cloud to image with alpha channel. Input: points: Nx3 numpy array (+y is up direction) Output: g
src/utils/pc_util.py:97
↓ 3 callersMethodgetRoomID
(self)
src/citygml/PointCloud_To_CityGML.py:194
↓ 3 callersFunctionget_model
ConvNet baseline, input is BxNx3 gray image
src/sem_seg/model.py:22
↓ 3 callersMethodget_newGraph
(self, G, cycles_list)
src/graph_cycle_new.py:124
↓ 3 callersMethodinsertString
(self, myString, position, insertStr )
src/citygml/PointCloud_To_CityGML.py:101
↓ 3 callersMethodmakeThematicSurfaceRoom
(self, id, objectClassID, CityObjectRoom, rootSurfaceID)
src/citygml/PointCloud_To_CityGML.py:219
↓ 3 callersMethodmake_room_info
Making the wall information using PointCloud data Clustering the original point cloud data. Extracting the plane data from th
src/plane_ransac.py:514
↓ 2 callersMethod__init__
elements: sequence of PlyElement instances. text: whether the resulting PLY file will be text (True) or binary (False).
src/utils/plyfile.py:165
↓ 2 callersMethod_index
(self)
src/utils/plyfile.py:428
↓ 2 callersFunction_open_stream
(stream, read_or_write)
src/utils/plyfile.py:355
↓ 2 callersFunctionbatch_norm_for_conv2d
Batch normalization on 2D convolutional maps. Args: inputs: Tensor, 4D BHWC input maps is_training: boolean tf.Varialbe, tr
src/utils/tf_util.py:522
↓ 2 callersMethodcheck_bbox2
Check if the bounding box intersects Check if the bounding box intersects using the min and max points of the bounding box. Args
src/plane_ransac.py:958
↓ 2 callersMethodcheck_distance_plane
Checking the distance between point and plane Find the number of points where the distance between the planes is 0.05 or less and cal
src/plane_ransac.py:208
↓ 2 callersMethodclustering
Clustering the orginal point cloud data The voxelization of the original data for the downsampling. Extract clustered data fr
src/plane_ransac.py:32
↓ 2 callersMethoddescribe
Construct a PlyElement from an array's metadata. len_types and val_types can be given as mappings from list property names t
src/utils/plyfile.py:507
↓ 2 callersMethoddo_plane_ransac
Finding the plane from point cloud data Calculate the surface normals for each point by fitting a plane to the nearest. Args:
src/GeneratePointCloud_New.py:88
↓ 2 callersMethodextend_bbox
(self, side_points, e)
src/plane_ransac.py:990
↓ 2 callersMethodgetOpeningID
(self)
src/citygml/PointCloud_To_CityGML.py:162
↓ 2 callersMethodgetSurfaceGeometry
(self, surface_id, surface)
src/citygml/PointCloud_To_CityGML.py:138
↓ 2 callersMethodgetThematicSurfaceID
(self)
src/citygml/PointCloud_To_CityGML.py:175
↓ 2 callersMethodget_area
Calculate the size of the area Calculate the size of the area with data using a bounding box. Args: bbox_range: Boun
src/plane_ransac.py:634
↓ 2 callersFunctionget_deconv_dim
(dim_size, stride_size, kernel_size, padding)
src/utils/tf_util.py:220
↓ 2 callersFunctionget_loss
pred: B,N,13 label: B,N
src/sem_seg/model.py:63
↓ 2 callersFunctionget_model
ConvNet baseline, input is BxNx3 gray image
src/sem_seg/model/log6/model.py:19
↓ 2 callersFunctionget_model
ConvNet baseline, input is BxNx3 gray image
src/sem_seg/model/log_6cls_test16/model.py:20
↓ 2 callersFunctionget_model
ConvNet baseline, input is BxNx3 gray image
src/sem_seg/model/log6class/model.py:19
↓ 2 callersFunctionget_model
ConvNet baseline, input is BxNx3 gray image
src/sem_seg/model/log13class/model.py:19
↓ 2 callersFunctionget_model
ConvNet baseline, input is BxNx3 gray image
src/sem_seg/model/log_5cls/model.py:19
↓ 2 callersFunctionget_model
ConvNet baseline, input is BxNx3 gray image
src/sem_seg/model/log_6cls/model.py:19
↓ 2 callersMethodmakeOpening
(self, id, objectClassID, rootSurfaceID)
src/citygml/PointCloud_To_CityGML.py:207
↓ 2 callersMethodmakeOpeningToThemSurface
(self, openingID, thematicID)
src/citygml/PointCloud_To_CityGML.py:213
↓ 2 callersMethodmakePolygonz2
(self, sideinfo)
src/citygml/PointCloud_To_CityGML.py:93
↓ 2 callersMethodmake_graph
Generate edge information to create a graph Using the intersection of each face, create edge information that makes up the face
src/graph_cycle_new.py:64
↓ 2 callersFunctionmake_point_label
Find and subtract the minimum value of the segmented data If the number of points of each data in the list is 500 or more, the minimum value
src/plyTo3Dmodel.py:219
↓ 2 callersFunctionmat2euler
Discover Euler angle vector from 3x3 matrix Uses the conventions above. Parameters ---------- M : array-like, shape (3,3) cy_th
src/utils/eulerangles.py:198
↓ 2 callersFunctionplaceholder_inputs
(batch_size, num_point)
src/sem_seg/model.py:14
↓ 2 callersFunctionroom2blocks
Prepare block training data. Args: data: N x 6 numpy array, 012 are XYZ in meters, 345 are RGB in [0,1] assumes the data is s
src/sem_seg/indoor3d_util.py:131
↓ 2 callersMethodvisual_viewer
Visualizing Pointcloud data Args: cloud_list: list of PointClouds Returns: Visualizing Pointclouds data
src/plane_ransac.py:1260
↓ 1 callersMethodMakeRoomObject
1. 26 - building object 2. 41 - room 3. 31 - interior wallsurface 4. 32 - floor 5. 30 - ceilling
src/citygml/PointCloud_To_CityGML.py:800
↓ 1 callersMethod_check_name
(self)
src/utils/plyfile.py:441
↓ 1 callersMethod_check_name
(self)
src/utils/plyfile.py:741
↓ 1 callersMethod_from_fields
Parse from generator. Raise StopIteration if the property could not be read.
src/utils/plyfile.py:778
↓ 1 callersMethod_index
(self)
src/utils/plyfile.py:213
↓ 1 callersMethod_parse_header
Parse a PLY header from a readable file-like stream.
src/utils/plyfile.py:220
↓ 1 callersMethod_parse_multi
Parse a list of PLY element definitions.
src/utils/plyfile.py:458
↓ 1 callersMethod_parse_one
Consume one element definition. The unconsumed input is returned along with a PlyElement instance.
src/utils/plyfile.py:471
↓ 1 callersMethod_read
Read the actual data from a PLY file.
src/utils/plyfile.py:567
↓ 1 callersMethod_read_bin
Load a PLY element from a binary PLY file. The element may contain list properties.
src/utils/plyfile.py:656
↓ 1 callersMethod_read_txt
Load a PLY element from an ASCII-format PLY file. The element may contain list properties.
src/utils/plyfile.py:611
↓ 1 callersFunction_split_line
(line, n)
src/utils/plyfile.py:91
↓ 1 callersMethod_to_fields
Return generator over one item.
src/utils/plyfile.py:786
↓ 1 callersMethod_write
Write the data to a PLY file.
src/utils/plyfile.py:593
↓ 1 callersMethod_write_bin
Save a PLY element to a binary PLY file. The element may contain list properties.
src/utils/plyfile.py:673
↓ 1 callersMethod_write_txt
Save a PLY element to an ASCII-format PLY file. The element may contain list properties.
src/utils/plyfile.py:643
↓ 1 callersFunctionbatch_norm_for_conv1d
Batch normalization on 1D convolutional maps. Args: inputs: Tensor, 3D BLC input maps is_training: boolean tf.Varialbe, tru
src/utils/tf_util.py:508
↓ 1 callersFunctionbatch_norm_for_conv3d
Batch normalization on 3D convolutional maps. Args: inputs: Tensor, 5D BDHWC input maps is_training: boolean tf.Varialbe, t
src/utils/tf_util.py:536
↓ 1 callersFunctionbatch_norm_for_fc
Batch normalization on FC data. Args: inputs: Tensor, 2D BxC input is_training: boolean tf.Varialbe, true indicates train
src/utils/tf_util.py:494
↓ 1 callersMethodcheck_bbox
Check if the bounding box intersects Check if the bounding box intersects using the min and max points of the bounding box. Args
src/plane_ransac.py:928
↓ 1 callersMethodcheck_point
(self, checked_list, wall_point_list, normal_vector)
src/plane_ransac.py:1168
↓ 1 callersFunctioncheck_point_range2_e
Args: s_point: Start point of line segment e_point: End point of line segment point: [x, y, z] point to check e:
src/PointCloudUtils.py:13
↓ 1 callersMethodcheck_point_range_e
Check whether the pointer is included in the bounding box Check the pointer's X, Y and Z values are included in the bounding box
src/plane_ransac.py:885
↓ 1 callersMethodclustering2
Clustering the orginal point cloud data The voxelization of the original data for the downsampling. Extract clustered data fr
src/GeneratePointCloud_New.py:124
↓ 1 callersMethodcount
(self)
src/utils/plyfile.py:400
↓ 1 callersMethoddo_plane_ransac
Finding the plane from point cloud data Calculate the surface normals for each point by fitting a plane to the nearest. Args:
src/plane_ransac.py:131
↓ 1 callersFunctioneuler2mat
Return matrix for rotations around z, y and x axes Uses the z, then y, then x convention above Parameters ---------- z : scalar
src/utils/eulerangles.py:98
↓ 1 callersFunctioneuler2quat
Return quaternion corresponding to these Euler angles Uses the z, then y, then x convention above Parameters ---------- z : scalar
src/utils/eulerangles.py:271
↓ 1 callersFunctioneval_one_epoch
(sess, ops, booth_data)
test/Predict.py:94
↓ 1 callersFunctioneval_one_epoch
ops: dict mapping from string to tf ops
src/sem_seg/train.py:237
↓ 1 callersFunctioneval_one_epoch
(sess, ops, each_data)
src/sem_seg/batch_inference.py:155
↓ 1 callersFunctioneval_one_epoch
ops: dict mapping from string to tf ops
src/sem_seg/model/log6/train.py:232
↓ 1 callersFunctioneval_one_epoch
ops: dict mapping from string to tf ops
src/sem_seg/model/log_6cls_test16/train.py:233
↓ 1 callersFunctioneval_one_epoch
ops: dict mapping from string to tf ops
src/sem_seg/model/log6class/train.py:229
↓ 1 callersFunctioneval_one_epoch
ops: dict mapping from string to tf ops
src/sem_seg/model/log13class/train.py:232
next →1–100 of 312, ranked by callers