Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
d906e19bae
set default dvc remote
3 years ago
5f81b05864
initial
3 years ago
231e5615bf
added readme
3 years ago
231e5615bf
added readme
3 years ago
138596aab8
uploaded preview files
3 years ago
3 years ago
5ed4017541
removed an annotation file
3 years ago
357106cb5b
updated images
3 years ago
5f81b05864
initial
3 years ago
ac2c5cbbac
cleanup
3 years ago
5f81b05864
initial
3 years ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

Readme.md

You have to be logged in to leave a comment. Sign In

Grogu segmentation dataset

This is a dataset of instance segmentation for the fictional character Grogu, from the Disney TV Show The Mandalorian.

How to use the dataset

Using DVC

dvc import -o <local-path>/images https://dagshub.com/Simon/grogu-segmentation-dataset data/images
dvc import -o <local-path>/annotations https://dagshub.com/Simon/grogu-segmentation-dataset data/annotations

Format

The dataset is encoded as .json using the COCO format, generated using COCO Annotator.

How to contribute

Fork the repository

git clone <fork-url>
dvc pull -r origin
  1. Do your changes to images and annotations using your favorite tools.
  2. Run the code in Playground.ipynb to generate the new previews.
  3. Run
dvc commit
  1. Add a local remote to push your data
dvc remote add --local fork <dagshub-remote-url.dvc>
# Additional commands to set up credentials should appear on you fork homepage
  1. Push your data
dvc push -r fork
git add .
git commit -m "Changes to dataset"
git push
  1. Open a PR
Tip!

Press p or to see the previous file or, n or to see the next file

About

Dataset Registry for the project to train a model to segment Baby Yoda from the series "The Mandalorian". Showcases the use of DVC imports

Collaborators 1

Comments

Loading...