shubham-goel / ucmr

Code for the ECCV2020 paper "Shape and Viewpoint without Keypoints".
https://shubham-goel.github.io/ucmr/
148 stars 11 forks source link

if i don't have sfm_pose ? #25

Closed G-Apple1 closed 1 year ago

G-Apple1 commented 2 years ago

Hi @shubham-goel . Thanks for your great work!

U-CMR doesn't require any special annotations and requires only images+masks as input. But in the code, the input also need sfm_pose. As you said, it's optional as it is only used for visualizing camera-pose error during training. I would like to know where the code can be set to not use sft_pose.

yangyouzi commented 1 year ago

Hello,I have an error here when running the NMR file, displaying "module 'soft_renderer' has no attribute 'SoftRenderer'",I checked that there is no softrender.py in the "soft_render" library,how to solve the problem? c2a6c8b21dee1105138a7e3511cd912 0b56b243d821e91ca38e85b54a0204c 227e6a3d8882e6f80e162904d6714c2

shubham-goel commented 1 year ago

Hi @G-Apple1. The easiest solution is to set sfm_pose to identity or random values. I did this for some experiments, and it works fine since the code doesn't use sfm_pose during training.

Regards, Shubham

shubham-goel commented 1 year ago

Closing due to inactivity.