Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pseudo-LiDAR for training AVOD using monodepth2 #40

Open
ferdyandannes opened this issue May 14, 2020 · 1 comment
Open

Pseudo-LiDAR for training AVOD using monodepth2 #40

ferdyandannes opened this issue May 14, 2020 · 1 comment

Comments

@ferdyandannes
Copy link

ferdyandannes commented May 14, 2020

Hello
First thank you for sharing the amazing works through github, I have several question related with my problem.

  1. I generate the pseudo lidar from your repository by using depth information (NPY files) from monodepth2, but I am not sure whether my pseudo lidar data is correct or not. My pseudo lidar is shown like this:
    10_npy_monodepth2
    Do you think that my pseudo lidar is correct or not? because when I try to train it using your AVOD repository, it has error in generating the minibatch.

The AVOD error is like this:
File "/media/ferdyan/NewDisk/ITRI_3D/avod_pl-master/wavedata/wavedata/tools/core/voxel_grid_2d.py", line 102, in voxelize_2d
unique_indices[-1])
IndexError: index -1 is out of bounds for axis 0 with size 0
All Done (Parallel)

Thank you very much. Have a nice day.

@ferdyandannes ferdyandannes changed the title Pseudo-LiDAR for training AVOD Pseudo-LiDAR for training AVOD using monodepth2 May 14, 2020
@mileyan
Copy link
Owner

mileyan commented Jun 29, 2020

Hi @ferdyandannes , you have to first use the code to generate point cloud. There is a point cloud visualization library pyntcloud. You can use it to visualize Velodyne points and your monocular depth and compare the difference between them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants