Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add external model's example code and Docs. #102

Merged
merged 107 commits into from
Aug 12, 2022

Conversation

ziqi-jin
Copy link
Contributor

@ziqi-jin ziqi-jin commented Aug 11, 2022

  • nanodet_plus code
  • yolor code
  • yolov6 code
  • yolov5lite code
  • yolox code
  • scaled yolov4 code
  • retinaface code
  • scrfd code
  • ultraface code
  • yolov5face code
  • arcface code
  • cosface code
  • partial_fc code
  • vpl code
  • modnet code
    vis_result-nano

vis_result-yolov6
vis_result-yolox

vis_result-retina

vis_result-scrfd
vis_result-ultra

vis_result-yolov5face

vis_result-modnet

test_lite_matting_input

vis_result-scaledyolov4
vis_result-yolor

vis_result-v5lite

visualized_result_yolov5

vis_result-yolov7

visualized_result-m
visualized_result_fg-m

test_lite_matting_input-m

test_lite_matting_bgr-m

visualized_result_replaced_bg1024

visualized_result_fg1024

visualized_result

visualized_result_fg


# 预测图片检测结果
im = cv2.imread(args.image)
result = model.predict(im)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

改成predict(im.copy()),其他案例同理


# 预测图片检测结果
im = cv2.imread(args.image)
result = model.predict(im)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

在predict之后加一句print(result),其他案例同理

@jiangjiajun
Copy link
Collaborator

f0d213d3bbf4b008f5ee3eb4127be787

@jiangjiajun jiangjiajun merged commit 61c4a46 into PaddlePaddle:develop Aug 12, 2022
@DefTruth
Copy link
Collaborator

YOLOv7End2EndORT

image

@DefTruth
Copy link
Collaborator

YOLOv7End2EndTRT

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants