Mithunjack / Thesis-NeRFs

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

IBRNet Nerf #39

Closed Mithunjack closed 11 months ago

Mithunjack commented 11 months ago

Check IBRNet here

Mithunjack commented 11 months 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 11 months ago

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

Mithunjack commented 11 months ago

Not needed anymore now.