Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
930
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. SUMMARY
  2. ========
  3.  
  4. PARAMETERS
  5. * /lidar_point_pillars/baselink_support: True
  6. * /lidar_point_pillars/nms_overlap_threshold: 0.5
  7. * /lidar_point_pillars/pfe_onnx_file: /home/[USER]/sh...
  8. * /lidar_point_pillars/reproduce_result_mode: False
  9. * /lidar_point_pillars/rpn_onnx_file: /home/[USER]/sh...
  10. * /lidar_point_pillars/score_threshold: 0.5
  11. * /rosdistro: melodic
  12. * /rosversion: 1.14.3
  13.  
  14. NODES
  15. /detection/lidar_detector/
  16. point_pillars_visualization_01 (detected_objects_visualizer/visualize_detected_objects)
  17. /
  18. lidar_point_pillars (lidar_point_pillars/lidar_point_pillars)
  19.  
  20. ROS_MASTER_URI=http://localhost:11311
  21.  
  22. process[lidar_point_pillars-1]: started with pid [9967]
  23. process[detection/lidar_detector/point_pillars_visualization_01-2]: started with pid [9968]
  24. [detection/lidar_detector/point_pillars_visualization_01-2] killing on exit
  25. shutting down processing monitor...
  26. ... shutting down processing monitor complete
  27. done
  28. ['roslaunch', 'lidar_point_pillars', 'lidar_point_pillars.launch', 'input_topic:=/points_raw', 'baselink_support:=True', 'reproduce_result_mode:=False', 'score_threshold:=0.5', 'nms_overlap_threshold:=0.5', 'pfe_onnx_file:=/home/[USER]/shared_dir/pointpillars_model/pfe_home.onnx', 'rpn_onnx_file:=/home/[USER]/shared_dir/pointpillars_model/rpn_home.onnx']
  29. pid=10061
  30. sched policy=OTHER prio=0
  31. Failed connect to /tmp/autoware_proc_manager
  32. WARNING: ONNX model has a newer ir_version (0.0.4) than this parser was built against (0.0.3).
  33. While parsing node number 12 [Conv]:
  34. ERROR: ModelImporter.cpp:288 In function importModel:
  35. [5] Assertion failed: tensors.count(input_name)
  36. ERROR: failed to parse onnx file
  37. ----------------------------------------------------------------
  38. Input filename: /home/[USER]/shared_dir/pointpillars_model/pfe_home.onnx
  39. ONNX IR version: 0.0.4
  40. Opset version: 9
  41. Producer name: pytorch
  42. Producer version: 1.3
  43. Domain:
  44. Model version: 0
  45. Doc string:
  46. ----------------------------------------------------------------
  47. [lidar_point_pillars-1] process has died [pid 10088, exit code 1, cmd /home/[USER]/autoware.ai/install/lidar_point_pillars/lib/lidar_point_pillars/lidar_point_pillars /points_raw:=/points_raw __name:=lidar_point_pillars __log:=/home/[USER]/.ros/log/b0467bd4-0c3e-11ea-856a-9cb6d0c541d5/lidar_point_pillars-1.log].
  48. log file: /home/[USER]/.ros/log/b0467bd4-0c3e-11ea-856a-9cb6d0c541d5/lidar_point_pillars-1*.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement