dunbar12138 / pix2pix3D

pix2pix3D: Generating 3D Objects from 2D User Inputs
http://www.cs.cmu.edu/~pix2pix3D/
MIT License
1.65k stars 132 forks source link

Generated mesh are so same #12

Open r530044129 opened 1 year ago

r530044129 commented 1 year ago

image I have try different input_id to generate car mesh, such as id 222\888\1605\1607\1608, but the result are almost same. Here is my command: python applications/extract_mesh.py --network checkpoints/pix2pix3d_edge2car.pkl --outdir examples --cfg edge2car --input_id 1234 I have not changed any code. When I use your example pic, which is example_input_edge2car.png, the result is decent. image

Can you give me some suggestion how to get different mesh when i use different input image?

dunbar12138 commented 1 year ago

Hi, thanks for your interest!

If you want different styles, you can try different random seeds. Also, our model works better if the given view is from the top or side.