ennauata / houseganpp

Other
188 stars 37 forks source link

How can I get the training data from the raw RPLAN dataset? #1

Open CharlieLei opened 3 years ago

ennauata commented 3 years ago

RPLAN dataset can be found here

chenxi1228 commented 3 years ago

I'm new to ML and I downloaded the dataset, could you please show me how could I use the dataset to train the model? or what should I do to setup the training data?

ennauata commented 2 years ago

Hello,

Please use the following script to convert the raw RPLAN dataset into .json files. https://github.com/ennauata/houseganpp/blob/main/misc/read_floorplan.py

These json files are used directly as input for training our model.

ennauata commented 2 years ago

Please use this script https://github.com/sepidsh/Housegan-data-reader.