Skip to content

Commit

Permalink
added torchvision det, seg n pose examples to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel Broström committed Sep 30, 2024
1 parent ce3580b commit 7aed7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The set of hyperparameters leading to the best HOTA result are written to the tr

| Example Description | Notebook |
|---------------------|----------|
| Bounding box tracking with BoxMOT using torchvision | [![Notebook](https://img.shields.io/badge/Notebook-torchision_det_boxmot.ipynb-blue)](examples/torchision_det_boxmot.ipynb) |
| Bounding box tracking with BoxMOT using torchvision | [![Notebook](https://img.shields.io/badge/Notebook-torchvision_det_boxmot.ipynb-blue)](examples/torchision_det_boxmot.ipynb) |
| Pose tracking with BoxMOT using torchvision | [![Notebook](https://img.shields.io/badge/Notebook-torchvision_pose_boxmot.ipynb-blue)](examples/torchvision_pose_boxmot.ipynb) |
| Segmentation tracking with BoxMOT using torchvision | [![Notebook](https://img.shields.io/badge/Notebook-torchvision_seg_boxmot.ipynb-blue)](examples/torchvision_seg_boxmot.ipynb) |

Expand Down

0 comments on commit 7aed7dc

Please sign in to comment.