Skip to content

Commit 56efb7c

Browse files
skotzmigueldeicaza
authored andcommitted
Fixed broken links (migueldeicaza#257)
1 parent 9d4e1d3 commit 56efb7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Examples/ExampleObjectDetection/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Object Detection Example #
22

3-
This example uses tensorflow [object detection model API](https://github.com/tensorflow/models/tree/master/object_detection) and TensorFlowSharp library to identify multiple objects in a single image using .NET programming languages like C# and F#.
3+
This example uses tensorflow [object detection model API](https://github.com/tensorflow/models/tree/master/research/object_detection) and TensorFlowSharp library to identify multiple objects in a single image using .NET programming languages like C# and F#.
44

55
![alt tag](demo-picture.jpg)
66

@@ -18,7 +18,7 @@ By default, the example downloads a pretrained model, but you can specify your o
1818
_input_image_ - optional, the path to the image for processing (the default is 'test_images/input.jpg')
1919
_output_image_ - optional, the path where the image with detected objects will be saved (the default is 'test_images/output.jpg')
2020
_catalog_ - optional, the path to the '*.pbtxt' file (by default, 'mscoco_label_map.pbtxt' been loaded)
21-
_model_ - optional, the path to the '*.pb' file (by default, 'frozen_inference_graph.pb' model been used, but you can download any other from here https://github.com/tensorflow/models/blob/master/object_detection/g3doc/detection_model_zoo.md or train your own):
21+
_model_ - optional, the path to the '*.pb' file (by default, 'frozen_inference_graph.pb' model been used, but you can download any other from here https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md or train your own):
2222
```
2323
ExampleObjectDetection --input_image="/demo/input.jpg" --output_image="/demo/output.jpg" --catalog="/demo/mscoco_label_map.pbtxt" --model="/demo/frozen_inference_graph.pb"
2424
```

0 commit comments

Comments
 (0)