first commit
This commit is contained in:
15
nodes/infers/vp_feature_encoder_node.cpp
Executable file
15
nodes/infers/vp_feature_encoder_node.cpp
Executable file
@@ -0,0 +1,15 @@
|
||||
|
||||
#include "vp_feature_encoder_node.h"
|
||||
|
||||
|
||||
namespace vp_nodes {
|
||||
|
||||
vp_feature_encoder_node::vp_feature_encoder_node(std::string node_name, std::string model_path):
|
||||
vp_secondary_infer_node(node_name, model_path) {
|
||||
this->initialized();
|
||||
}
|
||||
|
||||
vp_feature_encoder_node::~vp_feature_encoder_node() {
|
||||
deinitialized();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user