|
--- |
|
annotations_creators: [] |
|
language: en |
|
size_categories: |
|
- n<1K |
|
task_categories: [] |
|
task_ids: [] |
|
pretty_name: marvel-bobbleheads |
|
tags: |
|
- fiftyone |
|
- image |
|
dataset_summary: ' |
|
|
|
|
|
|
|
|
|
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 150 samples. |
|
|
|
|
|
## Installation |
|
|
|
|
|
If you haven''t already, install FiftyOne: |
|
|
|
|
|
```bash |
|
|
|
pip install -U fiftyone |
|
|
|
``` |
|
|
|
|
|
## Usage |
|
|
|
|
|
```python |
|
|
|
import fiftyone as fo |
|
|
|
from fiftyone.utils.huggingface import load_from_hub |
|
|
|
|
|
# Load the dataset |
|
|
|
# Note: other available arguments include ''max_samples'', etc |
|
|
|
dataset = load_from_hub("harpreetsahota/marvel-bobbleheads") |
|
|
|
|
|
# Launch the App |
|
|
|
session = fo.launch_app(dataset) |
|
|
|
``` |
|
|
|
' |
|
--- |
|
|
|
# Dataset Card for marvel-bobbleheads |
|
|
|
<!-- Provide a quick summary of the dataset. --> |
|
|
|
|
|
|
|
|
|
|
|
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 150 samples. |
|
|
|
## Installation |
|
|
|
If you haven't already, install FiftyOne: |
|
|
|
```bash |
|
pip install -U fiftyone |
|
``` |
|
|
|
## Usage |
|
|
|
```python |
|
import fiftyone as fo |
|
from fiftyone.utils.huggingface import load_from_hub |
|
|
|
# Load the dataset |
|
# Note: other available arguments include 'max_samples', etc |
|
dataset = load_from_hub("harpreetsahota/marvel-bobbleheads") |
|
|
|
# Launch the App |
|
session = fo.launch_app(dataset) |
|
``` |
|
|
|
|
|
## Dataset Details |
|
|
|
### Wait! Before you go, ❤️ the dataset! |
|
|
|
|
|
All [Marvel Comics](https://marvel.fandom.com/wiki/Marvel_Comics) characters and the distinctive likeness(es) thereof are Trademarks & Copyright © 1941-2024 Marvel Characters, Inc. ALL RIGHTS RESERVED. |
|
|
|
|
|
The bobble head images were pulled from [Popcultcha](https://www.popcultcha.com.au/shop-by/brand/marvel/bobble-heads-and-pop-vinyl.html). |
|
|
|
They have an awesome selection of Bobbleheads, go support them! |
|
|
|
I purchsed two of my favorite characters from them: Deadpool and Wolverine: |
|
|
|
![image/png](./popcultcha-purchase.png) |
|
|
|
|