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

Question about the benchmark_datasets #7

Closed
ahandsomeperson opened this issue Aug 26, 2019 · 3 comments
Closed

Question about the benchmark_datasets #7

ahandsomeperson opened this issue Aug 26, 2019 · 3 comments

Comments

@ahandsomeperson
Copy link

Hi, thanks for your great job! But I am trying to visualize your submaps, and the following picture is from one of the .bin file
图片
However, the max value is up to 10^38. I have no idea what is the visualization result represent for. Is there something wrong with the submap dataset? Or I miss something?

@ahandsomeperson
Copy link
Author

oh, I just solve this problem

@KangchengLiu
Copy link

How is it solved?

@chienerh
Copy link

chienerh commented Jun 11, 2021

I also encountered the issue that the values are abnormally large.
I checked the generate_submaps.m code and found out the author is storing the bin files using double.
Previously, I was reading the bin file using np.float32. After changing the reading format to np.double or np.float64, I can read the file properly.

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