Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
71d2f0b51f
changed 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
c431579942
added shell specification
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

Baby Yoda 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

With DVC import

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

Format

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

Example project

Baby Yoda segmentor project

How to contribute

  1. Fork the repository

    git clone <fork-url>
    dvc pull -r origin
    
  2. Do your changes to images and annotations using your favorite tools.

  3. Run the code in Playground.ipynb to generate the new previews.

  4. Run

    dvc commit
    
  5. 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
    
  6. Push your data

    dvc push -r fork
    git add .
    git commit -m "Changes to dataset"
    git push
    
  7. 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...