MCPcopy Create free account

hub / github.com/NVlabs/ACID / functions

Functions410 in github.com/NVlabs/ACID

↓ 36 callersFunctionmc_add_vertex
ACID/src/utils/libmcubes/marchingcubes.cpp:299
↓ 30 callersMethodload
Loads a module dictionary from local file or url. Args: filename (str): name of saved module dictionary
ACID/src/checkpoints.py:40
↓ 26 callersMethodupdate
Render one frame. Optionally specify dt in seconds, specify None to use wallclock. Specify physics_dt and physics_substeps to decouple the ph
PlushSim/scripts/python_app.py:220
↓ 25 callersMethodsave
Saves the current module dictionary. Args: filename (str): name of output file
ACID/src/checkpoints.py:26
↓ 25 callersMethodto
Puts the model to the device. Args: device (device): pytorch device
ACID/src/conv_onet/models/__init__.py:311
↓ 15 callersMethodset_setting
Convenience function to set settings. Args: setting (str): string representing the setting being changed value: new v
PlushSim/scripts/python_app.py:174
↓ 13 callersMethoddot
ACID/src/utils/libsimplify/Simplify.h:85
↓ 10 callersMethodget_stage
Returns the current USD stage.
PlushSim/scripts/python_app.py:170
↓ 9 callersFunctionmin
ACID/src/utils/libsimplify/Simplify.h:243
↓ 8 callersMethodstep
(self)
PlushSim/scripts/attic_scene.py:124
↓ 7 callersFunctionget_model_dir
(data_root, split_id, model_category, model_name)
ACID/src/utils/plushsim_util.py:16
↓ 7 callersMethodget_observations
(self, sensors=["rgb","depth", # "instanceSegmentation",
PlushSim/scripts/attic_scene.py:238
↓ 7 callersMethodget_scene_state_plush
(self,raw=False,convert_to=None)
PlushSim/scripts/attic_scene.py:226
↓ 7 callersMethodplay
Starts the editor physics simulation
PlushSim/scripts/python_app.py:257
↓ 7 callersFunctionsave_frame
(frame_name, frame_data, save_dir, save_rgb=True, save_seg=True, save_depth=True, save_partial
PlushSim/scripts/utils.py:156
↓ 6 callersFunctioncalculate_error
ACID/src/utils/libsimplify/Simplify.h:777
↓ 6 callersMethodeval_points
Evaluates the occupancy values for the points. Args: p (tensor): points c (tensor): encoded feature volumes
ACID/src/conv_onet/generation.py:147
↓ 6 callersFunctionnormalize_coordinate
Normalize coordinate to [0, 1] for unit cube experiments Args: p (tensor): point padding (float): conventional padding paramter
ACID/src/common.py:161
↓ 6 callersMethodsample_plane_feature
(self, p, c, plane='xz')
ACID/src/conv_onet/models/decoder.py:156
↓ 5 callersFunctionconv3x3
(in_channels, out_channels, stride=1, padding=1, bias=True, groups=1)
ACID/src/encoder/unet.py:14
↓ 5 callersFunctionfind_collider
(prim)
PlushSim/scripts/utils.py:339
↓ 5 callersFunctionfind_immediate_children
(prim)
PlushSim/scripts/utils.py:355
↓ 4 callersFunctioncompute_iou
Computes the Intersection over Union (IoU) value for two sets of occupancy values. Args: occ1 (tensor): first set of occupancy value
ACID/src/common.py:7
↓ 4 callersFunctioncoordinate2index
Normalize coordinate to [0, 1] for unit cube experiments. Corresponds to our 3D model Args: x (tensor): coordinate reso
ACID/src/common.py:226
↓ 4 callersMethodcross
ACID/src/utils/libsimplify/Simplify.h:88
↓ 4 callersMethoddet
ACID/src/utils/libsimplify/Simplify.h:280
↓ 4 callersFunctionflipped
ACID/src/utils/libsimplify/Simplify.h:541
↓ 4 callersFunctionget_teddy_full_points
(int_group, int_id, frame_id, data_root)
ACID/src/utils/mentalsim_util.py:256
↓ 4 callersMethodlength
ACID/src/utils/libsimplify/Simplify.h:175
↓ 4 callersMethodnormalize
ACID/src/utils/libsimplify/Simplify.h:180
↓ 4 callersMethodset_physics_dt
Specify the physics step size to use when simulating, default is 1/60. Note that a physics scene has to be in the stage for this to do anythin
PlushSim/scripts/python_app.py:192
↓ 4 callersMethodset_translation
(self, loc)
PlushSim/scripts/utils.py:250
↓ 4 callersFunctiontransform_points_world_to_cam
(world_points, cam_extr)
ACID/src/utils/common_util.py:63
↓ 4 callersFunctionupdate_triangles
ACID/src/utils/libsimplify/Simplify.h:590
↓ 4 callersFunctionupdate_uvs
ACID/src/utils/libsimplify/Simplify.h:573
↓ 4 callersFunctionvertex_error
ACID/src/utils/libsimplify/Simplify.h:769
↓ 3 callersMethod_get_pts_related_info
(self, points_dict)
ACID/src/data/core.py:152
↓ 3 callersFunctionbuild_transform_geom
(cfg)
ACID/src/data/core.py:468
↓ 3 callersMethodcheck_scene_static
(self)
PlushSim/scripts/attic_scene.py:195
↓ 3 callersMethoddecode_action
(self, p, c_act_plane, per_features)
ACID/src/conv_onet/models/decoder.py:193
↓ 3 callersMethodencode_inputs
Encodes the input. Args: input (tensor): the input
ACID/src/conv_onet/models/__init__.py:255
↓ 3 callersFunctionfill_canvas
(canvas, scene_range, bbox,val=1)
PlushSim/scripts/utils.py:416
↓ 3 callersMethodgenerate_plane_features
(self, p, c, plane='xz')
ACID/src/encoder/pointnet.py:56
↓ 3 callersMethodget_groundtruth
Get groundtruth from specified gt_sensors. Args: gt_sensors (list): List of strings of sensor names. Valid sensors names: rgb, de
PlushSim/scripts/syntheticdata.py:175
↓ 3 callersFunctionget_image_file_template
(data_root, split_id, model_category, model_name, reset_id, frame_id)
ACID/src/utils/plushsim_util.py:27
↓ 3 callersFunctionget_plan_image_file_template
(data_root, split_id, model_category, model_name, scenario_id, sequence_id, frame_id)
ACID/src/utils/plushsim_util.py:72
↓ 3 callersFunctionget_teddy_loc
(int_group, int_id, frame_id, data_root)
ACID/src/utils/mentalsim_util.py:216
↓ 3 callersFunctionget_trunc_ab
(mean, std, a, b)
ACID/src/utils/common_util.py:150
↓ 3 callersFunctionget_trunc_ab
(mean, std, a, b)
ACID/src/utils/mentalsim_util.py:128
↓ 3 callersFunctionget_trunc_ab_range
(mean_min, mean_max, std, a, b)
ACID/src/utils/common_util.py:153
↓ 3 callersMethodis_loading
convenience function to see if any files are being loaded Returns: bool: True if loading, False otherwise
PlushSim/scripts/python_app.py:279
↓ 3 callersFunctionmc_isovalue_interpolation
ACID/src/utils/libmcubes/marchingcubes.cpp:290
↓ 3 callersMethodpause
Pauses the editor physics simulation
PlushSim/scripts/python_app.py:263
↓ 3 callersMethodsample_plane_feature
(self, p, c, plane='xz')
ACID/src/conv_onet/models/decoder.py:54
↓ 3 callersMethodsetup_renderer
(self, mode="non-default")
PlushSim/scripts/python_app.py:299
↓ 3 callersFunctiontransform_points_world_to_cam
(world_points, cam_extr)
ACID/src/utils/mentalsim_util.py:43
↓ 3 callersFunctiontransform_verts
(verts, transform)
PlushSim/scripts/utils.py:385
↓ 2 callersMethod__init__
Arguments: in_channels: int, number of channels in the input tensor. Default is 3 for RGB images. dep
ACID/src/encoder/unet.py:140
↓ 2 callersMethod_get_FMR_curve_tau1
(self, fmrs, tau2=0.05)
ACID/src/conv_onet/training.py:161
↓ 2 callersMethod_get_plush_points
(self)
PlushSim/scripts/attic_scene.py:374
↓ 2 callersMethod_get_pts_related_info
(self, points_dict, key)
ACID/src/data/core.py:597
↓ 2 callersMethod_prepare_partial_obs
(self, info_dict)
ACID/src/data/core.py:209
↓ 2 callersMethod_prepare_partial_obs
(self, info_dict)
ACID/src/data/core.py:400
↓ 2 callersMethod_prepare_partial_obs
(self, info_dict, key)
ACID/src/data/core.py:584
↓ 2 callersMethod_prepare_points
(self, points_dict, chosen=None)
ACID/src/data/core.py:228
↓ 2 callersMethod_prepare_points
(self, points_dict, chosen=None)
ACID/src/data/core.py:415
↓ 2 callersMethod_randomize_collection
(self, collection_prim, scene_range, drop_range=None, rand_rot=True, padding=True)
PlushSim/scripts/attic_scene.py:389
↓ 2 callersMethod_reset_plush_geometry
(self, sim, vis)
PlushSim/scripts/attic_scene.py:505
↓ 2 callersFunctionagreement
Proportion of shared values between two sorted lists at given depth. >>> _round(agreement("abcde", "abdcf", 1)) 1.0 >>> _round(agreement("
ACID/src/utils/plushsim_util.py:449
↓ 2 callersFunctioncompact_mesh
ACID/src/utils/libsimplify/Simplify.h:736
↓ 2 callersFunctionconv1x1
(in_channels, out_channels, groups=1)
ACID/src/encoder/unet.py:39
↓ 2 callersMethoddecode_perception
(self, p, c_per_plane)
ACID/src/conv_onet/models/decoder.py:163
↓ 2 callersMethodevaluate
Performs an evaluation. Args: val_loader (dataloader): pytorch dataloader
ACID/src/training.py:10
↓ 2 callersMethodexecute
Allow use of omni.kit.commands interface
PlushSim/scripts/python_app.py:295
↓ 2 callersMethodgenerate_mesh
Generates the output mesh. Args: data (tensor): data tensor return_stats (bool): whether stats should be returned
ACID/src/conv_onet/generation.py:64
↓ 2 callersMethodgenerate_pointcloud
(self, data, threshold=0.75, use_gt_occ=False)
ACID/src/conv_onet/generation.py:224
↓ 2 callersFunctionget_camera_params
(viewport)
PlushSim/scripts/utils.py:44
↓ 2 callersFunctionget_canvas
(scene_range)
PlushSim/scripts/utils.py:411
↓ 2 callersFunctionget_partial_point_cloud
(viewport, in_world_space=True, project_factor=1.)
PlushSim/scripts/utils.py:59
↓ 2 callersFunctionget_teddy_rot
(int_group, int_id, frame_id, data_root)
ACID/src/utils/mentalsim_util.py:222
↓ 2 callersFunctionmake_3d_grid
Makes a 3D grid. Args: bb_min (tuple): bounding box minimum bb_max (tuple): bounding box maximum shape (tuple): output s
ACID/src/common.py:71
↓ 2 callersFunctionoverlap
Overlap which accounts for possible ties. This isn't mentioned in the paper but should be used in the ``rbo*()`` functions below, otherwise ov
ACID/src/utils/plushsim_util.py:388
↓ 2 callersMethodparse_state_dict
Parse state_dict of model and return scalars. Args: state_dict (dict): State dict of model
ACID/src/checkpoints.py:82
↓ 2 callersMethodplan_trajectory
(self, start_loc, end_loc, speed=None)
PlushSim/scripts/utils.py:296
↓ 2 callersFunctionproject_depth_cam_space
(depth_img, camera_intrinsics, keep_dim=True, project_factor=1.)
PlushSim/scripts/utils.py:26
↓ 2 callersFunctionproject_depth_world_space
(depth_image, camera_intr, camera_pose, keep_dim=False, project_factor=1.)
ACID/src/utils/common_util.py:125
↓ 2 callersFunctionproject_depth_world_space
(depth_image, camera_intr, camera_pose, keep_dim=False, project_factor=1.)
ACID/src/utils/mentalsim_util.py:103
↓ 2 callersMethodreset
(self)
PlushSim/scripts/attic_scene.py:150
↓ 2 callersFunctionrpy2quat
(roll,pitch,yaw)
PlushSim/scripts/utils.py:307
↓ 2 callersMethodsave_image
(self, viewport_name, img_type, image_data, filename)
PlushSim/scripts/writer.py:143
↓ 2 callersMethodsave_segmentation
( self, viewport_name, data_type, data, filename, width=1280, height=720, display_rgb=True, save_npy=T
PlushSim/scripts/writer.py:122
↓ 2 callersFunctionset_at_depth
(lst, depth)
ACID/src/utils/plushsim_util.py:434
↓ 2 callersFunctionstandardize_bbox
(bbox)
PlushSim/scripts/utils.py:396
↓ 2 callersMethodstop
Stops the editor physics simulation
PlushSim/scripts/python_app.py:269
↓ 2 callersFunctionsubsample_points
(points, resolution=0.0125, return_index=True)
ACID/src/utils/plushsim_util.py:321
↓ 2 callersFunctiontrimwhitespace
ACID/src/utils/libsimplify/Simplify.h:812
↓ 2 callersFunctionupdate_mesh
ACID/src/utils/libsimplify/Simplify.h:616
↓ 1 callersMethod__init__
(self, s, pos_encoding='linear')
ACID/src/common.py:334
↓ 1 callersMethod__init__
(self, dim=3, c_dim=128, corr_dim=0, corr_head=True, hidden_size=256, n_bl
ACID/src/conv_onet/models/decoder.py:21
↓ 1 callersMethod__init__
(self, obj_per_encoder, obj_act_encoder, env_encoder, decoder, device=None, env_scale_factor=2.)
ACID/src/conv_onet/models/__init__.py:14
next →1–100 of 410, ranked by callers