We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b48fd commit 4558c7aCopy full SHA for 4558c7a
vision/coco.go
@@ -42,8 +42,8 @@ type CocoValidationTFRecord struct {
42
baseURL string
43
recordFileName string
44
md5sum string
45
- labelMap object_detection.StringIntLabelMap
46
- completeLabelMap object_detection.StringIntLabelMap
+ labelMap *object_detection.StringIntLabelMap
+ completeLabelMap *object_detection.StringIntLabelMap
47
recordReader *reader.TFRecordReader
48
}
49
vision/pascal.go
@@ -42,7 +42,7 @@ type PascalValidationTFRecord struct {
0 commit comments