diff --git a/models/README.md b/models/README.md new file mode 100644 index 0000000000000000000000000000000000000000..eaacff5a970b29905929e27ba89cc240f3283970 --- /dev/null +++ b/models/README.md @@ -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**) diff --git a/output/README.md b/output/README.md new file mode 100644 index 0000000000000000000000000000000000000000..3f0082de0c449604c02f3b345c3d0ba9e2863f2c --- /dev/null +++ b/output/README.md @@ -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/// +``` + +Test outputs are saved under: + +``` +output//// +``` diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6fd4094121d65138b15f79a4f6a8187456c318b7 --- /dev/null +++ b/tools/README.md @@ -0,0 +1 @@ +Tools for training, testing, and compressing Fast R-CNN networks.