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

Retrieval result unclear #24

Open
SkyeFromKindergarten opened this issue Aug 26, 2019 · 3 comments
Open

Retrieval result unclear #24

SkyeFromKindergarten opened this issue Aug 26, 2019 · 3 comments

Comments

@SkyeFromKindergarten
Copy link

Sorry to take your time again and again (sorry for being stupid TAT)

I sucessfully got the retrieval result. It turns out to be only 55 files (weird). And in each file, there are 1000 lines, which match with SHREC16 requirement. But the sorted ids are strange, all of them are double digits, e.g.

file 000000
000000 0.000000
000048 0.065430
000054 0.100580
000052 0.107867
000036 0.122333
000050 0.124427
000044 0.126996
000054 0.128756
000040 0.146189
000053 0.147754
000010 0.148218
000033 0.149304
000052 0.155951
000031 0.157031
000030 0.157686
000050 0.161438
000014 0.163000
000038 0.166047
000007 0.166474
000053 0.166583
000011 0.169018
000042 0.170448
000052 0.171148
000041 0.171711
000046 0.173249
000003 0.174657
000035 0.175464
000009 0.177142
000009 0.177213
000018 0.179162
000042 0.179293
000016 0.180040
000050 0.180699
000040 0.181859
000034 0.183287
000021 0.184157
000014 0.186218
000005 0.189774
000044 0.191259
000005 0.192165
......

I m working on this problem now, if you have any idea please let me know. I will update if I find anything.

Thanks for being patient :)

@lijx10
Copy link
Owner

lijx10 commented Aug 26, 2019

Don't be so apologetic. I should have made the shrec16/test.py better. I have updated the codes just now, at least it works on my desktop without any problem now.

@SkyeFromKindergarten
Copy link
Author

SkyeFromKindergarten commented Aug 26, 2019

Thanks for your quick reply. I have another question, in modelnet_shrec_loader.py line 107
107: name, category = line, int(line) % 55

why do you set test data's category by name_id%55 ?

@lijx10
Copy link
Owner

lijx10 commented Mar 11, 2020

It is simple a way to get a integer id for each category.

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