Skip to content

Commit

Permalink
Remove CityScapes palette in instance segmentation cameras for manual…
Browse files Browse the repository at this point in the history
… control scripts
  • Loading branch information
PabloVD authored and Blyron committed Dec 10, 2024
1 parent 20f20ca commit 72ad30d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion PythonAPI/examples/manual_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,6 @@ def __init__(self, parent_actor, hud, gamma_correction):
['sensor.camera.depth', cc.LogarithmicDepth, 'Camera Depth (Logarithmic Gray Scale)', {}],
['sensor.camera.semantic_segmentation', cc.Raw, 'Camera Semantic Segmentation (Raw)', {}],
['sensor.camera.semantic_segmentation', cc.CityScapesPalette, 'Camera Semantic Segmentation (CityScapes Palette)', {}],
['sensor.camera.instance_segmentation', cc.CityScapesPalette, 'Camera Instance Segmentation (CityScapes Palette)', {}],
['sensor.camera.instance_segmentation', cc.Raw, 'Camera Instance Segmentation (Raw)', {}],
['sensor.lidar.ray_cast', None, 'Lidar (Ray-Cast)', {'range': '50'}],
['sensor.lidar.ray_cast_semantic', None, 'Semantic Lidar (Ray-Cast)', {'range': '50'}],
Expand Down
1 change: 0 additions & 1 deletion PythonAPI/examples/manual_control_with_traffic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,6 @@ def __init__(self, parent_actor, hud, gamma_correction):
['sensor.camera.depth', cc.LogarithmicDepth, 'Camera Depth (Logarithmic Gray Scale)', {}],
['sensor.camera.semantic_segmentation', cc.Raw, 'Camera Semantic Segmentation (Raw)', {}],
['sensor.camera.semantic_segmentation', cc.CityScapesPalette, 'Camera Semantic Segmentation (CityScapes Palette)', {}],
['sensor.camera.instance_segmentation', cc.CityScapesPalette, 'Camera Instance Segmentation (CityScapes Palette)', {}],
['sensor.camera.instance_segmentation', cc.Raw, 'Camera Instance Segmentation (Raw)', {}],
['sensor.lidar.ray_cast', None, 'Lidar (Ray-Cast)', {'range': '50'}],
['sensor.camera.dvs', cc.Raw, 'Dynamic Vision Sensor', {}],
Expand Down

0 comments on commit 72ad30d

Please sign in to comment.