hjxwhy / mipnerf_pl

Unofficial pytorch-lightning implement of Mip-NeRF
MIT License
274 stars 30 forks source link

Script for visualizing poses #10

Closed addy1997 closed 2 years ago

addy1997 commented 2 years ago

Hi @hjxwhy,

This is amazing work. If you don't mind, may I ask which scripts are used for visualizing poses?

hjxwhy commented 2 years ago

Thanks, you can visualize poses using this script https://github.com/hjxwhy/mipnerf_pl/blob/dev/utils/visualize_cameras.py

addy1997 commented 2 years ago

Thanks, you can visualize poses using this script https://github.com/hjxwhy/mipnerf_pl/blob/dev/utils/visualize_cameras.py

Thanks