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

Train with multi-objects for 2D image regression #6

Open
jingma-git opened this issue Nov 8, 2020 · 1 comment
Open

Train with multi-objects for 2D image regression #6

jingma-git opened this issue Nov 8, 2020 · 1 comment

Comments

@jingma-git
Copy link

This is a very excellent work. I've tested it. It performs very well for image regression and novel-view thesis on 'single-object'. But when I try to train it with multiple objects from same category, the proposed methods seems not work very well. I am trying to figure out a solution to this problem: given images of multi-objects from same category, predict image under certain view for a specific object. This is my code for multi-objects training https://github.com/jingma-git/NeRF_Pytorch. Any insights to solve this problem? Here is some useful links: https://github.com/thunguyenphuoc/HoloGAN

@phongnhhn92
Copy link

phongnhhn92 commented Nov 8, 2020

I think you are misunderstanding the problem that NERF is trying to solve. NERF is solving the problem of view synthesis on a specific scene. NERF can not generalize to a set of objects that you are showing in your implementation. In fact, HoloGAN is trying to solve another problem which is synthesizing images from the same category. Therefore, you should not compare NERF and HoloGAN directly.

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