m-tassano / fastdvdnet

FastDVDnet: A Very Fast Deep Video Denoising algorithm
MIT License
572 stars 123 forks source link

Can this model denoise the video taken by the camera in real time? Or is it only possible to denoise a full video? #34

Closed xinxin342 closed 3 years ago

xinxin342 commented 3 years ago

Can this model denoise the video taken by the camera in real time? Or is it only possible to denoise a full video?

m-tassano commented 3 years ago

As discussed in the paper, the time to denoise a frame of resolution 960 × 540 in the current implementation is about 100ms. That's only 10fps, so I'd say that'd be your main limiting factor to denoise in real time.