diff --git a/README.md b/README.md
index 15b9354a03..6d4d69f700 100644
--- a/README.md
+++ b/README.md
@@ -208,6 +208,26 @@ See [instance.ipynb](https://github.com/WongKinYiu/yolov7/blob/main/tools/instan
+## Instance segmentation
+
+[`code`](https://github.com/WongKinYiu/yolov7/tree/u7/seg) [`yolov7-seg.pt`](https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-seg.pt)
+
+YOLOv7 for instance segmentation (YOLOR + YOLOv5 + YOLACT)
+
+| Model | Test Size | APbox | AP50box | AP75box | APmask | AP50mask | AP75mask |
+| :-- | :-: | :-: | :-: | :-: | :-: | :-: | :-: |
+| **YOLOv7-seg** | 640 | **51.4%** | **69.4%** | **55.8%** | **41.5%** | **65.5%** | **43.7%** |
+
+## Anchor free detection head
+
+[`code`](https://github.com/WongKinYiu/yolov7/tree/u6) [`yolov7-u6.pt`](https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-u6.pt)
+
+YOLOv7 with decoupled TAL head (YOLOR + YOLOv5 + YOLOv6)
+
+| Model | Test Size | APval | AP50val | AP75val |
+| :-- | :-: | :-: | :-: | :-: |
+| [**YOLOv7-u6**](https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-u6.pt) | 640 | **52.3%** | **69.5%** | **57.1%** |
+
## Citation