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

problems about Visualize #26

Open
Azpril45 opened this issue Oct 31, 2017 · 0 comments
Open

problems about Visualize #26

Azpril45 opened this issue Oct 31, 2017 · 0 comments

Comments

@Azpril45
Copy link

Dear @shurans

Thank you for sharing your work.
I tried to visualize the tsdf volume data by uncomment the function
SaveVox2Ply("vis_tsdf_" + std::to_string(batch_idx) + ".ply", data_crop_vox_size, vox_tsdf);
But some error just came out when I recompile.
The first error is that the function SaveVox2Ply seems undefined. I look thought the code and found that you comment this line: #include "suncg_fusion.cu" which is exactly function SaveVox2Ply defined.
So I simply uncommented this line and compiled again. However, different error came out.
It says that:
error: argument of type "double *" is incompatible with parameter of type "float *"
detected during instantiation of "void caffe::SuncgDataLayer::load_batch(caffe::Batch *) [with Dtype=double]" (631): here
It confused me.
It will be appreciated that you can explain why this error came out and what should I do to make the visualize function work?

Thank you
Sincerely yours
Tony

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

1 participant