MCPcopy Create free account

hub / github.com/dotchen/LearningByCheating / functions

Functions654 in github.com/dotchen/LearningByCheating

Method__init__
(self, w=384, h=160, fov=90, world_y=1.4, fixed_offset=4.0, device='cuda')
training/phase2_utils.py:144
Method__init__
(self, buffer_limit=100000, augment=None, sampling=True, aug_fix_iter=1000000, batch_aug=4)
training/phase2_utils.py:191
Method__init__
(self, w=384, h=160, fov=90, world_y=1.4, fixed_offset=2.0, device='cuda')
training/train_image_phase1.py:36
Method__init__
(self, w=192, h=192, choice='l2')
training/train_birdview.py:34
Method__init__
(self, w=384, h=160, fov=90, world_y=1.4, fixed_offset=4.0, device='cuda')
training/train_image_phase0.py:37
Method__init__
(self, w=384, h=160, device='cuda', **kwargs)
training/train_image_phase0.py:82
Method__init__
(self, azimuth, altitude)
misc/dynamic_weather.py:39
Method__init__
(self, precipitation)
misc/dynamic_weather.py:56
Method__init__
(self, weather)
misc/dynamic_weather.py:82
Method__init__
(self, carla_world, hud, actor_filter)
misc/manual_control.py:146
Method__init__
(self, world, start_in_autopilot)
misc/manual_control.py:231
Method__init__
(self, width, height)
misc/manual_control.py:369
Method__init__
(self, font, dim, pos)
misc/manual_control.py:505
Method__init__
(self, font, width, height)
misc/manual_control.py:534
Method__init__
(self, parent_actor, hud)
misc/manual_control.py:562
Method__init__
(self, parent_actor, hud)
misc/manual_control.py:601
Method__init__
(self, parent_actor)
misc/manual_control.py:627
Method__init__
(self, parent_actor, hud)
misc/manual_control.py:655
Method__init__
(self)
misc/no_rendering_mode.py:177
Method__init__
(self, font, dim, pos)
misc/no_rendering_mode.py:212
Method__init__
(self, font, width, height)
misc/no_rendering_mode.py:241
Method__init__
(self, name, width, height)
misc/no_rendering_mode.py:270
Method__init__
(self)
misc/no_rendering_mode.py:384
Method__init__
(self, carla_world, carla_map, pixels_per_meter=10)
misc/no_rendering_mode.py:420
Method__init__
(self, name, host, port, timeout, actor_filter)
misc/no_rendering_mode.py:562
Method__init__
(self, name)
misc/no_rendering_mode.py:1009
Method__init__
(self, carla_world, hud)
misc/automatic_control.py:112
Method__init__
(self, world, start_in_autopilot)
misc/automatic_control.py:192
Method__init__
(self, width, height)
misc/automatic_control.py:268
Method__init__
(self, font, dim, pos)
misc/automatic_control.py:395
Method__init__
(self, font, width, height)
misc/automatic_control.py:423
Method__init__
(self, parent_actor, hud)
misc/automatic_control.py:450
Method__init__
(self, parent_actor, hud)
misc/automatic_control.py:488
Method__init__
(self, parent_actor, hud)
misc/automatic_control.py:514
Method__init__
(self, x, y)
misc/find_traffic_violations.py:21
Method__init__
(self)
bird_view/utils/map_utils.py:121
Method__init__
(self, font, dim, pos)
bird_view/utils/map_utils.py:156
Method__init__
(self, font, width, height)
bird_view/utils/map_utils.py:185
Method__init__
(self, name, width, height)
bird_view/utils/map_utils.py:215
Method__init__
(self)
bird_view/utils/map_utils.py:332
Method__init__
(self, carla_world, carla_map, pixels_per_meter=10)
bird_view/utils/map_utils.py:368
Method__init__
(self, name, client, world, town_map, hero_actor)
bird_view/utils/map_utils.py:523
Method__init__
(self, name)
bird_view/utils/map_utils.py:1185
Method__init__
(self, wrapper, peds, ped_controllers, respawn_peds=True, speed_threshold=0.1, stuck_limit=20)
bird_view/utils/carla_utils.py:177
Method__init__
(self, agent, world)
bird_view/utils/carla_utils.py:231
Method__init__
( self, town='Town01', vehicle_name=VEHICLE_NAME, port=2000, client=None, col_threshol
bird_view/utils/carla_utils.py:343
Method__init__
(self, log)
bird_view/utils/logger.py:42
Method__init__
(self)
bird_view/utils/no_rendering_mode.py:192
Method__init__
(self, font, dim, pos)
bird_view/utils/no_rendering_mode.py:227
Method__init__
(self, font, width, height)
bird_view/utils/no_rendering_mode.py:256
Method__init__
(self, name, width, height)
bird_view/utils/no_rendering_mode.py:285
Method__init__
(self)
bird_view/utils/no_rendering_mode.py:399
Method__init__
(self, carla_world, carla_map, pixels_per_meter, show_triggers, show_connections, show_spawn_points)
bird_view/utils/no_rendering_mode.py:435
Method__init__
(self, name, client, world, carla_map, player)
bird_view/utils/no_rendering_mode.py:779
Method__init__
(self, name)
bird_view/utils/no_rendering_mode.py:1248
Method__init__
(self, *args, **kwargs)
bird_view/utils/train_utils.py:4
Method__init__
(self, mean=[0.2929, 0.3123, 0.3292], std=[0.0762, 0.0726, 0.0801])
bird_view/utils/train_utils.py:10
Method__init__
(self, dataset_path, rgb_shape=(160,384,3), img_size=320, crop_size=192,
bird_view/utils/datasets/image_lmdb.py:60
Method__init__
(self, data, batch_size, samples)
bird_view/utils/datasets/image_lmdb.py:251
Method__init__
( self, dataset_path, img_size=320, crop_size=192, gap=5, n_step=5, crop_x
bird_view/utils/datasets/birdview_lmdb.py:35
Method__init__
(self, dataset_path, left_ratio=0.25, right_ratio=0.25, straight_ratio=0.25, **kwargs)
bird_view/utils/datasets/birdview_lmdb.py:174
Method__init__
(self, vehicle, resolution, threshold_before, threshold_after)
bird_view/models/roaming.py:20
Method__init__
(self, backbone='resnet18', dropout=0.5, **kwargs)
bird_view/models/baseline.py:28
Method__init__
(self, backbone, warp=False, pretrained=False, all_branch=False, **kwargs)
bird_view/models/image.py:23
Method__init__
(self, backbone='resnet18', input_channel=7, n_step=5, all_branch=False, **kwargs)
bird_view/models/birdview.py:48
Method__init__
(self, model=None, **kwargs)
bird_view/models/agent.py:9
Method__init__
(self, backbone, input_channel=3, bias_first=True, pretrained=False)
bird_view/models/common.py:70
Method__init__
(self, mean, std)
bird_view/models/common.py:102
Method__init__
(self, height, width, channel, temperature=None, data_format='NCHW')
bird_view/models/common.py:114
Method__init__
(self, height, width)
bird_view/models/common.py:161
Method__init__
(self, K_P=1.0, K_I=0.0, K_D=0.0, fps=10, n=30, **kwargs)
bird_view/models/controller.py:44
Method__init__
(self, controller_args, k=0.5, n=2, wheelbase=2.89, dt=0.1)
bird_view/models/controller.py:72
Method__init__
(self, inplanes, planes, stride=1, downsample=None)
bird_view/models/resnet.py:28
Method__init__
(self, inplanes, planes, stride=1, downsample=None)
bird_view/models/resnet.py:60
Method__int__
(self)
PythonAPI/agents/navigation/local_planner.py:34
Method__len__
(self)
training/phase2_utils.py:211
Method__len__
(self)
bird_view/utils/datasets/image_lmdb.py:125
Method__len__
(self)
bird_view/utils/datasets/image_lmdb.py:256
Method__len__
(self)
bird_view/utils/datasets/birdview_lmdb.py:88
Method__len__
(self)
bird_view/utils/datasets/birdview_lmdb.py:239
Method__str__
(self)
misc/dynamic_weather.py:51
Method__str__
(self)
misc/dynamic_weather.py:77
Method__str__
(self)
misc/dynamic_weather.py:97
Method__sub__
(self, v)
misc/find_traffic_violations.py:31
Method__truediv__
(self, c)
misc/find_traffic_violations.py:25
Method_distance_heuristic
Distance heuristic calculator for path searching in self._graph
PythonAPI/agents/navigation/global_route_planner.py:212
Method_process
(x)
bird_view/utils/bz_utils/saver.py:83
Method_render_speed_limits
(self, surface, list_sl, world_to_pixel, world_to_pixel_width)
bird_view/utils/map_utils.py:856
Method_setup_sensors
(self)
benchmark/goal_suite.py:150
Methodabstract_route_plan
The following function generates the route plan based on origin : carla.Location object of the route's start position de
PythonAPI/agents/navigation/global_route_planner.py:324
Methodadd
(cls, image)
bird_view/utils/bz_utils/video_maker.py:44
Methodall_tasks
(self)
benchmark/base_suite.py:33
Methodcalculate_timeout
(self, fps=10)
PythonAPI/agents/navigation/local_planner.py:462
Methodclean_up
(self)
benchmark/goal_suite.py:85
Methodclear
()
bird_view/utils/no_rendering_mode.py:1431
Functioncustom
(image_iteration, batch_size=32)
bird_view/augmenter.py:11
Methoddoes_cross_solid_line
(waypoint, shift)
misc/no_rendering_mode.py:495
Methoddoes_cross_solid_line
(waypoint, shift)
bird_view/utils/map_utils.py:450
Methoddraw_arrow
(surface, transform, color=COLOR_ALUMINIUM_2)
bird_view/utils/map_utils.py:407
Methoddraw_arrow
(surface, transform, color=COLOR_ALUMINIUM_2)
bird_view/utils/no_rendering_mode.py:568
← previousnext →401–500 of 654, ranked by callers