DRosemei / RoMe

214 stars 26 forks source link

cannot overfit single image #16

Closed lcc815 closed 1 year ago

lcc815 commented 1 year ago

thanks for your great work, which helps the community a lot. But I cannot learn a very clear mesh texture, so I try to overfit single image, and the rendered image is always blurred. following images are gt image and rendered image. gt image rendered image

I didn't change any settings of the origin code. Could you please give me some hint to find the reason why this happen? Thanks so much for your help.

lcc815 commented 1 year ago

I observed the loss. It cannot converge to zero no matter how many epochs it runs.

DRosemei commented 1 year ago

@lcc815 You can try to decrease bev_resolution (defalut is 0.1 meter) and enlarge bev range. Besides, if height or pose is not correct, it may be blurry.

lcc815 commented 1 year ago

thanks for your quick reply. I will try it :)

lcc815 commented 1 year ago

yes! You are right, bev_resolution matters and problem solved!