LymanSong / FP_GNN

A framework for detecting and classifying indoor elements in a floor plan using Graph Neural Network.
MIT License
20 stars 4 forks source link

Label code #2

Open JanineCHEN opened 3 years ago

JanineCHEN commented 3 years ago

It seems like there are 8 possible labels for each polygon, yet I could not find the list of names for these 8 labels, namely which one corresponding to what category, wall, door or room?

Could you kindly provide this list? Thanks a bunch!

LymanSong commented 3 years ago

For Cubicasa dataset the labels are:

For UOS dataset,

For more details, please see the paper [https://www.preprints.org/manuscript/202101.0584/v1]

Thank you.