jiepengwang / NeuRIS

MIT License
227 stars 16 forks source link

How can I do inferencing with my own images ? #29

Closed holmes27 closed 6 months ago

holmes27 commented 9 months ago

What are things I need to keep in my mind for the image (properties) and how do I preprocess it?

jiepengwang commented 9 months ago

Thanks for your interest in our work. You can follow the the pipeline here (https://github.com/jiepengwang/NeuRIS/tree/main/preprocess) and (https://github.com/jiepengwang/NeuRIS/blob/5168dcc092e580892e943cc1da29d36b7a7fbf61/preprocess/sfm_mvs.py#L230) to prepare your custom data for training and inference.