You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Can anyone share their opinion to help me clear up my confusion? I understand that the main idea behind DeepSDF is to use features that "embed" the underlying information of the mesh, which is driven by the sdf. These features can be optimized during testing. However, in the reconstruct.py file, I noticed that DeepSDF directly uses the ShapeNet processed SDF ground truth validation set (gt val) as the gt_sdf to supervise the optimization of the features during inference.
My question is whether it is accurate to say that DeepSDF uses ground truth testing meshes from ShapeNet to evaluate its performance. The reason I ask is that this seems to be the procedure: testing gt meshes -> testing gt sdfs -> using them as supervision for optimization during inference. If this is the case, then any compared methods should also use ground truth testing meshes for fairness, correct?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can anyone share their opinion to help me clear up my confusion? I understand that the main idea behind DeepSDF is to use features that "embed" the underlying information of the mesh, which is driven by the sdf. These features can be optimized during testing. However, in the reconstruct.py file, I noticed that DeepSDF directly uses the ShapeNet processed SDF ground truth validation set (gt val) as the gt_sdf to supervise the optimization of the features during inference.
My question is whether it is accurate to say that DeepSDF uses ground truth testing meshes from ShapeNet to evaluate its performance. The reason I ask is that this seems to be the procedure: testing gt meshes -> testing gt sdfs -> using them as supervision for optimization during inference. If this is the case, then any compared methods should also use ground truth testing meshes for fairness, correct?
The text was updated successfully, but these errors were encountered: