jkulhanek / viewformer

ViewFormer: NeRF-free Neural Rendering from Few Images Using Transformers
MIT License
233 stars 15 forks source link

Using custom images #9

Open jkulhanek opened 1 year ago

jkulhanek commented 1 year ago

As mentioned here #8 , there is no loader implemented currently to load data in a generic format. It would be good to support loading COLMAP models to enable people to run ViewFormer on video sequences.

Currently, if you want to write your own loader, it should be quite easy if you start from the 7Scenes loader.