Skip to content

Commit

Permalink
Improve readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgirshick committed Apr 30, 2015
1 parent 53a470e commit 027eeb8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions models/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Prototxt files that define models and solvers.

Three models are defined, with some variations of each to support experiments
in the paper.
- Caffenet (model **S**)
- VGG_CNN_M_1024 (model **M**)
- VGG16 (model **L**)
13 changes: 13 additions & 0 deletions output/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Artifacts generated by the scripts in `tools` are written in this directory.

Trained Fast R-CNN networks are saved under:

```
output/<experiment directory>/<dataset name>/
```

Test outputs are saved under:

```
output/<experiment directory>/<dataset name>/<network snapshot name>/
```
1 change: 1 addition & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Tools for training, testing, and compressing Fast R-CNN networks.

0 comments on commit 027eeb8

Please sign in to comment.