Skip to content

Commit

Permalink
update img
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanfeng97 committed Jul 2, 2024
1 parent 2312cbd commit 9b97e45
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The key factors are model(weight), source, img, conf, iou.
```bash
python ultralytics/models/yolo/detect/predict.py
```
![Detection](docs/vis_det.png)
![Detection](docs/vis_det.jpg)

## Segmentation
Here, our instance segmentation model configuration remains consistent with YOLOv8, by changing the object detection output head to an instance segmentation output head, while the backbone and neck remain unchanged. The model's training and testing process is similar to that of object detection.
Expand All @@ -108,7 +108,7 @@ python ultralytics/models/yolo/segment/train.py
python ultralytics/models/yolo/segment/val.py
python ultralytics/models/yolo/segment/predict.py
```
![Detection](docs/vis_seg.png)
![Detection](docs/vis_seg.jpg)


# Export
Expand Down
Binary file added docs/vis_det.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/vis_det.png
Binary file not shown.
Binary file added docs/vis_seg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/vis_seg.png
Binary file not shown.

0 comments on commit 9b97e45

Please sign in to comment.