javierabad01 commited on
Commit
4fc7ee7
·
verified ·
1 Parent(s): 94e9f15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -62,6 +62,7 @@ title = "Efficient Low-Light Enhancement ✏️🖼️ 🤗"
62
  description = ''' ## [Inpainting for Autonomous Driving](https://github.com/cidautai)
63
  [Javier Abad Hernández](https://github.com/javierabad01)
64
  Fundación Cidaut
 
65
  > **Disclaimer:** please remember this is not a product, thus, you will notice some limitations.
66
  **This demo expects an image with some degradations.**
67
  Due to the GPU memory limitations, the app might crash if you feed a high-resolution image (2K, 4K).
 
62
  description = ''' ## [Inpainting for Autonomous Driving](https://github.com/cidautai)
63
  [Javier Abad Hernández](https://github.com/javierabad01)
64
  Fundación Cidaut
65
+ “Inpainting is a technique used to restore or fill in missing parts of an image. Specifically, it works well for images where a synthetic object has been intentionally added (such as a placeholder or occlusion). In the context of datasets like BDD100K, inpainting can effectively remove these synthetic objects, resulting in a cleaner and more natural appearance.”
66
  > **Disclaimer:** please remember this is not a product, thus, you will notice some limitations.
67
  **This demo expects an image with some degradations.**
68
  Due to the GPU memory limitations, the app might crash if you feed a high-resolution image (2K, 4K).