pix2pix3D
pix2pix3D copied to clipboard
Generated mesh are so same
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.
Can you give me some suggestion how to get different mesh when i use different input image?
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.