CVNEvaluator.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 # This file defines the configuration for the CVNEventDump module
4 
5 # Configuration for the CVN Caffe interface
6 #standard_caffenethandler:
7 #{
8 # LibPath: "DUNE_PARDATA_DIR"
9 # DeployProto: "networkDefinition.prototxt"
10 # ModelFile: "modelWeightsV2.caffemodel"
11 # FeatureMap: ""
12 # ChargeLogScale: false
13 # NImageWires: 500
14 # NImageTDCs : 500
15 # ReverseViews: [false,true,false]
16 #}
17 
18 # Configuration for the CVN TF interface
19 standard_tfnethandler:
20 {
21  LibPath: "DUNE_PARDATA_DIR"
22  TFProtoBuf: "duneCVNNetwork/dune_cvn_resnet_august2018.pb"
23  ChargeLogScale: false
24  NImageWires: 500
25  NImageTDCs : 500
26  ReverseViews: [false,true,false]
27  NInputs: 3
28  NOutputs: 7
29 }
30 
31 standard_cvnevaluator:
32 {
33  module_type: CVNEvaluator
34  #==================
35  PixelMapInput: "cvnmap"
36  ResultLabel: "cvnresult"
37  #CaffeNetHandler: @local::standard_caffenethandler
38  TFNetHandler: @local::standard_tfnethandler
39  CVNType: "Tensorflow"
40  MultiplePMs: false
41 }
42 
43 standard_cvnevaluator_protodune:
44 {
45  module_type: CVNEvaluator
46  #==================
47  PixelMapInput: "cvnmap"
48  ResultLabel: "cvnresult"
49  #CaffeNetHandler: @local::standard_caffenethandler
50  TFNetHandler: @local::standard_tfnethandler
51  CVNType: "Tensorflow"
52  MultiplePMs: true
53 }
54 
55 END_PROLOG