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

Question about the results. #8

Open
Colmar-zlicheng opened this issue Jun 3, 2024 · 9 comments
Open

Question about the results. #8

Colmar-zlicheng opened this issue Jun 3, 2024 · 9 comments

Comments

@Colmar-zlicheng
Copy link

Hi, thanks for your excellent work.

I have tried the code (simple task on partnet), and get the results below. I want to ask does these results in line with the expectations of the paper? I just want to make sure everything I do is correct. Thank you!

demo1.mp4

WechatIMG647

demo2.mov
@xizaoqu
Copy link
Collaborator

xizaoqu commented Jun 5, 2024

Hi, yes it is correct. If you want to remove this, just comment lines in the _draw_task function.

@yhr0710
Copy link

yhr0710 commented Nov 3, 2024

Hi, thanks for your excellent work.

I have tried the code (simple task on partnet), and get the results below. I want to ask does these results in line with the expectations of the paper? I just want to make sure everything I do is correct. Thank you!

demo1.mp4
WechatIMG647

demo2.mov
Hi, guys,I would like to know where the output MP4 files are saved after running demo_scannet.sh, and whether it is necessary to specify a location? Thank you!

@xizaoqu
Copy link
Collaborator

xizaoqu commented Nov 4, 2024

Oh, I just find that I've misunderstood your questions. The results you provided are a little bit weird. Maybe this is because of the batch size error from the early version of my release. You can run the newest version for training and evaluate the given checkpoints for reference.

@xizaoqu
Copy link
Collaborator

xizaoqu commented Nov 4, 2024

Hi, guys,I would like to know where the output MP4 files are saved after running demo_scannet.sh, and whether it is necessary to specify a location? Thank you!

Hi, it will not be automatically saved. I normally use screenshot apps to save it or use the blender for better rendering results.

@yhr0710
Copy link

yhr0710 commented Nov 4, 2024

Hi, guys,I would like to know where the output MP4 files are saved after running demo_scannet.sh, and whether it is necessary to specify a location? Thank you!

Hi, it will not be automatically saved. I normally use screenshot apps to save it or use the blender for better rendering results.
Thank you for your prompt response. What I would like to know is, what kind of file will be generated after running the 'sh demo_scannet.sh' command? And then how can I use this file with Blender to render? Thank you!

@xizaoqu
Copy link
Collaborator

xizaoqu commented Nov 5, 2024

Thank you for your prompt response. What I would like to know is, what kind of file will be generated after running the 'sh demo_scannet.sh' command? And then how can I use this file with Blender to render? Thank you!

It will not generate results but prompt a window to show the results by default. So it is recommended to use a local device for visualization. If you want to render it with Blender, please refer to https://github.com/xizaoqu/blender_for_UniHSI.

@yhr0710
Copy link

yhr0710 commented Nov 7, 2024

Thank you for your prompt response. What I would like to know is, what kind of file will be generated after running the 'sh demo_scannet.sh' command? And then how can I use this file with Blender to render? Thank you!

It will not generate results but prompt a window to show the results by default. So it is recommended to use a local device for visualization. If you want to render it with Blender, please refer to https://github.com/xizaoqu/blender_for_UniHSI.

Hi,Thank you very much for once again supplementing the code and responding promptly. I would like to ask if the Precision metric in the output test_log is equivalent to the Contact Error metric in the paper. Thank you again!

@xizaoqu
Copy link
Collaborator

xizaoqu commented Nov 7, 2024

Hi,Thank you very much for once again supplementing the code and responding promptly. I would like to ask if the Precision metric in the output test_log is equivalent to the Contact Error metric in the paper. Thank you again!

Ah yes. Thanks for pointing out. I've fixed the inconsistency.

@yhr0710
Copy link

yhr0710 commented Nov 13, 2024

Hi,Thank you very much for once again supplementing the code and responding promptly. I would like to ask if the Precision metric in the output test_log is equivalent to the Contact Error metric in the paper. Thank you again!

Ah yes. Thanks for pointing out. I've fixed the inconsistency.

Hello, thank you again for your prompt response. When I am training the hard task using an RTX 4090 GPU, after loading the weights for the mid task, the GPU memory always overflows. Even when I significantly reduce the parameters such as batch_size and amp_batch_size to 2, the issue persists. I am wondering what could be causing this situation? Since the deep networks for all three stages are exactly the same, the first two stages did not encounter such problems, I am quite puzzled. If you have any insights on how to resolve this, I would be very grateful.

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

3 participants