Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

9.0 perception launch with error:util.cc:36] [mainboard]Failed to get number of anchors! #15557

Open
DingZhiKun66 opened this issue Oct 22, 2024 · 1 comment
Labels
Module: Perception Indicates perception related issues

Comments

@DingZhiKun66
Copy link

We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 20.04):
  • Apollo installed from (source):
  • Apollo version (9.0):
  • Output of apollo.sh config if on master branch:

Steps to reproduce the issue:

cyber_launch start /apollo/modules/transform/launch/static_transform.launch
cyber_launch start modules/perception/launch/perception_all.launch

error output:
I1022 15:54:06.440129 636152 yolo_obstacle_detector.cc:46] [perception]offset_y=312, height=576, width=1440
[perception] E1022 15:54:06.440145 636152 util.cc:36] [mainboard]Failed to get number of anchors!
[perception] I1022 15:54:06.440160 636152 camera_detection_multi_stage_component.cc:67] [perception]init_options.device_id: 0 camera_name: front_6mm

I want test perception module ,but can not launch perception module,but i can launch plan、control、prediction、transform without error

How to deal with error:[mainboard]Failed to get number of anchors!

@daohu527
Copy link
Contributor

daohu527 commented Nov 2, 2024

reason

The reason for the error is lack of anchors file

solution

You should follow below #15212 to install camera detection model(default is 3d-r4-half_caffe)

@daohu527 daohu527 added the Module: Perception Indicates perception related issues label Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Perception Indicates perception related issues
Projects
None yet
Development

No branches or pull requests

2 participants