You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,5 @@ From [Tutotial](https://docs.microsoft.com/en-us/dotnet/machine-learning/tutoria
6
6
7
7
### Object detection example
8
8
From [Tutotial](https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/object-detection-onnx) and [github](https://github.com/dotnet/machinelearning-samples/tree/main/samples/csharp/getting-started/DeepLearning_ObjectDetection_Onnx)
9
+
- need to download Tiny YOLOv2 model from [here](https://github.com/onnx/models/tree/main/vision/object_detection_segmentation/tiny-yolov2)
10
+
to `ObjectDetect\ObjectDetect\assets\Model` directory and rename it to `TinyYolo2_model.onnx`.
0 commit comments