Skip to content

Commit

Permalink
Merge pull request #19 from Sophia957/master
Browse files Browse the repository at this point in the history
add config file for caffe model "inception_v3"
  • Loading branch information
HarmonyHu authored Sep 23, 2022
2 parents 82b3972 + 6ca87b7 commit 85e06eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions regression/config/inception_v3_cf.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
model_path=${MODEL_ZOO_PATH}/vision/classification/inception_v3/deploy_inception-v3.prototxt
model_data=${MODEL_ZOO_PATH}/vision/classification/inception_v3/inception-v3.caffemodel
dataset=${REGRESSION_PATH}/dataset/ILSVRC2012
test_input=${REGRESSION_PATH}/image/cat.jpg
input_shapes=[[1,3,395,395]]
mean=128,128,128
scale=0.0078125,0.0078125,0.0078125
pixel_format=bgr
channel_format=nchw
int8_sym_tolerance=0.97,0.76
int8_asym_tolerance=0.96,0.74

0 comments on commit 85e06eb

Please sign in to comment.