diff --git a/docs/solutions/objectron.md b/docs/solutions/objectron.md index 10483e499..190f251f2 100644 --- a/docs/solutions/objectron.md +++ b/docs/solutions/objectron.md @@ -170,7 +170,7 @@ and a The detection subgraph performs ML inference only once every few frames to reduce computation load, and decodes the output tensor to a FrameAnnotation that contains nine keypoints: the 3D bounding box's center and its eight vertices. -The tracking subgraph runs every frame, using the box traker in +The tracking subgraph runs every frame, using the box tracker in [MediaPipe Box Tracking](./box_tracking.md) to track the 2D box tightly enclosing the projection of the 3D bounding box, and lifts the tracked 2D keypoints to 3D with