Baptlem commited on
Commit
2ba8aac
1 Parent(s): 14811bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,10 +21,10 @@ if gr.__version__ != "3.28.3": #doesn't work...
21
  description = """
22
  Our project is to use diffusion model to change the texture of our robotic arm simulation.
23
  To do so, we first get our simulated images. After, we process these images to get Canny Edge maps. Finally, we can get brand new images by using ControlNet.
24
- Therefore, we are able to change our simulation texture, and still keeping the image composition.
25
 
26
 
27
- Our objectif for the sprint is to perform data augmentation using ControlNet. We then look for having a model that can augment an image quickly.
28
  To do so, we trained many Controlnets from scratch with different datasets :
29
  * [Coyo-700M](https://github.com/kakaobrain/coyo-dataset)
30
  * [Bridge](https://sites.google.com/view/bridgedata)
 
21
  description = """
22
  Our project is to use diffusion model to change the texture of our robotic arm simulation.
23
  To do so, we first get our simulated images. After, we process these images to get Canny Edge maps. Finally, we can get brand new images by using ControlNet.
24
+ Therefore, we are able to change our simulation texture, and still keep the image composition.
25
 
26
 
27
+ Our objectif for the sprint is to perform data augmentation using ControlNet. So we look for having a model that can augment an image quickly.
28
  To do so, we trained many Controlnets from scratch with different datasets :
29
  * [Coyo-700M](https://github.com/kakaobrain/coyo-dataset)
30
  * [Bridge](https://sites.google.com/view/bridgedata)