Skip to content

Fake images #71

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

Open
wants to merge 2 commits 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
23 changes: 19 additions & 4 deletions README.md
Copy link
Contributor

Choose a reason for hiding this comment

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

separate out the tracking stuff

Original file line number Diff line number Diff line change
Expand Up @@ -546,19 +546,34 @@ 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>
<tr>
<td>
<a target="_blank" href="https://colab.research.google.com/github/voxel51/fiftyone-examples/blob/master/examples/Fake_Butterfly_Demo.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/Fake_Butterfly_Demo.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/Fake_Butterfly_Demo.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/Fake_Butterfly_Demo.ipynb">Finding Fake Images with FiftyOne Brain</a></td>
<td>Use the FiftyOne Brain to spot fake generated images in your dataset!</td>
</tr>
</table>

## Contributing
Expand Down
627 changes: 627 additions & 0 deletions examples/Fake_Butterfly_Demo.ipynb

Large diffs are not rendered by default.

710 changes: 7 additions & 703 deletions examples/Tracking_Datasets.ipynb
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be a separate PR

Large diffs are not rendered by default.

Binary file added examples/sd_images/sd_001.png
Copy link
Contributor

Choose a reason for hiding this comment

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

Upload as raw github user content or google drive and add via URL or download, to avoid bloat in repo. Same goes for all images.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/sd_images/sd_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/sd_images/sd_003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/sd_images/sd_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/sd_images/sd_005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion index.yaml
Copy link
Contributor

Choose a reason for hiding this comment

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

Add the tracking stuff as a separate PR

Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@ 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"
- title: "Finding Fake Images with FiftyOne Brain"
path: "examples/Fake_Butterfly_Demo.ipynb"
description: "Use the FiftyOne Brain to spot fake generated images in your dataset!"