Skip to content

Commit b3d74e6

Browse files
authored
Merge pull request #93994 from JasonWHowell/patch-2
Update go-tutorial-object-detection.md
2 parents 273fb7a + 4d16b8a commit b3d74e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/cognitive-services/Custom-Vision-Service/go-tutorial-object-detection.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ titleSuffix: Azure Cognitive Services
44
description: Create a project, add tags, upload images, train your project, and detect objects using the Go SDK.
55
services: cognitive-services
66
author: areddish
7+
ms.author: areddish
78
manager: nitinme
8-
99
ms.service: cognitive-services
1010
ms.subservice: custom-vision
1111
ms.topic: quickstart
1212
ms.date: 08/08/2019
13-
ms.author: daauld
1413
---
1514

1615
# Quickstart: Create an object detection project with the Custom Vision Go SDK
@@ -281,4 +280,4 @@ The output of the application should appear in the console. You can then verify
281280
Now you have seen how every step of the object detection process can be done in code. This sample executes a single training iteration, but often you will need to train and test your model multiple times in order to make it more accurate. The following guide deals with image classification, but its principles are similar to object detection.
282281

283282
> [!div class="nextstepaction"]
284-
> [Test and retrain a model](test-your-model.md)
283+
> [Test and retrain a model](test-your-model.md)

0 commit comments

Comments
 (0)