All Projects → waspinator → Pycococreator

waspinator / Pycococreator

Licence: apache-2.0
Helper functions to create COCO datasets

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pycococreator

icedata
IceData: Datasets Hub for the *IceVision* Framework
Stars: ✭ 41 (-92.26%)
Mutual labels:  dataset, coco
Cocostuff10k
The official homepage of the (outdated) COCO-Stuff 10K dataset.
Stars: ✭ 248 (-53.21%)
Mutual labels:  dataset, coco
Awesome Remote Sensing Change Detection
List of datasets, codes, and contests related to remote sensing change detection
Stars: ✭ 414 (-21.89%)
Mutual labels:  dataset
Doccano
Open source annotation tool for machine learning practitioners.
Stars: ✭ 5,600 (+956.6%)
Mutual labels:  dataset
Mongodb Json Files
📦 A curated list of JSON / BSON datasets from the web in order to practice / use in MongoDB
Stars: ✭ 456 (-13.96%)
Mutual labels:  dataset
Io
Dataset, streaming, and file system extensions maintained by TensorFlow SIG-IO
Stars: ✭ 427 (-19.43%)
Mutual labels:  dataset
Seq2seqchatbots
A wrapper around tensor2tensor to flexibly train, interact, and generate data for neural chatbots.
Stars: ✭ 466 (-12.08%)
Mutual labels:  dataset
Imdb Face
A new large-scale noise-controlled face recognition dataset.
Stars: ✭ 399 (-24.72%)
Mutual labels:  dataset
Cdap
An open source framework for building data analytic applications.
Stars: ✭ 509 (-3.96%)
Mutual labels:  dataset
Myvision
Computer vision based ML training data generation tool 🚀
Stars: ✭ 453 (-14.53%)
Mutual labels:  coco
Tensorflow object tracking video
Object Tracking in Tensorflow ( Localization Detection Classification ) developed to partecipate to ImageNET VID competition
Stars: ✭ 491 (-7.36%)
Mutual labels:  dataset
Joke Dataset
A dataset of 200k English plaintext jokes.
Stars: ✭ 447 (-15.66%)
Mutual labels:  dataset
Quickdraw Dataset
Documentation on how to access and use the Quick, Draw! Dataset.
Stars: ✭ 4,622 (+772.08%)
Mutual labels:  dataset
Chinese rumor dataset
中文谣言数据
Stars: ✭ 470 (-11.32%)
Mutual labels:  dataset
Squad Explorer
Visually Explore the Stanford Question Answering Dataset
Stars: ✭ 421 (-20.57%)
Mutual labels:  dataset
Cluepretrainedmodels
高质量中文预训练模型集合:最先进大模型、最快小模型、相似度专门模型
Stars: ✭ 493 (-6.98%)
Mutual labels:  dataset
Wuhan 2019 Ncov
2019-nCoV 新冠状病毒 2019-12-01至今国家、省、市三级每日统计数据(支持接口读取)
Stars: ✭ 414 (-21.89%)
Mutual labels:  dataset
Inat comp
iNaturalist competition details
Stars: ✭ 444 (-16.23%)
Mutual labels:  dataset
Lidar Bonnetal
Semantic and Instance Segmentation of LiDAR point clouds for autonomous driving
Stars: ✭ 465 (-12.26%)
Mutual labels:  dataset
Pokemon.json
Pokemon dataset in JSON.
Stars: ✭ 511 (-3.58%)
Mutual labels:  dataset

pycococreator

pycococreator is a set of tools to help create COCO datasets. It includes functions to generate annotations in uncompressed RLE ("crowd") and polygons in the format COCO requires.

Read more here https://patrickwasp.com/create-your-own-coco-style-dataset/

alt text alt text

Install

pip install git+git://github.com/waspinator/[email protected]

If you need to install pycocotools for python 3, try the following:

sudo apt-get install python3-dev
pip install cython
pip install git+git://github.com/waspinator/[email protected]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].