--- license: mit ---
# Towards Interactive Image Inpainting via Robust Sketch Refinement Chang Liu, Shunxin Xu, Jialun Peng, Kaidong Zhang, Dong Liu [[`Paper`]](https://ieeexplore.ieee.org/abstract/document/10533842/) / [[`Project`]](https://alonzoleeeooo.github.io/SketchRefiner/) / [`Baidu Disk`] [(`Models`)](https://pan.baidu.com/s/1TAqqwHkjnBoDmfxMl0vl6Q?pwd=skre) [(`Test Protocol`)](https://pan.baidu.com/s/1avtBkYaOuxm36X-eoQERrw) / [[`GitHub`]](https://github.com/AlonzoLeeeooo/SketchRefiner) / [[`Google Drive`]](https://drive.google.com/drive/folders/1xOeKO4f6tfco2AV0V_0EgJzYThOFb3kp?usp=drive_link) / [`Interactive Demo`]
Official pre-trained model weights of the paper titled "Towards Interactive Image Inpainting via Robust Sketch Refinement". # Model Weights Structure ``` SketchRefiner/ └── sketch-conditional-inpaintor <----- Model weights of the inpainting networks ├── celebahq.pth ├── imagenet.pth └── places.pth └── sketch-refinement-networks <----- Model weights of the inpainting networks ├── connector.pth └── registrator.pth