Update README.md

pull/1683/merge
Kin-Yiu, Wong 2023-05-30 14:14:10 +08:00 committed by GitHub
parent 3b41c2cc70
commit f1f88bf49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 2 deletions

View File

@ -196,7 +196,7 @@ See [keypoint.ipynb](https://github.com/WongKinYiu/yolov7/blob/main/tools/keypoi
</div>
## 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
<div align="center">
<a href="./">
@ -269,6 +269,28 @@ Yolov7-semantic & YOLOv7-panoptic & YOLOv7-caption
</a>
</div>
YOLOv7-semantic & YOLOv7-detection & YOLOv7-depth (with NTUT)
<div align="center">
<a href="./">
<img src="./figure/yolov7_city.png" width="80%"/>
</a>
</div>
YOLOv7-3d-detection & YOLOv7-lidar & YOLOv7-road (with NTUT)
<div align="center">
<a href="./">
<img src="./figure/yolov7_3d.jpg" width="30%"/>
</a>
<a href="./">
<img src="./figure/yolov7_lidar.jpg" width="30%"/>
</a>
<a href="./">
<img src="./figure/yolov7_road.png" width="30%"/>
</a>
</div>
## Acknowledgements