rename to unix style

This commit is contained in:
QuanyiLi
2023-11-23 16:37:14 +00:00
parent dfdabc4ee7
commit 7ec01fc8c1
6 changed files with 8 additions and 8 deletions

View File

@@ -118,8 +118,8 @@
"threeD_render=False # turn on this to enable 3D render. It only works when you have a screen and not running on Colab.\n",
"threeD_render=threeD_render and not RunningInCOLAB\n",
"os.environ[\"SDL_VIDEODRIVER\"] = \"dummy\" # Hide the pygame window\n",
"waymo_data = AssetLoader.file_path(AssetLoader.asset_path, \"waymo\", return_raw_style=False) # Use the built-in datasets with simulator\n",
"nuscenes_data = AssetLoader.file_path(AssetLoader.asset_path, \"nuscenes\", return_raw_style=False) # Use the built-in datasets with simulator"
"waymo_data = AssetLoader.file_path(AssetLoader.asset_path, \"waymo\", unix_style=False) # Use the built-in datasets with simulator\n",
"nuscenes_data = AssetLoader.file_path(AssetLoader.asset_path, \"nuscenes\", unix_style=False) # Use the built-in datasets with simulator"
]
},
{