Skip to content

Instantly share code, notes, and snippets.

@MrDavidYu
Last active May 11, 2019 14:22
Show Gist options
  • Save MrDavidYu/7c36f01b87018bf3fe0145863228c385 to your computer and use it in GitHub Desktop.
Save MrDavidYu/7c36f01b87018bf3fe0145863228c385 to your computer and use it in GitHub Desktop.
model {
faster_rcnn {
num_classes: 4
image_resizer {
keep_aspect_ratio_resizer {
height: 600
width: 600
}
}
feature_extractor {
type: 'faster_rcnn_resnet101'
first_stage_features_stride: 16
}
first_stage_anchor_generator {
grid_anchor_generator {
scales: [0.25, 0.5, 1.0, 2.0]
aspect_ratios: [0.5, 1.0, 2.0]
height_stride: 16
width_stride: 16
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment