From f1f88bf49d8b56ffe7b0b04d9824dc73b294d174 Mon Sep 17 00:00:00 2001 From: "Kin-Yiu, Wong" <102582011@cc.ncu.edu.tw> Date: Tue, 30 May 2023 14:14:10 +0800 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b108f43..0d40f71 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ See [keypoint.ipynb](https://github.com/WongKinYiu/yolov7/blob/main/tools/keypoi -## Instance segmentation +## Instance segmentation (with NTU) [`code`](https://github.com/WongKinYiu/yolov7/tree/mask) [`yolov7-mask.pt`](https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-mask.pt) @@ -252,7 +252,7 @@ YOLOv7 with decoupled TAL head (YOLOR + YOLOv5 + YOLOv6) ## Teaser -Yolov7-semantic & YOLOv7-panoptic & YOLOv7-caption +YOLOv7-semantic & YOLOv7-panoptic & YOLOv7-caption
@@ -269,6 +269,28 @@ Yolov7-semantic & YOLOv7-panoptic & YOLOv7-caption
+YOLOv7-semantic & YOLOv7-detection & YOLOv7-depth (with NTUT) + +
+ + + +
+ +YOLOv7-3d-detection & YOLOv7-lidar & YOLOv7-road (with NTUT) + +
+ + + + + + + + + +
+ ## Acknowledgements