-
Notifications
You must be signed in to change notification settings - Fork 8
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
Comments
Hi, yes it is correct. If you want to remove this, just comment lines in the |
|
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. |
Hi, it will not be automatically saved. I normally use screenshot apps to save it or use the blender for better rendering results. |
|
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! |
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. |
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
demo2.mov
The text was updated successfully, but these errors were encountered: