TrystAI / restorers

Restorers provide out-of-the-box TensorFlow implementations of SoTA image and video restoration models for tasks such as low-light enhancement, denoising, deblurring, super-resolution, etc.
https://wandb.me/low-light
36 stars 0 forks source link

feat: Create Infrastructure for evaluation and inference around various tasks #33

Closed soumik12345 closed 1 year ago

soumik12345 commented 1 year ago

Fixes https://github.com/soumik12345/restorers/issues/30

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

soumik12345 commented 1 year ago

@ariG23498 made a couple of changes since your last review:

  1. Fixed the GFLOPs calculation logic which was previously broken.
  2. Aligned the Zero-DCE implementation closer to the original paper and matched its GFLOPs count accurately with the paper.

Could you please review the changes?