-
Notifications
You must be signed in to change notification settings - Fork 10
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
Inconsistency in pred_vismask computed from Corrnet #4
Comments
We tried retraining the models but the same issue persists. @zhan-xu can you help ? |
Hi here you will need to use checkpoint "deform_p_dt_seq". Could you send me this mesh and this point cloud? |
As you suggested I changed the checkpoint to 1333.mp4That attached video shows ouput of different components of Morig
The main issue seems to come from pred_vismask but we are unable to figure out why is it happening. This issue is happening for all sequences. Could this be an issue with the version of pytorch used ? Can you confirm that you are also facing this issue. |
Hi,
I am trying to reproduce results for Morig, but facing issues with deforming the mesh using the point cloud motion.
The deformation (specifically
pred_vtx_traj
) I am getting by runningevaluate/eval_tracking.py
is more or less static and does not correspond to results inour_results/tracking_loss/*.npz
file.Currently I have figured out that the issue is due to
pred_vismask
values computed by Corrnet. After running line-45 inmodels/deformnet.py
most of the values in pred_vismask are close to 0. Because of this the number of vis_inds is approx, 20-50. But if using pred_vismask present inour_results/tracking_loss/*.npz
the number is close to 900-1000.Even on DeformingThings4D I am facing the same issue.
In the figure. left,middle and right show the input mesh, target point cloud and the target mesh configuration. Color on left mesh and middle point cloud show the correspondence whereas the right mesh shows the values of
pred_vismask_color
using the viridis color map (blue represents 0 and green represents 1)The text was updated successfully, but these errors were encountered: