monosdf
monosdf copied to clipboard
running monosdf with car dataset, but get wrong mesh
I am using several car images to train monosdf, but get wrong mesh. What is the reason? Here in my data and mesh
Hi, i think maybe you need to use white background otherwise the model will try to use SDF to represent the background and stuck into local minimum.
I don't understand the effect of the white background, do you mean set white_bkgd=True in the network.py?
Yes.