├── README.md ├── README_CN.md ├── coord_transform └── fbx2obj_axis.py ├── data_processing ├── parse2streetsurf.py └── parse2streetsurf_with_dynamic_mask.py ├── export ├── export.py ├── export_callbacks.py ├── export_car_manager.py ├── export_sensor_manager.py └── export_utils.py ├── imgs └── fig1.png ├── misc ├── convert_array0_to_arr0.py ├── fbx2obj.py ├── lidar2ply.py └── semseg2png.py ├── path.txt └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/README.md -------------------------------------------------------------------------------- /README_CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/README_CN.md -------------------------------------------------------------------------------- /coord_transform/fbx2obj_axis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/coord_transform/fbx2obj_axis.py -------------------------------------------------------------------------------- /data_processing/parse2streetsurf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/data_processing/parse2streetsurf.py -------------------------------------------------------------------------------- /data_processing/parse2streetsurf_with_dynamic_mask.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/data_processing/parse2streetsurf_with_dynamic_mask.py -------------------------------------------------------------------------------- /export/export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/export/export.py -------------------------------------------------------------------------------- /export/export_callbacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/export/export_callbacks.py -------------------------------------------------------------------------------- /export/export_car_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/export/export_car_manager.py -------------------------------------------------------------------------------- /export/export_sensor_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/export/export_sensor_manager.py -------------------------------------------------------------------------------- /export/export_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/export/export_utils.py -------------------------------------------------------------------------------- /imgs/fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/imgs/fig1.png -------------------------------------------------------------------------------- /misc/convert_array0_to_arr0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/misc/convert_array0_to_arr0.py -------------------------------------------------------------------------------- /misc/fbx2obj.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/misc/fbx2obj.py -------------------------------------------------------------------------------- /misc/lidar2ply.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/misc/lidar2ply.py -------------------------------------------------------------------------------- /misc/semseg2png.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/misc/semseg2png.py -------------------------------------------------------------------------------- /path.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/path.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THU-LYJ-Lab/SS3DM-Exporter/HEAD/requirements.txt --------------------------------------------------------------------------------