forked from atenpas/gpd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpenVINO: updated grasp detector to use base Classifier
This patch updated the "GraspDetector" to use the base Classifier. The base Classifier was created as a shared pointer, which will be released by system. Thus no need to explitly release "classifier_" in the destructor "~GraspDetector()". The base Classifer will create the right classifier (Caffe or OpenVINO) based on build option. The Caffe Classifer is modified to be derived from the base Classifer. Signed-off-by: Sharron LIU <[email protected]>
- Loading branch information
Sharron LIU
committed
Sep 6, 2018
1 parent
4becf29
commit 002c229
Showing
4 changed files
with
13 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters