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

Intermediate files for real data benchmark has 'nan' elements. #31

Open
jbjeong opened this issue Feb 26, 2020 · 0 comments
Open

Intermediate files for real data benchmark has 'nan' elements. #31

jbjeong opened this issue Feb 26, 2020 · 0 comments

Comments

@jbjeong
Copy link

jbjeong commented Feb 26, 2020

Hello, thank you for the great work.

I found the issue on intermediate files for real data benchmark on Geometric Registration on Synthetic Data
( intermediate-files-real.zip )

The data has 'nan' elements.
For example,
fid = fopen('cloud_bin_0.desc.3dmatch.bin', 'rb')
data = fread(fid, 'single')
num_points = data(1)
num_feats = data(2)
feat = data(3:end)

any(isnan(feat))
-> ans = 1
sum(isnan(feat))
-> ans = 512

Thanks.

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