brownvc / planit

Public code release for our SIGGRAPH 2019 paper "PlanIT: Planning and Instantiating Indoor Scenes with Relation Graph and Spatial Prior Networks"
Other
94 stars 14 forks source link

import other datasets #2

Closed siyeonkim33 closed 4 years ago

siyeonkim33 commented 5 years ago

These days, I have a big interest in your work and want to apply it to my work. However, it is hard to use your code because of an illegal dispute on SUNCG dataset.

I have spent a lot of time and effort to look at importing other datasets such as scan-net or nyu v2 with annotations, but it was not easy to work. Is there any way that I can use your code? Have you ever imported other datasets?

I need your help and advice.

kwang-ether commented 4 years ago

You could probably adapt the code for any dataset that contains scenes with obb&class labels for each object in the scene, though there need to be non trivial changes to the graph extraction / rendering process. I am not currently aware of any alternative dataset (of a sufficient scale) that provides these, though

devShaurya commented 4 years ago

Hi @kwang-ether could you please mention the major changes needed? Hi @syunni33 Were you able to import other datasets, could you please mention how did you achieve it?