3dlg-hcvc / plan2scene

Official implementation of the paper Plan2Scene.
MIT License
477 stars 61 forks source link

Rent3D dataset no longer available #33

Closed dfraska-ftl closed 1 year ago

dfraska-ftl commented 1 year ago

While I was able to download the Rent3D++ dataset, the original Rent3D dataset link at http://www.cs.toronto.edu/~fidler/projects/rent3D.html seems to be broken. If my understanding is correct, that data would be necessary to retrain this model. Does anyone have an alternative download link?

I've already e-mailed the Rent3D researchers through their e-mail links on that page and if I get a response I'll update this issue with a new link.

madhawav commented 1 year ago

Hi,

Thank you for your interest.

For training the model, the Rent3D dataset is not required.

For training the texture synthesis stage, you can use the stationary textures v2 dataset as described here: https://github.com/3dlg-hcvc/plan2scene/blob/main/docs/md/stationary_textures_dataset_v2.md

For texture propagation stage, you can use the rectified surface crops provided with the Rent3D++ dataset.

dfraska-ftl commented 1 year ago

Ok, great thanks for the reply.