Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
0f2513d300
Prettify notebook and finishing touches to make the project work for new users through the webinar
8 months ago
fa0efb05b5
Update packages, make LS Backend more stable
8 months ago
0f2513d300
Prettify notebook and finishing touches to make the project work for new users through the webinar
8 months ago
3a2d24688a
Fix metadata extraction for train/val/test split
7 months ago
2235731fd0
Add COCO_1K Dataset
9 months ago
0f2513d300
Prettify notebook and finishing touches to make the project work for new users through the webinar
8 months ago
0f2513d300
Prettify notebook and finishing touches to make the project work for new users through the webinar
8 months ago
0f2513d300
Prettify notebook and finishing touches to make the project work for new users through the webinar
8 months ago
b2c3a06409
Upload notebook after initial training
8 months ago
f14ee63395
Add new data
8 months ago
5d18d4f054
remove unnecessary cells to simplify notebook
8 months ago
42bdc0f347
Update 'requirements.txt'
7 months 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

COCO 1K

A Dataset of ~1,199 images (1,100 training and 99 validation) from the COCO-2017 dataset. Created for the purposes of fast dataset iteration and prototyping. Demos the usage of DagsHub Data Engine which enables you to iterate on your datasets quickly.

Data Engine Flow

To use with the DagsHub Data Engine:

pip install dagshub

And then in your Python:

from dagshub.data_engine import datasources

ds = datasources.get('Dean/COCO_1K', 'COCO_1K')

ds.head().dataframe

To learn more about Data Engine, check out the Docs

You can use the included Notebook to create an end to end flow of the Data Engine, which will enable you to create the datasource, query it, visualize it, train a model, add new data and annotate it using a machine learning model backend, and improve the model performance by improving the data quality.

Tip!

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

About

1000 Images from COCO dataset with polygon segmentation

Collaborators 3

Comments

Loading...