-
Notifications
You must be signed in to change notification settings - Fork 28
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
Inquiry about ARAP Loss Function #52
Comments
Hi, Line 1080 in 26cd57d
The ARAP loss is added to the training objective after the warm up stage. Please view the code here: Line 1288 in 26cd57d
|
Thank you for your helpful response! Your guidance has resolved my problem. I have another question regarding the calculation of FPS (Frames Per Second). In my tests, the maximum FPS I am able to achieve is around 200, which is below the target of 300 FPS. How to reach the desired 300 FPS? |
I use this code to test the FPS: |
And, I have encountered another question. I am trying to understand the feature attribute of self.nodes. What the feature specifically refers to, and where in the code it is assigned its values? I noticed the dimension "3 + self.hyper_dim", where I understand that 3 refers to the xyz coordinates. Which feature dimensions does the self.hyper_dim represent? |
Hi, please firstly press the Line 518 in 26cd57d
I recommend you to call the function here: Line 1641 in 26cd57d
|
Hi, this is a good question! And that's our special design for the spatially sparse control. Hope this info helps! |
Thank you very much for your detailed response to my questions. It is indeed an impressive work! |
Hi, I am currently trying to use your repository with the DyNeRF dataset, eg. the cut_roasted_beef. However, I am unsure of the correct way to input this dataset into your code. Could you please let me know if your repository supports the DyNeRF dataset? If it does, could you provide some guidance on how to correctly set up and input the cut_roasted_beef, or any other DyNeRF dataset? |
When I try this command:
where I refer to issue#12, it occurs errors:
|
During my debugging sessions, I noticed that the program does not seem to enter the arap_loss function. Consequently, it appears that the ARAP loss is not utilized during the training process. And the arap_loss remains 0 during the entire training.
Could you please provide some clarification or insights into why this might be happening?
Thank you very much for your assistance. Looking forward to your response.
The text was updated successfully, but these errors were encountered: