Skip to content

Commit

Permalink
[Model]Fit yolov7face file path (PaddlePaddle#961)
Browse files Browse the repository at this point in the history
fit yolov7face file path
  • Loading branch information
CoolKbh authored Dec 25, 2022
1 parent 4715ddb commit 2431890
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fastdeploy/vision.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "fastdeploy/vision/facedet/contrib/scrfd.h"
#include "fastdeploy/vision/facedet/contrib/ultraface.h"
#include "fastdeploy/vision/facedet/contrib/yolov5face.h"
#include "fastdeploy/vision/facedet/yolov7-face/yolov7face.h"
#include "fastdeploy/vision/facedet/contrib/yolov7face/yolov7face.h"
#include "fastdeploy/vision/faceid/contrib/adaface.h"
#include "fastdeploy/vision/faceid/contrib/arcface.h"
#include "fastdeploy/vision/faceid/contrib/cosface.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "fastdeploy/vision/facedet/yolov7-face/postprocessor.h"
#include "fastdeploy/vision/facedet/contrib/yolov7face/postprocessor.h"
#include "fastdeploy/vision/utils/utils.h"

namespace fastdeploy {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "fastdeploy/vision/facedet/yolov7-face/preprocessor.h"
#include "fastdeploy/vision/facedet/contrib/yolov7face/preprocessor.h"
#include "fastdeploy/function/concat.h"
#include "fastdeploy/vision/common/processors/mat.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "fastdeploy/vision/facedet/yolov7-face/yolov7face.h"
#include "fastdeploy/vision/facedet/contrib/yolov7face/yolov7face.h"
#include "fastdeploy/utils/perf.h"
#include "fastdeploy/vision/utils/utils.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#include "fastdeploy/fastdeploy_model.h"
#include "fastdeploy/vision/common/processors/transform.h"
#include "fastdeploy/vision/common/result.h"
#include "fastdeploy/vision/facedet/yolov7-face/preprocessor.h"
#include "fastdeploy/vision/facedet/yolov7-face/postprocessor.h"
#include "fastdeploy/vision/facedet/contrib/yolov7face/preprocessor.h"
#include "fastdeploy/vision/facedet/contrib/yolov7face/postprocessor.h"

namespace fastdeploy {

Expand Down

0 comments on commit 2431890

Please sign in to comment.