1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- area{
- x_min:-1227.5
- x_max:1802.9
- y_min:-2789.8
- y_max:3777.19
- z_min:0
- z_max:1800
- }
- net_3dcnn_parameter
- {
- length:224
- width:224
- height:96
- freq:25
- nclass:3
- weights_file:"./setting/3dcnn_model.pb"
- }
- seg_parameter
- {
- point_size:8192
- cls_num:3
- freq:50.0
- area
- {
- x_min:-1227.50
- x_max:1802.9
- y_min:-2789.8
- y_max:3777.19
- z_min:0
- z_max:1800
- }
- graph:"./setting/seg_model_9000.ckpt.meta"
- cpkt:"./setting/seg_model_9000.ckpt"
- }
- yolo_parameter
- {
- cfg:"./setting/yolov3-spot2.cfg"
- weights:"./setting/yolov3-spot2_12000.weights"
- min_x:-1227.5
- max_x:10802.9
- min_y:-2789.8
- max_y:3777.19
- freq:25.
- }
|