From 19baaca679792dc7e1001c10bcffca01cb076530 Mon Sep 17 00:00:00 2001 From: Viktor Richter Date: Tue, 31 May 2016 12:08:06 +0200 Subject: [PATCH 1/2] Add FaceWithGaze collection --- proto/sandbox/rst/vision/FaceWithGaze.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/sandbox/rst/vision/FaceWithGaze.proto b/proto/sandbox/rst/vision/FaceWithGaze.proto index e0ba0bd..5353c1a 100644 --- a/proto/sandbox/rst/vision/FaceWithGaze.proto +++ b/proto/sandbox/rst/vision/FaceWithGaze.proto @@ -10,6 +10,7 @@ option java_outer_classname = "FaceWithGazeType"; * * @author "Birte Carlmeyer" */ +// @create_collection message FaceWithGaze { /** -- 1.9.1 From 9cb02e4a4816e9344a78326864728baab3729c8a Mon Sep 17 00:00:00 2001 From: Viktor Richter Date: Tue, 31 May 2016 12:08:16 +0200 Subject: [PATCH 2/2] Add FaceLandmarks collection --- proto/sandbox/rst/vision/FaceLandmarks.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/sandbox/rst/vision/FaceLandmarks.proto b/proto/sandbox/rst/vision/FaceLandmarks.proto index ea8a1fe..89fd1a6 100644 --- a/proto/sandbox/rst/vision/FaceLandmarks.proto +++ b/proto/sandbox/rst/vision/FaceLandmarks.proto @@ -16,6 +16,7 @@ option java_outer_classname = "FaceLandmarksType"; * * @author Viktor Richter */ +// @create_collection message FaceLandmarks { /** -- 1.9.1