Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeShewill-CV committed Mar 22, 2024
1 parent 0280001 commit 3746ea9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/server/feature_point/superpoint_fp_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Date: 22-6-29
************************************************/

#ifndef MM_AI_SERVER_SUPERPOINTFPSERVER_H
#define MM_AI_SERVER_SUPERPOINTFPSERVER_H
#ifndef MORTRED_MODEL_SERVER_SUPERPOINT_FP_SERVER_H
#define MORTRED_MODEL_SERVER_SUPERPOINT_FP_SERVER_H

#include <memory>

Expand Down Expand Up @@ -69,4 +69,4 @@ class SuperpointFpServer : public jinq::server::BaseAiServer {
}
}

#endif //MM_AI_SERVER_SUPERPOINTFPSERVER_H
#endif //MORTRED_MODEL_SERVER_SUPERPOINT_FP_SERVER_H
6 changes: 3 additions & 3 deletions src/server/object_detection/libface_det_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Date: 22-6-26
************************************************/

#ifndef MM_AI_SERVER_LIBFACEDETSERVER_H
#define MM_AI_SERVER_LIBFACEDETSERVER_H
#ifndef MORTRED_MODEL_SERVER_LIBFACE_DET_SERVER_H
#define MORTRED_MODEL_SERVER_LIBFACE_DET_SERVER_H

#include <memory>

Expand Down Expand Up @@ -69,4 +69,4 @@ class LibfaceDetServer : public jinq::server::BaseAiServer {
}
}

#endif //MM_AI_SERVER_LIBFACEDETSERVER_H
#endif //MORTRED_MODEL_SERVER_LIBFACE_DET_SERVER_H

0 comments on commit 3746ea9

Please sign in to comment.