locate.prototxt 720 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. area{
  2. x_min:-1227.5
  3. x_max:1802.9
  4. y_min:-2789.8
  5. y_max:3777.19
  6. z_min:0
  7. z_max:1800
  8. }
  9. net_3dcnn_parameter
  10. {
  11. length:224
  12. width:224
  13. height:96
  14. freq:25
  15. nclass:3
  16. weights_file:"./setting/3dcnn_model.pb"
  17. }
  18. seg_parameter
  19. {
  20. point_size:8192
  21. cls_num:3
  22. freq:50.0
  23. area
  24. {
  25. x_min:-1227.50
  26. x_max:1802.9
  27. y_min:-2789.8
  28. y_max:3777.19
  29. z_min:0
  30. z_max:1800
  31. }
  32. graph:"./setting/seg_model_9000.ckpt.meta"
  33. cpkt:"./setting/seg_model_9000.ckpt"
  34. }
  35. yolo_parameter
  36. {
  37. cfg:"./setting/yolov3-spot2.cfg"
  38. weights:"./setting/yolov3-spot2_12000.weights"
  39. min_x:-1227.5
  40. max_x:10802.9
  41. min_y:-2789.8
  42. max_y:3777.19
  43. freq:25.
  44. }