Nuclio 모델배포 : custom model – Mask

Published by onesixx on

cvat/serverless/pytorch/shiyinzhang

body=json.dumps({
            'points': polygon,
            'mask': mask.tolist(),
        }),

serverless/tensorflow/matterport/mask_rcnn/nuclio

                results.append({
                    "confidence": str(score),
                    "label": label,
                    "points": contour.ravel().tolist(),
                    "mask": cvat_mask,
                    "type": "mask",
                })
nuctl deploy --project-name cvat   \\
--path     cvat/serverless/tensorflow/matterport/mask_rcnn/nuclio   \\
--volume   `pwd`/serverless/common:/opt/nuclio/common   \\
--platform local
Categories: vision

onesixx

Blog Owner

Subscribe
Notify of
guest

1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
tedkim
tedkim
23-09-23 21:16

cvat, nuclio 같이 사용 중인ㄷ0ㅔ 관련 글을 볼 수 있어서 좋네요 ㅎㅎ

1
0
Would love your thoughts, please comment.x
()
x