【发布时间】:2018-11-28 02:04:43
【问题描述】:
我们正在尝试找出 Image 中的特定对象,并根据我们想要掩盖该对象的要求。 现在我们正在使用张量流来检测图片中的对象。要屏蔽对象,我想使用 Mask R-CNN,但我无法为 Mobile 找到任何帮助。没有可用的模型。PB 文件可用,我可以直接在 iOS 应用程序中使用。
这是我找到的几个链接: https://github.com/matterport/Mask_RCNN https://github.com/matterport/Mask_RCNN/pull/306
除了 Mask R-CNN 之外,还有其他方法可以遮盖图像或为图像中的特定对象着色。
【问题讨论】:
标签: tensorflow machine-learning coreml image-masking