Mithunjack / Thesis-NeRFs

Denoising 3D TEM tomography via Advanced Neural Radiance Fields(NeRF)
9 stars 0 forks source link

IBRNet Nerf #39

Closed Mithunjack closed 1 year ago

Mithunjack commented 1 year ago

Check IBRNet here

Mithunjack commented 1 year ago

If you want to create and train on your own datasets, you can implement your own Dataset class following our examples inibrnet/data_loaders/. You can verify the camera poses using data_verifier.py in ibrnet/data_loaders/.

Mithunjack commented 1 year ago

To get Camera positon one method got in internet := https://www.mathworks.com/help/vision/ug/structure-from-motion.html

Mithunjack commented 1 year ago

Not needed anymore now.