Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconstruction of building #4

Open
bhowmickarka opened this issue Sep 13, 2021 · 1 comment
Open

Reconstruction of building #4

bhowmickarka opened this issue Sep 13, 2021 · 1 comment

Comments

@bhowmickarka
Copy link

Hello,
First of all thank you for the amazing work and making it public. I have a small question. I was experimenting with CoreNet for building reconstruction and none of the saved models worked. So, I just wanted to know that whether have you used any of the building data available in ShapeNet for training any of the models? And if not, then if I want to have a model that reconstructs buildings from images, do I need to take care or change any specific part of the code, except for creating a building dataset?
Thank you

@vitaminSP
Copy link
Collaborator

Hi,

I was experimenting with CoreNet for building reconstruction and none of the saved models worked.

Yes, this is expected. The models learn object priors and the object classes we trained them on don't include buildings. Also, CoReNet is very sensitive to the overall image brightness/gamma, which might further prevent it to work in your case. I noticed this recently and I plan to introduce an optional torchvision.transforms.ColorJitter transform while training to correct for it.

So, I just wanted to know that whether have you used any of the building data available in ShapeNet for training any of the models?

No, unfortunately not. But I am curios to see how CoReNet would perform on such data :)

And if not, then if I want to have a model that reconstructs buildings from images, do I need to take care or change any specific part of the code, except for creating a building dataset?

You should be able to train CoReNet on a new building dataset directly, without modifying the code.
Just make sure that the camera matrices in the data are correct, by rendering a few scenes with the data_loading_transformation_and_rendering.ipynb notebook (in the doc folder).

Best regards,
Stefan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants