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

Dynamic Group #62

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
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,21 @@ jupyter notebook examples/an_awesome_example.ipynb
<td><a href="examples/Grouped Datasets.ipynb">Grouped Dataset Tips & Tricks</a></td>
<td>Learn how to work with grouped datasets in FiftyOne</td>
</tr>
<tr>
<td>
<a target="_blank" href="https://colab.research.google.com/github/voxel51/fiftyone-examples/blob/master/examples/Dynamic Group 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/examples/Dynamic Group 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/examples/Dynamic Group 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="examples/Grouped Datasets.ipynb">Dynamic Group Tips & Tricks</a></td>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're linking to the wrong notebook

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great that it's in the README, but it still isn't in the index.yaml. Can you add those changes to the PR as well?

<td>Learn how to work with dynamic grouping in FiftyOne</td>
</tr>
</table>

## Contributing
Expand Down
581 changes: 581 additions & 0 deletions examples/Dynamic Group.ipynb

Large diffs are not rendered by default.