Meshroom icon indicating copy to clipboard operation
Meshroom copied to clipboard

[question] questions regarding nerf-related methods

Open simin75simin opened this issue 2 years ago • 4 comments

  1. is it possible to add nerf-related methods to meshroom and keep the running time low?
  2. is nerf better than meshroom now / in a couple of years?

thanks for answering.

simin75simin avatar May 09 '22 08:05 simin75simin

  1. yes
  2. this depends on the purpose. I monitor the progress in the field here. At the moment the DL methods are optimized for specific scenes/models and generally do not produce highly detailed models/pointclouds/depthmaps. But the existing methods can be efficient in combination with traditional photogrammetry methods. So far, traditional photogrammetry is (to my knowledge) superior to the DL methods regarding accuracy and detail. This difference will probably reduce over time.

The DL methods available at the moment that are actually good and available are most of the time licensed quite restrictive and/or the code is difficult to setup. I find it curious that, there is no ready to use executable to drop a few images in and get a model out so far. Yes, there are Colab notebooks, but if you want to run the code on your own computer you need to spend a considerable time to configure the environment. I tried to build some projects using pyinstaller to wrap all the dependencies up, but sadly I don´t have the time to configure my projects. Being able to test out some of the existing models and use them within Meshroom would be great and unique. If that is something you are considering working on, I could give you some pointers to promising projects that should not be to difficult (relatively speaking) to connect to Meshroom.

natowi avatar May 09 '22 16:05 natowi

If that is something you are considering working on, I could give you some pointers to promising projects that should not be to difficult (relatively speaking) to connect to Meshroom.

yeah i'd like to know could you show me some that will not slow down the runtime too much? thanks!

simin75simin avatar May 10 '22 06:05 simin75simin

You may find this interesting: https://peterfalkingham.com/2022/04/26/neural-radiance-fields-nerf-and-instant-ngp-future-of-photogrammetry/

https://github.com/ventusff/neurecon

There are some projects that are OpenMVG (and therefore nearly Meshroom) compatible like https://github.com/AIBluefisher/EGSfM

There are a few more recent one, but I need to look them up.

natowi avatar May 16 '22 20:05 natowi

https://github.com/joreeves/mr2nerf

natowi avatar Jul 30 '23 16:07 natowi