Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stereomatchingkiss committed Apr 28, 2019
1 parent ef0b70f commit addeb01
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions object_detection_and_framing/cnn_solution/rcnn_settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"input_media" : "C:/Users/yyyy/programs/Qt/blogCodes2/object_detection_and_framing/videos/ice_video_20181002-000025.webm",
"wait_between_frame_ms" : 1,
"mode" : "rcnn",
"save_output_as" : "predict_by_rcnn.mp4",

"detector":{
"min_confident" : 0.5,
"mask_threshold": 0.5,
"model_params" : "C:/Users/yyyy/programs/Qt/blogCodes2/object_detection_and_framing/models/mask_rcnn_inception_v2_coco/frozen_inference_graph.pb",
"model_arch" : "C:/Users/yyyy/programs/Qt/blogCodes2/object_detection_and_framing/models/mask_rcnn_inception_v2_coco/mask_rcnn_inception_v2_coco_2018_01_28.pbtxt",
"width_reize_to" : 320
}
}

0 comments on commit addeb01

Please sign in to comment.