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

Member function setLayerProperty and checkLayerProperty was not declared in landmarks_detection_model.cpp #118

Open
Corsair-cxs opened this issue Mar 12, 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/dynamic_vino_lib/src/models/landmarks_detection_model.cpp

Steps to reproduce

run catkin_make in catkin_ws workspace.

What is expected?

I have no idea yet. In ros2_openvino_toolkit, such API was also commented.

What is actually happening?

When I tried to build projects, it's shown in console:

error: no ‘void Models::LandmarksDetectionModel::setLayerProperty(InferenceEngine::CNNNetReader::Ptr)’ member function declared in class ‘Models::LandmarksDetectionModel’
 void Models::LandmarksDetectionModel::setLayerProperty(InferenceEngine::CNNNetReader::Ptr net_reader)

error: no ‘void Models::LandmarksDetectionModel::checkLayerProperty(const Ptr&)’ member function declared in class ‘Models::LandmarksDetectionModel’
 void Models::LandmarksDetectionModel::checkLayerProperty(const InferenceEngine::CNNNetReader::Ptr& net_reader)
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