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
hi,thank you for this great job.
In paper, the exemplars are offline-rendered, but in code
refinement.py 157 - 162 image1, depth1 = datasets.render_objects_pytorch3d( pytorch3d.structures.join_meshes_as_batch([meshes[clsid][1]]), torch.from_numpy(predP).unsqueeze(0).float(), torch.from_numpy(np.matmul(trans_M, render_K)).unsqueeze(0).float(), patch_width, patch_height )
The exemplars are online rendering? Thanks.
The text was updated successfully, but these errors were encountered:
ok,thanks. I am looking forward to that you can share the offline version later if you have time.I'm a little confused about how to retrieve and generate exemplars.
hi,thank you for this great job.
In paper, the exemplars are offline-rendered, but in code
refinement.py 157 - 162
image1, depth1 = datasets.render_objects_pytorch3d( pytorch3d.structures.join_meshes_as_batch([meshes[clsid][1]]), torch.from_numpy(predP).unsqueeze(0).float(), torch.from_numpy(np.matmul(trans_M, render_K)).unsqueeze(0).float(), patch_width, patch_height )
The exemplars are online rendering? Thanks.
The text was updated successfully, but these errors were encountered: