diff --git a/docs/solutions/object_detection.md b/docs/solutions/object_detection.md index 7b18c0b08..09c178447 100644 --- a/docs/solutions/object_detection.md +++ b/docs/solutions/object_detection.md @@ -118,7 +118,7 @@ on how to build MediaPipe examples. * With a TensorFlow Model This uses the - [TensorFlow model](https://github.com/google/mediapipe/tree/master/mediapipe/graphs/object_detection) + [TensorFlow model](https://github.com/google/mediapipe/tree/v0.8.10/mediapipe/models/object_detection_saved_model) ( see also [model info](https://github.com/google/mediapipe/tree/master/mediapipe/modules/objectron)), and the pipeline is implemented in this