Skip to content

Instantly share code, notes, and snippets.

@Kartik-cl
Created May 7, 2021 08:32
Show Gist options
  • Save Kartik-cl/f8b1b3cba5c8b7cc08085260a5599fc2 to your computer and use it in GitHub Desktop.
Save Kartik-cl/f8b1b3cba5c8b7cc08085260a5599fc2 to your computer and use it in GitHub Desktop.
{
"model": {
"model_name": "faster_rcnn",
"model": "VGG16_faster_rcnn_final.xml",
"weights": "VGG16_faster_rcnn_final.bin"
},
"engine": {
"config": "frcnn.yaml"
},
"compression": {
"target_device": "CPU",
"algorithms": [
{
"name": "DefaultQuantization",
"params": {
"preset": "performance",
"stat_subset_size": 300,
"ignored": {
"scope": [
"proposals/conv"
]
},
"activations": {
"range_estimator": {
"max": {
"aggregator": "max",
"type": "abs_max"
}
}
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment