wffancy / 3dssg

3D scene graph generation using GCN
44 stars 8 forks source link

Dataset #11

Open Bongnah opened 2 months ago

Bongnah commented 2 months ago

Hello,

thank you for the great work!

I ran the python scrpits/train.py code to train the model you provided, but I got an error that there is no dataset.

I downloaded the 3DSSG_subset folder from another issue, put it in the data folder ( /3dssg/data/3RScan/3DSSG_subset/ ), and set CONF.PATH.BASE in lib/config.py to my folder.

How can I download and use the data needed for train?