Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Update contents of Object Detection tutorial. #851

Merged
merged 3 commits into from
Feb 18, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/tutorial/image_det.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ choose network LMFYoloQuantize
choose dataset format OpenImagesV4
training dataset path: /home/blueoil/openimages_face/
set validataion dataset? (if answer no, the dataset will be separated for training and validation by 9:1 ratio.) no
validation dataset path: /home/blueoil/openimages_face/
batch size (integer): 16
image size (integer x integer): 224x224
how many epochs do you run training (integer): 1000
select optimizer: Adam
initial learning rate: 0.001
choose learning rate schedule ({epochs} is the number of training epochs you entered before): '3-step-decay' -> learning rate decrease by 1/10 on {epochs}/3 and {epochs}*2/3 and {epochs}-1
enable data augmentation? Yes
Expand Down