WXinlong / ASIS

Associatively Segmenting Instances and Semantics in Point Clouds, CVPR 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A issue on block merging

PatrickFeng opened this issue · comments

Thank you @WXinlong for your excellent work.

I noticed that you used try...except... in function BlockMerging() when assigning value to the ndarray overlapgroupcounts. I also found this function in SGPN repo. When I test Area 5 Hallway 1 of S3DIS with SGPN, there is a error in this line "overlapgroupcounts[grouplabel[i],volume[xx,yy,zz]] += 1" that reports the index exceeds array index range(300).
Did you meet this error either and add a try...except... syntax here?

Hi, I have the same problem as you now. Did you solve it?

It's too long and I have forgotten how to solve it. My disk was down once and all data and code were lost.

I guess this error is insignificant since @WXinlong workaround it with try...except... and it works.