Skip to content

Commit

Permalink
fix for kubrenetes name (DNS-1123) (cvat-ai#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuchenCN committed Nov 14, 2020
1 parent b540c4c commit a9b2817
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion serverless/openvino/dextr/nuclio/function.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metadata:
name: openvino.dextr
name: openvino-dextr
namespace: cvat
annotations:
name: DEXTR
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metadata:
name: openvino.omz.intel.person-reidentification-retail-0300
name: openvino-omz-intel-person-reidentification-retail-0300
namespace: cvat
annotations:
name: Person reidentification
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metadata:
name: openvino.omz.semantic-segmentation-adas-0001
name: openvino-omz-semantic-segmentation-adas-0001
namespace: cvat
annotations:
name: Semantic segmentation for ADAS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metadata:
name: openvino.omz.intel.text-detection-0004
name: openvino-omz-intel-text-detection-0004
namespace: cvat
annotations:
name: Text detection v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metadata:
name: openvino.omz.public.faster_rcnn_inception_v2_coco
name: openvino-omz-public-faster_rcnn_inception_v2_coco
namespace: cvat
annotations:
name: Faster RCNN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# have enough memory (more than 4GB). Look here how to do that
# https://stackoverflow.com/questions/44417159/docker-process-killed-with-cryptic-killed-message
metadata:
name: openvino.omz.public.mask_rcnn_inception_resnet_v2_atrous_coco
name: openvino-mask-rcnn-inception-resnet-v2-atrous-coco
namespace: cvat
annotations:
name: Mask RCNN
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metadata:
name: openvino.omz.public.yolo-v3-tf
name: openvino-omz-public-yolo-v3-tf
namespace: cvat
annotations:
name: YOLO v3
Expand Down
2 changes: 1 addition & 1 deletion serverless/pytorch/foolwood/siammask/nuclio/function.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metadata:
name: pth.foolwood.siammask
name: pth-foolwood-siammask
namespace: cvat
annotations:
name: SiamMask
Expand Down
2 changes: 1 addition & 1 deletion serverless/pytorch/saic-vul/fbrs/nuclio/function.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metadata:
name: pth.saic-vul.fbrs
name: pth-saic-vul-fbrs
namespace: cvat
annotations:
name: f-BRS
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metadata:
name: tf.faster_rcnn_inception_v2_coco
name: tf-faster-rcnn-inception-v2-coco
namespace: cvat
annotations:
name: Faster RCNN via Tensorflow
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
metadata:
name: tf.matterport.mask_rcnn
name: tf-matterport-mask-rcnn
namespace: cvat
annotations:
name: Mask RCNN via Tensorflow
Expand Down

0 comments on commit a9b2817

Please sign in to comment.