Skip to content

Code repo for general machine learning code that doesn't belong to any one repo or model in particular

Notifications You must be signed in to change notification settings

aaronlelevier/mlearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning

Repo for storing Machine Learning utilities, helper code, etc...

Stuff that might live in here would be for manipulating images, working with datasets, like COCO Dataset

Installation

pip install -r requirements.txt

To use one's own data, see the example.ipynb and the instructions there

Contents

The main contents so far are coco.py's Annotation class that converts labelme annotations to COCO Dataset 2014 annotations.

Example

There is an example Jupyter Notebook using one's own data converted from labelme style annotations to COCO annotations then being displayed here: example.ipynb

Tests

To run the test suite, run these commands:

pip install pytest

# from the top level project dir
py.test

Licence

MIT

About

Code repo for general machine learning code that doesn't belong to any one repo or model in particular

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published