Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking Tweaks #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,17 +546,17 @@ jupyter notebook examples/an_awesome_example.ipynb
</tr>
<tr>
<td>
<a target="_blank" href="https://colab.research.google.com/github/voxel51/fiftyone-examples/blob/master/Tracking_Datasets.ipynb">
<a target="_blank" href="https://colab.research.google.com/github/voxel51/fiftyone-examples/blob/master/examples/Tracking_Datasets.ipynb">
<img src="https://user-images.githubusercontent.com/25985824/104791629-6e618700-5769-11eb-857f-d176b37d2496.png" height="22" width="22">
</a>
<a target="_blank" href="https://nbviewer.jupyter.org/github/voxel51/fiftyone-examples/blob/master/Tracking_Datasets.ipynb">
<a target="_blank" href="https://nbviewer.jupyter.org/github/voxel51/fiftyone-examples/blob/master/examples/Tracking_Datasets.ipynb">
<img src="https://user-images.githubusercontent.com/25985824/104791634-6efa1d80-5769-11eb-8a4c-71d6cb53ccf0.png" height="22" width="22">
</a>
<a id="raw-url" href="https://raw.githubusercontent.com/voxel51/fiftyone-examples/master/Tracking_Datasets.ipynb" download>
<a id="raw-url" href="https://raw.githubusercontent.com/voxel51/fiftyone-examples/master/examples/Tracking_Datasets.ipynb" download>
<img src="https://user-images.githubusercontent.com/25985824/104792428-60f9cc00-576c-11eb-95a4-5709d803023a.png" height="22" width="22">
</a>
</td>
<td><a href="Tracking_Datasets.ipynb">Tracking Datasets with FiftyOne</a></td>
<td><a href="examples/Tracking_Datasets.ipynb">Tracking Datasets with FiftyOne</a></td>
<td>Learn how to load and work with tracking datasets with the help of FiftyOne</td>
</tr>
</table>
Expand Down
710 changes: 7 additions & 703 deletions examples/Tracking_Datasets.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ examples:
path: "examples/Video\ Labels.ipynb"
description: "Learn different label types in video datasets with ASL videos"
- title: "Tracking Datasets with FiftyOne"
path: "Tracking_Datasets.ipynb"
path: "examples/Tracking_Datasets.ipynb"
description: "Learn how to load and work with tracking datasets with the help of FiftyOne"