From e10229e967eac01f95060d4c0950df2fe58cef38 Mon Sep 17 00:00:00 2001 From: MLBoy Date: Mon, 20 Feb 2023 20:46:54 +0900 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f2bb24 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Inpainting-CoreML + + + +## How to use +1, Download or Clone this project and open in xcode. + +2, Please change the "Team" field of xcode Signing and Capabilities to your account. + +3, Run. + +# Reference +The CoreML model was converted from the Pytorch model below. + +https://github.com/researchmm/AOT-GAN-for-Inpainting