Best Practices, code samples, and documentation for Computer Vision.
Перейти к файлу
JS b01067535b
benchmark + parameter_sweeper module (#55)
* benchmark code

* benchmark script update

* update fastai code

* benchmark code

* benchmark script

* flake8 req

* flake8 req

* train schedule

* update

* benchmarking nb

* benchmark

* benchmark stable

* gitignore

* experiments + test

* delete benchmark.py

* reformat msg in notebook

* benchmark script

* type error

* fixes

* fixes

* fixes

* lxml to env.yml
2019-03-21 12:25:46 -04:00
docs/media created empty directory structure 2019-02-13 14:48:03 -05:00
image_classification benchmark + parameter_sweeper module (#55) 2019-03-21 12:25:46 -04:00
utils_cv renamed utils folder 2019-02-25 16:03:59 -05:00
.flake8 benchmark + parameter_sweeper module (#55) 2019-03-21 12:25:46 -04:00
.gitignore benchmark + parameter_sweeper module (#55) 2019-03-21 12:25:46 -04:00
.pre-commit-config.yaml Adding pre-commit package to yml, more rules to flake8 lint config and adding pre-commit config file 2019-03-13 14:21:15 -04:00
CONTRIBUTING.md Minor doc change 2019-03-21 02:46:46 -04:00
LICENSE Initial commit 2019-02-11 08:23:56 -08:00
README.md Update README.md 2019-03-15 16:00:52 -04:00
azure-pipelines.yml update pipelines and .yaml-> .yml 2019-03-07 00:01:05 +00:00
pyproject.toml set black config to use 79 chars per line 2019-02-28 20:50:52 +00:00

README.md

Computer Vision Best Practices

This repository will provide examples and best practices for building Computer Vision systems, provided as Jupyter notebooks, and using PyTorch as Deep Learning library. Image classification will be covered first, followed by object detection and image similarity.

Build Status

Planning etc documents

All feature planning is done via projects, milestones, and issues in this Github repository.

Getting Started

Instructions to get started are provided in the image classification README.md file.

Contributing

This project welcomes contributions and suggestions. Before contributing, please see our contribution guidelines.