lab231 / ST-RoomNet

Official code for ST-RoomNet
11 stars 3 forks source link

Finding four corners? #3

Open khushaljethava opened 9 months ago

khushaljethava commented 9 months ago

Hello, Great work, Is there a way to find the 4 corners of the floor? result (1) This is the image and we can see only one corner is visible but I want to find the 4 corners, I have tried to find the intersection point but it's not perfect.

OTlhv This is the reference image, I want to find 4 corners like this.

I hope you can help me with this. Thanks in advance.

ebrahimkhalilabbasi commented 8 months ago

Hello @khushaljethava,

Have you managed to find the corners?

khushaljethava commented 8 months ago

Hello @ebrahimkhalilabbasi,

I haven't had much success, but you can determine the estimated corners by identifying the intersection points.

ebrahimkhalilabbasi commented 8 months ago

Does the code give the geometry data as output?

khushaljethava commented 8 months ago

No, it does not, and I believe it's challenging to extract geometry data from just a single image. You can try training a model to do that.

ebrahimkhalilabbasi commented 8 months ago

@khushaljethava Thanks for your answer. The output does not have the corresponding length and width of the walls, ceiling, and floors. How is it possible to find the intersections so?