zju3dv / NeuMesh

Code for "MeuMesh: Learning Disentangled Neural Mesh-based Implicit Field for Geometry and Texture Editing", ECCV 2022 Oral
https://zju3dv.github.io/neumesh/
MIT License
380 stars 13 forks source link

Coordinate frame and other questions #8

Closed wamiq-reyaz closed 1 year ago

wamiq-reyaz commented 1 year ago

Hiya,

You guys have released code that deals with the DTU dataset. Could you please clarify the global coordinate frame and the camera coordinates that the code expects? This would be a great boon in training on our own datasets - especially the synthetic nerf dataset.

So the questions would be in the world coordinates is z-up? In the camera coordinates, what are the coordinate ranges after perspective transform (-1 to 1, or 0 to 1). In the camera, is +z the forward direction or is it -z?

Other question are:

  1. Why is there no object_bounding_radius? it is set for nuemesh, but the get_neumesh_model expects it under data?
  2. Why do you set perturb to False?
  3. What is white_background?

Hope you can answer. Cheers, Wamiq

chobao commented 1 year ago

Hi, wamiq-reyaz! The code dealing with DTU dataset is borrowed from neurecon and the processed DTU data is borrowed from Neus. You can refer to them for more details.

chobao commented 1 year ago

Close the inactive issues. Feel free to reopen it if the problem still needs to be solved.