Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeShewill-CV committed Apr 8, 2024
1 parent 4f0a6a7 commit 2675058
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/models/matting/modnet_matting.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Date: 22-7-19
************************************************/

#ifndef MM_AI_SERVER_MODNET_MATTING_H
#define MM_AI_SERVER_MODNET_MATTING_H
#ifndef MORTRED_MODEL_SERVER_MODNET_MATTING_H
#define MORTRED_MODEL_SERVER_MODNET_MATTING_H

#include <memory>

Expand Down Expand Up @@ -80,4 +80,4 @@ class ModNetMatting : public jinq::models::BaseAiModel<INPUT, OUTPUT> {

#include "modnet_matting.inl"

#endif //MM_AI_SERVER_MODNET_MATTING_H
#endif //MORTRED_MODEL_SERVER_MODNET_MATTING_H
6 changes: 3 additions & 3 deletions src/models/matting/pp_matting.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Date: 22-7-19
************************************************/

#ifndef MM_AI_SERVER_PP_MATTING_H
#define MM_AI_SERVER_PP_MATTING_H
#ifndef MORTRED_MODEL_SERVER_PP_MATTING_H
#define MORTRED_MODEL_SERVER_PP_MATTING_H

#include <memory>

Expand Down Expand Up @@ -80,4 +80,4 @@ class PPMatting : public jinq::models::BaseAiModel<INPUT, OUTPUT> {

#include "pp_matting.inl"

#endif //MM_AI_SERVER_PP_MATTING_H
#endif //MORTRED_MODEL_SERVER_PP_MATTING_H

0 comments on commit 2675058

Please sign in to comment.