john-rocky / CoreML-Models

Converted CoreML Model Zoo.
1.32k stars 121 forks source link

Can you please create new CoreML model for Inpainting? #19

Open zjinhu opened 2 years ago

zjinhu commented 2 years ago

https://github.com/nipponjo/deepfillv2-pytorch

pboudoin commented 2 years ago

It's not possible as is. There are missing operator in coremltools for conversion the following model ops are MISSING: clamp_min im2col

mgstar1021 commented 1 year ago

Hello @pboudoin, Thanks for your many models. Do you have any model for inpainting?

mgstar1021 commented 1 year ago

@pboudoin Is it possible to convert this model. https://github.com/ewrfcas/MST_inpainting

mgstar1021 commented 1 year ago

Hello @pboudoin, Thanks for your many models. Do you have any model for inpainting?

ConradoMateu commented 1 year ago

@pboudoin I have checked and im2col is already supported: https://github.com/apple/coremltools/pull/1735 and https://github.com/apple/coremltools/pull/1695

Is there any possibility to have this model converted to CoreML? https://github.com/nipponjo/deepfillv2-pytorch