Skip to content

Commit 0d10fe2

Browse files
committed
Update new mobilenet-yolo models
1 parent fca9848 commit 0d10fe2

9 files changed

+6859
-8591
lines changed
Binary file not shown.

MobileNet-YOLO/deploy_custom.prototxt

Lines changed: 0 additions & 4246 deletions
This file was deleted.

MobileNet-YOLO/mobilenet_yolo_deploy.prototxt

Lines changed: 2204 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
train_net: "models/vehicle/mobilenet_yolo_train.prototxt"
2+
test_net: "models/vehicle/mobilenet_yolo_test.prototxt"
3+
test_iter: 1000
4+
test_interval: 1000
5+
base_lr: 0.0005
6+
display: 10
7+
max_iter: 120000
8+
lr_policy: "multistep"
9+
gamma: 0.5
10+
weight_decay: 0.00005
11+
snapshot: 1000
12+
snapshot_prefix: "models/vehicle/mobilenet_yolo_deploy"
13+
solver_mode: GPU
14+
debug_info: false
15+
snapshot_after_train: true
16+
test_initialization: false
17+
average_loss: 10
18+
stepvalue: 20000
19+
stepvalue: 40000
20+
iter_size: 2
21+
type: "RMSProp"
22+
eval_type: "detection"
23+
ap_version: "11point"
24+
show_per_class_result: true

0 commit comments

Comments
 (0)