Jason Ku
Jason Ku
https://github.com/kujason/avod/issues/80#issuecomment-404755570 Try adding `wavedata` to your Python path: `export PYTHONPATH=$PYTHONPATH:/home/username/avod/wavedata`
Is it saying that a file is missing? Please post the full error message if possible.
Please check the wiki page for more details on the data formats: https://github.com/kujason/avod/wiki/Data-Formats
Hi RMobina, which pipeline_config file did you use for run_training.py?
Please check that the KITTI labels are located at `home//Kitti/object/training/label_2`, and not elsewhere
Please see this demo for an example: https://github.com/kujason/scene_vis/blob/master/demos/kitti_obj/view_sample_3d.py#L67
That list appears to be correct. You can also check out https://github.com/kujason/scene_vis to visualize samples from the KITTI object detection dataset in 3D.
The code is compatible up to tensorflow 1.8 (and possibly up to 1.15, but we have not verified this). Also see #61
While this algorithm isn't specifically designed for that task, the masked morphological operations can be used to fill in the holes (see https://github.com/ethnhe/PVN3D and https://arxiv.org/abs/1808.03833 for examples)