Shubh Maheshwari
Shubh Maheshwari
Also, can you elaborate on **marking existing nodes inactive (basically removing them)** part? The only issue I am facing is with the graph update. For example, I am able to...
Is there any update on the release date for the code?
I am facing the same issue. I tried with different examples from an RGBD dataset and all result in this double side effect. I also tried using a different algorithm...
So I found out why it's happening. The tsdf is initialized as 1. Due to truncation, the tsdf crosses 0 twice. One near the surface, and another from -1 to...
Yes, their implementation of mask for marching cubes is not in-line with our usage. Basically in skimage they check if the mask is true, then they would run marching cubes...
@nmwsharp it would be great to have this functionality. Polyscope does detect whenever a point, vertex or a node has been selected. Can you give some clues how can I...
We tried retraining the models but the same issue persists. @zhan-xu can you help ?
As you suggested I changed the checkpoint to `deform_p_dt_seq` on [Line:210](https://github.com/zhan-xu/MoRig/blob/f23c8ce9bea444ade3185a3a78a9f6f676a0f2c8/evaluate/eval_tracking.py#L210) in `evaluate/eval_tracking.py` Even after making these changes, I am getting inconsistent results. https://user-images.githubusercontent.com/22934809/212795559-5832b17d-47b1-48b7-a14c-d68dfa4c7a63.mp4 That attached video shows ouput of...
Hi, Thanks for sharing the code and training model. The following are unclear: - How to qualitatively evaluate/visualise results on DeformingThings4D ? - I have extracted results from steps 7...
Hi, Thanks for the prompt reply. 2. Yes, the animation in the video demo. Can you share the procedure to retarget mixamo animation to the meshes shown in the video...