SO-Net icon indicating copy to clipboard operation
SO-Net copied to clipboard

Retrieval result unclear

Open SkyeFromKindergarten opened this issue 5 years ago • 3 comments

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 :)

SkyeFromKindergarten avatar Aug 26 '19 08:08 SkyeFromKindergarten

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.

lijx10 avatar Aug 26 '19 11:08 lijx10

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 ?

SkyeFromKindergarten avatar Aug 26 '19 12:08 SkyeFromKindergarten

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

lijx10 avatar Mar 11 '20 10:03 lijx10