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

Commit

Permalink
Merge pull request #119 from Corsair-cxs/iss119
Browse files Browse the repository at this point in the history
Skip compiler for function setLayerProperty and checkLayerProperty #issue118
  • Loading branch information
LewisLiuPub authored Mar 13, 2021
2 parents b750cd5 + 7b60e10 commit 03bf738
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 03bf738

Please sign in to comment.