aimagelab / mcmr

PyTorch code for 3DV 2021 paper: "Multi-Category Mesh Reconstruction From Image Collections"
MIT License
18 stars 2 forks source link

how to test with my own picture #4

Closed lisentao closed 2 years ago

lisentao commented 2 years ago

I am interested with your work, it is wonderful, and I want to use a picture to test this network to directly generate output (such as .ply files or .obj files). Do you have any opinions.

AlbertoRemus commented 2 years ago

to directly generate output (such as .ply files or .obj files)

Hi @lisentao this modification did the job for me:

https://github.com/AlbertoRemus/mcmr/commit/7e9bd74f12da19e28365d0f2ba77bc3ec3648d9e

Screenshot from 2022-05-03 14-58-47

lisentao commented 2 years ago

Thank you very much.@AlbertoRemus