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

What is the difference between the model_01_deconv and model_025_deconv. Is one used for training over the other. The model_01_deconv training does not seem to work #14

Open
spbayley opened this issue Mar 29, 2018 · 5 comments

Comments

@spbayley
Copy link

spbayley commented Mar 29, 2018

I tried implementing the training function of the model_01_deconv.py function but I get errors starting with the first being the following:
File "model_01_deconv.py", line 382, in lidar_generator
yield np.array(batch_voxel, dtype=np.float32)[:, :, :, :, np.newaxis], np.array(batch_g_map, dtype=np.float32), np.array(batch_g_cord, dtype=np.float32)
IndexError: too many indices for array

@ansabsheikh9
Copy link

Hi @spbayley
I think generator give error when there is no Car in scene. you may reffer to this issue for solutionhttps://github.com/yukitsuji/3D_CNN_tensorflow/issues/4 I hope this will help you

@OneManArmy93
Copy link

@ansabsheikh9 Hi, i get an error when there is no car in scene, and the link you provided doesnt is blank. any help? thank you

@OneManArmy93
Copy link

@spbayley did you figure out how to fix the error when there is no car in scene?

@ansabsheikh9
Copy link

@OneManArmy93 One easiest solution would be to filterout all the files (pointcloud) which do not contain any vehicle in them by using information from ground truth.

@OneManArmy93
Copy link

@ansabsheikh9 thank you for your reply. But can you explain how to do that? and how can i get the information from the ground truth? Thank you.

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

3 participants