princeton-computational-imaging / NSF

Official code repository for the paper: "Neural Spline Fields for Burst Image Fusion and Layer Separation"
MIT License
280 stars 15 forks source link

How to test directly on custom dataset without training the model on them? #7

Closed mohiiieldin closed 6 months ago

mohiiieldin commented 6 months ago

Is there a way to test directly on custom images? also if I want to test on a single image should I repeat it to mimic the burst images or is it okay?

Thanks.

Ilya-Muromets commented 6 months ago

This work uses motion to separate layers (e.g. a reflection moving less than the objects behind it), so unfortunately it will not work for single image obstruction removal. Happy to discuss more in the other thread.

mohiiieldin commented 6 months ago

Thanks for the clarification.