Skip to content

Commit

Permalink
Merge branch 'few-shot'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelisc committed May 29, 2019
2 parents 047cabd + ad762e3 commit 8915643
Show file tree
Hide file tree
Showing 17 changed files with 4,069 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__pycache__/*
lib/__pycache__/*
*.h5
data/*
data/coco*
deprecated/*

# Created by https://www.gitignore.io/api/vim,linux,macos,jupyternotebook
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Linux, Python 3.4+, Tensorflow, Keras 2.1.6, cython, scikit_image 0.13.1, h5py,

The model requires [MS COCO](http://cocodataset.org/#home) and the [CocoAPI](https://github.com/waleedka/coco) to be added to `/data`.
```
mkdir data
cd data
git clone https://github.com/cocodataset/cocoapi.git
```
Expand Down
Loading

0 comments on commit 8915643

Please sign in to comment.