MCPcopy Create free account

hub / github.com/SIAT-INVS/CarlaFLCAV / functions

Functions1,756 in github.com/SIAT-INVS/CarlaFLCAV

↓ 3 callersMethodrect_to_img
:param pts_rect: (N, 3) :return pts_img: (N, 2)
FLFusion/road/utils/calibration.py:76
↓ 3 callersFunctionrun
(data, weights=None, # model.pt path(s) batch_size=32, # batch size imgsz=640, # in
FLYolo/yolov5/val.py:84
↓ 3 callersMethodrun
(self)
FLFusion/road/Scenario_Infrastructure.py:246
↓ 3 callersMethodrun_step
(self)
FLFusion/road/Scenario_Infrastructure.py:767
↓ 3 callersMethodrun_step
Execute one step of navigation. :param debug: boolean for debugging :return control: carla.VehicleControl
FLDatasetTool/recorder/agents/navigation/behavior_agent.py:240
↓ 3 callersMethodsave_to_disk
(self, frame_id, timestamp, debug=False)
FLDatasetTool/recorder/sensor.py:39
↓ 3 callersMethodset_destination
This method creates a list of waypoints between a starting and ending location, based on the route returned by the global router, and
FLDatasetTool/recorder/agents/navigation/basic_agent.py:109
↓ 3 callersMethodset_split
(self, split)
FLPCDet/pcdet/datasets/waymo/waymo_dataset.py:39
↓ 3 callersMethodsmooth_l1_loss
(diff, beta)
FLPCDet/pcdet/utils/loss_utils.py:100
↓ 3 callersFunctionsplit_bn_bias
Split the layers in `layer_groups` into batchnorm (`bn_types`) and non-batchnorm groups.
FLPCDet/tools/train_utils/optimization/fastai_optim.py:16
↓ 3 callersFunctionstrip_optimizer
(f='best.pt', s='')
FLYolo/yolov5/utils/general.py:717
↓ 3 callersFunctiontrain
(hyp, # path/to/hyp.yaml or hyp dictionary opt, device, callbacks )
FLYolo/yolov5/train.py:59
↓ 3 callersFunctionxywhn2xyxy
(x, w=640, h=640, padw=0, padh=0)
FLYolo/yolov5/utils/general.py:539
↓ 2 callersMethod__getattr__
(self, k: str)
FLPCDet/tools/train_utils/optimization/fastai_optim.py:159
↓ 2 callersMethod__init__
(self, model_cfg, input_channels, grid_size, **kwargs)
FLPCDet/pcdet/models/backbones_3d/spconv_backbone.py:70
↓ 2 callersMethod__init__
(self, loss_fcn, gamma=1.5, alpha=0.25)
FLYolo/yolov5/utils/loss.py:37
↓ 2 callersMethod__init__
(self, c1, k=3)
FLYolo/yolov5/utils/activations.py:52
↓ 2 callersMethod__len__
(self)
FLPCDet/pcdet/datasets/lyft/lyft_dataset.py:80
↓ 2 callersMethod_affected_by_traffic_light
Method to check if there is a red light affecting the vehicle. :param lights_list (list of carla.TrafficLight): list containing
FLDatasetTool/recorder/agents/navigation/basic_agent.py:202
↓ 2 callersMethod_forward_once
(self, x, profile=False, visualize=False)
FLYolo/yolov5/models/yolo.py:142
↓ 2 callersMethod_get_annotations
Get box informations in the unified normative coordinate system for a given frame
FLPCDet/pcdet/datasets/pandaset/pandaset_dataset.py:187
↓ 2 callersMethod_get_lidar_points
Get lidar in the unified normative coordinate system for a given frame The intensity is normalized to fit [0-1] range (pandaset inten
FLPCDet/pcdet/datasets/pandaset/pandaset_dataset.py:150
↓ 2 callersMethod_get_pose
(self, info)
FLPCDet/pcdet/datasets/pandaset/pandaset_dataset.py:139
↓ 2 callersMethod_load_state_dict
(self, model_state_disk, *, strict=True)
FLPCDet/pcdet/models/detectors/detector3d_template.py:330
↓ 2 callersMethodadd_node
(self, node)
FLDatasetTool/recorder/actor_tree.py:28
↓ 2 callersMethodadd_sin_difference
(boxes1, boxes2, dim=6)
FLPCDet/pcdet/models/dense_heads/anchor_head_template.py:138
↓ 2 callersMethodaggregate_keypoint_features_from_one_source
Args: aggregate_func: xyz: (N, 3) xyz_features: (N, C) xyz_bs_idxs: (N) new_xyz:
FLPCDet/pcdet/models/backbones_3d/pfe/voxel_set_abstraction.py:284
↓ 2 callersFunctionall_logging_disabled
source - https://gist.github.com/simon-weber/7853144 A context manager that will prevent any logging messages triggered during the body from bein
FLYolo/yolov5/utils/loggers/wandb/wandb_utils.py:514
↓ 2 callersFunctionanchor_fitness
(k)
FLYolo/yolov5/utils/autoanchor.py:92
↓ 2 callersFunctionarea
Computes area of boxes. Args: boxes: Numpy array with shape [N, 4] holding N boxes Returns: a numpy array with shape [N*1] r
FLPCDet/pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py:349
↓ 2 callersFunctionarea
Computes area of boxes. Args: boxes: Numpy array with shape [N, 4] holding N boxes Returns: a numpy array with shape [N*1] r
FLFusion/road/utils/kitti_common.py:348
↓ 2 callersFunctionaverage_weights
(w)
FLPCDet/fedavg/averaging.py:10
↓ 2 callersFunctionaverage_weights
(w)
FLYolo/fedavg/averaging.py:10
↓ 2 callersFunctionbbox_ioa
Returns the intersection over box2 area given box1, box2. Boxes are x1y1x2y2 box1: np.array of shape(4) box2: np.array of shape(n
FLYolo/yolov5/utils/metrics.py:262
↓ 2 callersFunctionbbox_to_o3d_bbox_in_target_coordinate
(label: ObjectLabel, target_transform: Transform)
FLDatasetTool/label_tools/kitti_object/kitti_object_helper.py:47
↓ 2 callersFunctionbox_area
(box)
FLYolo/yolov5/utils/metrics.py:250
↓ 2 callersFunctionboxes3d_lidar_to_aligned_bev_boxes
Args: boxes3d: (N, 7 + C) [x, y, z, dx, dy, dz, heading] in lidar coordinate Returns: aligned_bev_boxes: (N, 4) [x1, y1, x2,
FLPCDet/pcdet/utils/box_utils.py:272
↓ 2 callersFunctionboxes_to_corners_3d
7 -------- 4 /| /| 6 -------- 5 . | | | | . 3 -------- 0 |/ |/ 2 -------- 1 A
FLPCDet/tools/visual_utils/visualize_utils.py:44
↓ 2 callersFunctioncarla_vec3d_to_vec3d
(carla_vec3d: carla.Vector3D)
FLDatasetTool/utils/transform.py:124
↓ 2 callersMethodchange_parameters
Changes the PID parameters
FLDatasetTool/recorder/agents/navigation/controller.py:253
↓ 2 callersFunctioncheck_anchor_order
(m)
FLYolo/yolov5/utils/autoanchor.py:16
↓ 2 callersFunctioncheck_anchors
(dataset, model, thr=4.0, imgsz=640)
FLYolo/yolov5/utils/autoanchor.py:26
↓ 2 callersMethodcheck_and_upload_dataset
Check if the dataset format is compatible and upload it as W&B artifact arguments: opt (namespace)-- Commandline arguments f
FLYolo/yolov5/utils/loggers/wandb/wandb_utils.py:191
↓ 2 callersFunctioncheck_font
(font='Arial.ttf', size=10)
FLYolo/yolov5/utils/plots.py:51
↓ 2 callersFunctioncheck_git_status
()
FLYolo/yolov5/utils/general.py:202
↓ 2 callersFunctioncheck_in_box2d
FLPCDet/pcdet/ops/iou3d_nms/src/iou3d_cpu.cpp:75
↓ 2 callersFunctioncheck_online
()
FLYolo/yolov5/utils/general.py:191
↓ 2 callersMethodcheck_sequence_name_with_all_version
(sequence_file)
FLPCDet/pcdet/datasets/waymo/waymo_dataset.py:122
↓ 2 callersMethodcheck_spawn_points
(self, check_spawn_ROI)
FLFusion/road/Scenario_Infrastructure.py:155
↓ 2 callersFunctioncheck_version
(current='0.0.0', minimum='0.0.0', name='version ', pinned=False)
FLYolo/yolov5/utils/general.py:226
↓ 2 callersFunctioncheck_wandb_dataset
(data_file)
FLYolo/yolov5/utils/loggers/wandb/wandb_utils.py:44
↓ 2 callersFunctioncheck_wandb_resume
(opt)
FLYolo/yolov5/utils/loggers/wandb/wandb_utils.py:69
↓ 2 callersFunctionclass_agnostic_nms
(box_scores, box_preds, nms_config, score_thresh=None)
FLPCDet/pcdet/models/model_utils/model_nms_utils.py:6
↓ 2 callersFunctioncompute_distance
Euclidean distance between 3D points :param location_1, location_2: 3D points
FLDatasetTool/recorder/agents/tools/misc.py:152
↓ 2 callersFunctioncompute_statistics_jit
(overlaps, gt_datas, dt_datas,
FLPCDet/pcdet/datasets/kitti/kitti_object_eval_python/eval.py:158
↓ 2 callersFunctioncompute_statistics_jit
(overlaps, gt_datas, dt_datas,
FLPCDet/pcdet/datasets/kitti/kitti_object_eval_python/eval_range.py:172
↓ 2 callersFunctioncompute_statistics_jit
(overlaps, gt_datas, dt_datas,
FLPCDet/pcdet/datasets/kitti/kitti_object_eval_python/eval_all.py:162
↓ 2 callersFunctioncopy_attr
(a, b, include=(), exclude=())
FLYolo/yolov5/utils/torch_utils.py:277
↓ 2 callersMethodcreate_dataset_table
Create and return W&B artifact containing W&B Table of the dataset. arguments: dataset (LoadImagesAndLabels) -- instance of
FLYolo/yolov5/utils/loggers/wandb/wandb_utils.py:374
↓ 2 callersFunctioncustom_draw_geometry
(vis, geometry_list, map_file=None, recording=False,param_file='test.json',test=0)
FLFusion/road/V2I_fusion.py:355
↓ 2 callersFunctiondiv_up
(m, n)
FLPCDet/pcdet/datasets/kitti/kitti_object_eval_python/rotate_iou.py:14
↓ 2 callersFunctiondo_eval
(gt_annos, dt_annos, current_classes, min_overlaps, compute_ao
FLPCDet/pcdet/datasets/kitti/kitti_object_eval_python/eval.py:579
↓ 2 callersFunctiondo_eval
(gt_annos, dt_annos, current_classes, min_overlaps, compute_ao
FLPCDet/pcdet/datasets/kitti/kitti_object_eval_python/eval_range.py:594
↓ 2 callersFunctiondo_eval
(gt_annos, dt_annos, current_classes, min_overlaps, compute_ao
FLPCDet/pcdet/datasets/kitti/kitti_object_eval_python/eval_all.py:583
↓ 2 callersMethoddownload_dataset_artifact
download the model checkpoint artifact if the path starts with WANDB_ARTIFACT_PREFIX arguments: path -- path of the dataset
FLYolo/yolov5/utils/loggers/wandb/wandb_utils.py:258
↓ 2 callersFunctiondownload_one
(url, dir)
FLYolo/yolov5/utils/general.py:408
↓ 2 callersFunctiondraw_box
(vis, gt_boxes, color=(0, 1, 0), ref_labels=None, score=None)
FLPCDet/tools/visual_utils/open3d_vis_utils.py:103
↓ 2 callersMethoddraw_line
(self, points: list)
FLDatasetTool/utils/visualize_map.py:32
↓ 2 callersFunctionexif_transpose
Transpose a PIL image accordingly if it has an EXIF Orientation tag. Inplace version of https://github.com/python-pillow/Pillow/blob/master/s
FLYolo/yolov5/utils/datasets.py:69
↓ 2 callersMethodfinish_run
Log metrics if any and finish the current W&B run
FLYolo/yolov5/utils/loggers/wandb/wandb_utils.py:502
↓ 2 callersMethodforward
Args: batch_dict: Returns:
FLPCDet/pcdet/models/roi_heads/partA2_head.py:163
↓ 2 callersMethodgenerate_anchors
(self, grid_sizes)
FLPCDet/pcdet/models/dense_heads/target_assigner/anchor_generator.py:17
↓ 2 callersFunctiongenerate_image_sets
(path_to_kitti_object: str)
FLDatasetTool/label_tools/kitti_objects_label.py:36
↓ 2 callersMethodgenerate_waymo_type_results
(self, infos, class_names, is_gt=False, fake_gt_infos=True)
FLPCDet/pcdet/datasets/waymo/waymo_eval.py:26
↓ 2 callersFunctionget_average_precisions
Returns an array with an average precision per class. Args: gt: list of dictionaries in the format described below. predictions:
FLPCDet/pcdet/datasets/lyft/lyft_mAP_eval/lyft_eval.py:345
↓ 2 callersMethodget_bounding_boxes
Creates 3D bounding boxes based on carla vehicle list and camera.
FLFusion/road/utils/get2Dlabel.py:24
↓ 2 callersMethodget_box_layer_loss
(self, tb_dict=None)
FLPCDet/pcdet/models/dense_heads/point_head_template.py:172
↓ 2 callersMethodget_carla_actor
(self)
FLDatasetTool/recorder/actor.py:98
↓ 2 callersMethodget_control
Get vehicle control command. :return: vehicle control command.
FLDatasetTool/recorder/vehicle.py:70
↓ 2 callersMethodget_direction_target
(anchors, reg_targets, one_hot=True, dir_offset=0, num_bins=2)
FLPCDet/pcdet/models/dense_heads/anchor_head_template.py:147
↓ 2 callersFunctionget_ego_location
(vehicle_id, global_label)
FLFusion/road/V2I_fusion.py:419
↓ 2 callersMethodget_env_objects_labels
(self, frame, timestamp, object_type: carla.CityObjectLabel)
FLDatasetTool/recorder/world.py:62
↓ 2 callersFunctionget_fov_flag
Valid point should be in the image (and in the PC_AREA_SCOPE) :param pts_rect: :param img_shape: :return:
FLFusion/road/utils/visualization_labels.py:180
↓ 2 callersMethodget_fov_flag
Args: pts_rect: img_shape: calib: Returns:
FLPCDet/pcdet/datasets/kitti/kitti_dataset.py:135
↓ 2 callersMethodget_fov_flag
Args: pts_rect: img_shape: calib: Returns:
FLPCDet/pcdet/datasets/kitti/carla_dataset.py:135
↓ 2 callersFunctionget_hash
(paths)
FLYolo/yolov5/utils/datasets.py:46
↓ 2 callersFunctionget_image_index_str
(img_idx)
FLPCDet/pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py:11
↓ 2 callersFunctionget_image_index_str
(img_idx)
FLFusion/road/utils/kitti_common.py:10
↓ 2 callersMethodget_incoming_waypoint_and_direction
Returns direction and waypoint at a distance ahead defined by the user. :param steps: number of steps to get the incoming waypoi
FLDatasetTool/recorder/agents/navigation/local_planner.py:262
↓ 2 callersMethodget_infos
(self, raw_data_path, save_path, num_workers=multiprocessing.cpu_count(), has_label=True, sampled_interval=1)
FLPCDet/pcdet/datasets/waymo/waymo_dataset.py:137
↓ 2 callersFunctionget_label_anno
(label_path)
FLPCDet/pcdet/datasets/kitti/kitti_object_eval_python/kitti_common.py:294
↓ 2 callersFunctionget_label_anno
(label_path)
FLFusion/road/utils/kitti_common.py:293
↓ 2 callersFunctionget_latest_run
(search_dir='.')
FLYolo/yolov5/utils/general.py:111
↓ 2 callersMethodget_lidar_with_sweeps
(self, index, max_sweeps=1)
FLPCDet/pcdet/datasets/lyft/lyft_dataset.py:58
↓ 2 callersMethodget_lidar_with_sweeps
(self, index, max_sweeps=1)
FLPCDet/pcdet/datasets/nuscenes/nuscenes_dataset.py:92
↓ 2 callersMethodget_local_planner
Get method for protected member local planner
FLDatasetTool/recorder/agents/navigation/basic_agent.py:101
↓ 2 callersFunctionget_matrix
(location, rotation)
FLFusion/road/V2I_fusion.py:103
↓ 2 callersFunctionget_pcd
(pointcloud,color=[0.5, 0.5, 0.5],sensor_center=np.array([0,0,0]),sensor_rotation=np.array([0,0,0]))
FLFusion/road/utils/visualization_labels.py:130
↓ 2 callersFunctionget_raw_lidar_data
(lidar_raw_data_file, sensor_rotation)
FLFusion/road/Process.py:63
↓ 2 callersFunctionget_run_info
(run_path)
FLYolo/yolov5/utils/loggers/wandb/wandb_utils.py:60
← previousnext →201–300 of 1,756, ranked by callers