Since wavedata is nested under a wavedata folder, the import paths need to be updated from wavedata.tools to wavedata.wavedata.tools. Without this change, files like save_kitti_predictions.py and show_predictions_2d.py would result in an ImportNotFound error. Changes would need to be made in the wavedata submodule too.
This would require changing the submodule path to be the fork.
Since wavedata is nested under a wavedata folder, the import paths need to be updated from
wavedata.tools
towavedata.wavedata.tools
. Without this change, files likesave_kitti_predictions.py
andshow_predictions_2d.py
would result in anImportNotFound
error. Changes would need to be made in thewavedata
submodule too.This would require changing the submodule path to be the fork.