[Paper] [Project Page] [Interactive Demo] [Supplementary Material]
Star this project to get notified.
- 🆕 Uploading custom photos are now enabled in the demo
- 🆕 Edit face in a fullbody/upper body photo
- 🆕 Enable general scenes editing in the demo
- Exposing predicted mask & mask revising?
The code only has been tested on Ubuntu 20.04.
GPU is required.
- Clone the repo:
git clone --single-branch https://github.com/zengxianyu/sketchedit
git submodule init
git submodule update
- Install using the provided docker file
Dockerfile
or
conda env create -f environment.yml
- Switch to the installed environment
conda activate editline
- Download pretrained model
chmod +x download/*
./download/download_model.sh
- Use the model trained on CelebAHQ
./test_celeb.sh
- Use the model trained on Places
./test_places.sh
Training code and data is coming soon. Star this project to get notified.
@inproceedings{zeng2022sketchedit,
title={SketchEdit: Mask-Free Local Image Manipulation with Partial Sketches},
author={Zeng, Yu and Lin, Zhe and Patel, Vishal M.},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition},
year={2022}
}