|
--- |
|
annotations_creators: [] |
|
language: en |
|
size_categories: |
|
- n<1K |
|
task_categories: |
|
- image-classification |
|
task_ids: [] |
|
pretty_name: reconstructions |
|
tags: |
|
- fiftyone |
|
- group |
|
- image-classification |
|
dataset_summary: ' |
|
|
|
|
|
|
|
|
|
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 255 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-masterpieces-with-3dmesh") |
|
|
|
|
|
# Launch the App |
|
|
|
session = fo.launch_app(dataset) |
|
|
|
``` |
|
|
|
' |
|
--- |
|
|
|
# Dataset Card for reconstructions |
|
|
|
# Wait! Before you go, ❤️ the dataset! Let's get this trending! |
|
|
|
|
|
|
|
|
|
|
|
This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 255 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-masterpieces-with-3dmesh") |
|
|
|
# Launch the App |
|
session = fo.launch_app(dataset) |
|
``` |
|
|
|
All images are scraped from the [Marvel Fandom Database](marvel.fandom.com/wiki/marvel_masterpieces_(trading_cards)). |
|
|
|
This content is available under [CC-BY-SA](https://www.fandom.com/licensing). |
|
|
|
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. |
|
|
|
|