Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fast-rcnn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
maxmzkr
fast-rcnn
Commits
027eeb8b
Commit
027eeb8b
authored
9 years ago
by
Ross Girshick
Browse files
Options
Downloads
Patches
Plain Diff
Improve readmes
parent
53a470ed
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
models/README.md
+7
-0
7 additions, 0 deletions
models/README.md
output/README.md
+13
-0
13 additions, 0 deletions
output/README.md
tools/README.md
+1
-0
1 addition, 0 deletions
tools/README.md
with
21 additions
and
0 deletions
models/README.md
0 → 100644
+
7
−
0
View file @
027eeb8b
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**
)
This diff is collapsed.
Click to expand it.
output/README.md
0 → 100644
+
13
−
0
View file @
027eeb8b
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>/
```
This diff is collapsed.
Click to expand it.
tools/README.md
0 → 100644
+
1
−
0
View file @
027eeb8b
Tools for training, testing, and compressing Fast R-CNN networks.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment