alexsax / 2D-3D-Semantics

The data skeleton from Joint 2D-3D-Semantic Data for Indoor Scene Understanding
http://3dsemantics.stanford.edu
Apache License 2.0
464 stars 67 forks source link

How to align Area_5a and Area_5b? #40

Open ZhengdiYu opened 2 years ago

ZhengdiYu commented 2 years ago

Hi,

Thanks for your great work. However, I was confused about the split mesh of Area_5.

  1. These 2 meshes seem not to be aligned in the same coordinate system. If I sample some points from two mesh and stack them together. Obviously, it's not recovered to complete Area_5 as expected.
  2. In the Area_5a, and Area_5b, some of the rooms has been split into two meshes. But for one side, it might be a single wall, while it would contain the most part of the room. This is to say we can't use the mesh separately as they're not complete if we don't stitch them together. However, it's not aligned.

Area_5a + Area_5b : image

Office_5 in Area_5a + Office_5 in Area_5b: image

Best, ZD

xiaobaishu0097 commented 2 years ago

Hi @ZhengdiYu,

Did you find any solution to align Area_5a and Area_5b? I also have the same problem. I would appreciate it if you could provide me with some ideas to solve this problem.

Best wishes, Heming

ZhengdiYu commented 2 years ago

Hi Guys @ZhengdiYu @xiaobaishu0097,

I found a solution. image (For Vertices in Area_5b)

image

How did you find the offsets? Did you use ICP?