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

Skip compiler for function setLayerProperty and checkLayerProperty #issue118 #119

Merged
merged 2 commits into from
Mar 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dynamic_vino_lib/src/models/landmarks_detection_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Models::LandmarksDetectionModel::LandmarksDetectionModel(const std::string& mode
{
}

#if 0
void Models::LandmarksDetectionModel::setLayerProperty(InferenceEngine::CNNNetReader::Ptr net_reader)
{
// set input property
Expand Down Expand Up @@ -54,6 +55,7 @@ void Models::LandmarksDetectionModel::checkLayerProperty(const InferenceEngine::
throw std::logic_error("Landmarks Detection Network expects networks having one output");
}
}
#endif

const std::string Models::LandmarksDetectionModel::getModelCategory() const
{
Expand Down