| commit | fb52e0df1c976a8089526cd910947d15fbd8849d | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Thu Apr 23 22:52:13 2020 +0400 |
| committer | giolekva <giolekva@gmail.com> | Thu Apr 23 22:52:13 2020 +0400 |
| tree | 5eb6f23c11962edcf68651eb8b0123eac890ebf5 | |
| parent | 0f503aafb5cb6a5a3c8ac6aeccea4dd873beac1f [diff] [blame] |
e2e face recognition
diff --git a/dgraph/schema.graphql b/dgraph/schema.graphql index aa3f997..9af1f09 100644 --- a/dgraph/schema.graphql +++ b/dgraph/schema.graphql
@@ -6,10 +6,10 @@ type ImageSegment { id: ID! - upperLeftX: Int! - upperLeftY: Int! - lowerRightX: Int! - lowerRightY: Int! + upperLeftX: Float! + upperLeftY: Float! + lowerRightX: Float! + lowerRightY: Float! sourceImage: Image! objectPath: String }