Skip to content

Commit

Permalink
Important update: auto mask inpainting
Browse files Browse the repository at this point in the history
  • Loading branch information
ZPdesu committed Dec 24, 2021
1 parent 5195324 commit c8e9004
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,17 @@ Official Implementation of Barbershop.
<span style="color:red">**KEEP UPDATING !**</span>


Option1: Produce realistic results:
Produce realistic results:
```
python main.py --im_path1 90.png --im_path2 15.png --im_path3 117.png --sign realistic
```

Option2: Produce results faithful to the masks:
Produce results faithful to the masks:
```
python main.py --im_path1 90.png --im_path2 15.png --im_path3 117.png --sign fidelity
```


<style>H4{color:Red;}</style>


## <span style="color:red"> Updates</span>
#### 24/12/2021 Important Update: Add improved semantic mask inpainting module. Please git pull the newest version.

Expand All @@ -45,7 +42,7 @@ python main.py --im_path1 90.png --im_path2 15.png --im_path3 117.png --sign fid

## Todo List
* add a detailed readme
* update code
* update mask inpainting code
* integrate image encoder
* add preprocessing step
* ...
Expand Down

0 comments on commit c8e9004

Please sign in to comment.