diff --git a/reconstruction/ostec/README.md b/reconstruction/ostec/README.md index 33da61e..fcc563f 100644 --- a/reconstruction/ostec/README.md +++ b/reconstruction/ostec/README.md @@ -114,6 +114,21 @@ OSTeC ``` +### 4. Download Face Segmentation models +- Download the Graphonomy model here: https://drive.google.com/file/d/1eUe18HoH05p0yFUd_sN6GXdTj82aW0m9/view?usp=sharing +(If the link doesn't work for some reason check the original [Graphonomy](https://github.com/Gaoyiminggithub/Graphonomy) github page and download 'CIHP trained model') + +- And place it under 'models' directory like the following: +``` +OSTeC +│ +└─── models + │ + └─── Graphonomy + │ + └─── inference.pth +``` +