Skip to content

Instantly share code, notes, and snippets.

@Kartik-cl
Created May 7, 2021 08:32
Show Gist options
  • Save Kartik-cl/b97332b8f9dd29f997e875971ddf34cd to your computer and use it in GitHub Desktop.
Save Kartik-cl/b97332b8f9dd29f997e875971ddf34cd to your computer and use it in GitHub Desktop.
{
/* Model parameters */
"model": {
"model_name": "yolov3",
"model": "frozen_darknet_yolov3_model.xml",
"weights": "frozen_darknet_yolov3_model.bin"
},
/* Parameters of the engine used for model inference */
"engine": {
"config": "yolo.yml"
},
/* Optimization hyperparameters */
"compression": {
"target_device": "CPU",
"algorithms": [
{
"name": "DefaultQuantization",
"params": {
"preset": "performance",
"stat_subset_size": 300
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment