Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Invalid header:'object_detection_yolov2_voc.h' and 'object_detection_ssd.h' are not in the project #132

Open
Corsair-cxs opened this issue Mar 14, 2021 · 0 comments

Comments

@Corsair-cxs
Copy link
Contributor

Version

dev-ov2020.3

Reproduction link

https://github.com/intel/ros_openvino_toolkit/blob/dev-ov2020.3/sample/src/pipeline_with_params.cpp

Steps to reproduce

run catkin_make in catkin_ws workspace.

What is expected?

If 'object_detection_yolov2_voc.h' and 'object_detection_ssd.h' files are not in our project, we should remove the related code in pipeline_with_params.cpp.

What is actually happening?

When I tried to build projects, the console reports error

fatal error: dynamic_vino_lib/inferences/object_detection_yolov2_voc.h: No such file or directory
 #include "dynamic_vino_lib/inferences/object_detection_yolov2_voc.h"

fatal error: dynamic_vino_lib/inferences/object_detection_ssd.h: No such file or directory
 #include "dynamic_vino_lib/inferences/object_detection_ssd.h"
@Corsair-cxs Corsair-cxs changed the title 'object_detection_yolov2_voc.h' and 'object_detection_ssd.h' are not in the project Invalid header:'object_detection_yolov2_voc.h' and 'object_detection_ssd.h' are not in the project Mar 14, 2021
LewisLiuPub added a commit that referenced this issue Mar 15, 2021
Remove incorrect header references [issue #132]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant