-
Notifications
You must be signed in to change notification settings - Fork 9
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
Questions about test of scene reconstruction #24
Comments
Hi, for the scene reconstruction results, you can put the results at the location that is predicted by the object reconstruction module. You can directly run the demo to obtain a scene reconstruction results. Can you specify more about 'why occ is needed'? The training of PIFu requires occ. Does it means that some other reconstruction method can be used instead of using PIFu based method? |
@UncleMEDM
Oh, Sorry for my misunderstanding.
Of course, PIFu train requires occ. I wondered why the test needed that data. Thank you! |
Hi, the testing actually does not need the occ. But I reused the dataloader that is used during the training. I will add a flag in the dataloader so that it can disable loading occ. |
Thank you! I want to inference web image by using the InstPIFu trained on the 3D FRONT dataset. However, I'm not sure how InstPIFu can be applied for web images. When preprocessing a 3D FRONT dataset, it seems to assume that there is a file called "desc.json" by default. However, these files do not exist for web images. Is there any way to inference InstPIFu from web RGB image?(If we need depth, we can assume we can get depth.) |
Hi, I will consider to add the function of testing arbitary images, but it may need several days to write the codes. I may update the codes in next week. |
@UncleMEDM I would really appreciate it if you could update the code! |
Hi! @UncleMEDM Sorry, but could you tell me when the code will be updated? |
Hello @UncleMEDM, can you at least list the steps for testing arbitary images? |
Sorry for the late reply. Actually there are only a few things need to be done. |
Thank you for providing good work!
When inferring with 3D-FRONT data, results are only at the object level.
As in the paper, how can I get the scene reconstruction result considering the spatial relationship between each object in the scene?
Additionally, I wonder why occ is needed. I think the occ serves as a template, so doesn't that eliminate the need for PIFu here?
The text was updated successfully, but these errors were encountered: