Skip to content

Commit

Permalink
added status badges for CircleCI and Codecov, added a section for dev…
Browse files Browse the repository at this point in the history
…elopers/testing

#110
  • Loading branch information
monocongo committed Feb 1, 2020
1 parent d7d955a commit 517ba33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![CircleCI](https://circleci.com/gh/monocongo/cvdata.svg?style=svg)](https://circleci.com/gh/monocongo/cvdata)
[![codecov](https://codecov.io/gh/monocongo/cvdata/branch/master/graph/badge.svg)](https://codecov.io/gh/monocongo/cvdata)
# cvdata
Tools for creating and manipulating computer vision datasets

Expand Down Expand Up @@ -261,6 +263,14 @@ directories. For example:
$ cvdata_visualize --format pascal --images_dir /data/weapons/images --annotations_dir /data/weapons/pascal
```

### For developers
##### Testing
Tests are based on `pytest` and are launched in stand-alone virtual environments
via [tox](https://tox.readthedocs.io/en/latest/):
```bash
$ tox
```

## Citation
```
@misc {cvdata,
Expand Down

0 comments on commit 517ba33

Please sign in to comment.