Skip to content

Commit

Permalink
modify links of document
Browse files Browse the repository at this point in the history
  • Loading branch information
yuedongli1 committed Oct 25, 2023
1 parent ebfd2bc commit c0b83bd
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion GETTING_STARTED_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ python demo/predict.py --config ./configs/yolov7/yolov7.yaml --weight=/path_to_c

*注意:默认超参为8卡训练,单卡情况需调整部分参数。 默认设备为Ascend,您可以指定'device_target'的值为Ascend/GPU/CPU。*
* 有关更多选项,请参阅 `train/test.py -h`.
* 在云脑上进行训练,请在[这里](./tutorials/modelarts_CN.md)查看
* 在云脑上进行训练,请在[这里](./tutorials/cloud/modelarts_CN.md)查看

### 部署

Expand Down
2 changes: 1 addition & 1 deletion configs/yolov3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ python test.py --config ./configs/yolov3/yolov3.yaml --device_target Ascend --we

### Deployment

See [here](./deploy/README.md).
See [here](../../deploy/README.md).

## References

Expand Down
2 changes: 1 addition & 1 deletion configs/yolov4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ python test.py --config ./configs/yolov4/yolov4-silu.yaml --device_target Ascend

### Deployment

See [here](./deploy/README.md).
See [here](../../deploy/README.md).

## References

Expand Down
2 changes: 1 addition & 1 deletion configs/yolov5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ python test.py --config ./configs/yolov5/yolov5n.yaml --device_target Ascend --w

### Deployment

See [here](./deploy/README.md).
See [here](../../deploy/README.md).

## References

Expand Down
2 changes: 1 addition & 1 deletion configs/yolov7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ python test.py --config ./configs/yolov7/yolov7.yaml --device_target Ascend --we

### Deployment

See [here](./deploy/README.md).
See [here](../../deploy/README.md).

## References

Expand Down
2 changes: 1 addition & 1 deletion configs/yolov8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ python test.py --config ./configs/yolov8/yolov8n.yaml --device_target Ascend --w

### Deployment

See [here](./deploy/README.md).
See [here](../../deploy/README.md).

## References

Expand Down
2 changes: 1 addition & 1 deletion configs/yolox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ python test.py --config ./configs/yolox/yolox-s.yaml --device_target Ascend --we

### Deployment

See [here](./deploy/README.md).
See [here](../../deploy/README.md).

## References

Expand Down
12 changes: 6 additions & 6 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@

## 标准和支持的模型库

- [x] [YOLOv7](configs/yolov7)
- [x] [YOLOv5](configs/yolov5)
- [x] [YOLOv3](configs/yolov3)
- [x] [YOLOv8](configs/yolov6)
- [x] [YOLOv4](configs/yolov6)
- [x] [YOLOX](configs/yolox)
- [x] [YOLOv7](../configs/yolov7)
- [x] [YOLOv5](../configs/yolov5)
- [x] [YOLOv3](../configs/yolov3)
- [x] [YOLOv8](../configs/yolov8)
- [x] [YOLOv4](../configs/yolov4)
- [x] [YOLOX](../configs/yolox)

| Name | Scale | Context | ImageSize | Dataset | Box mAP (%) | Params | FLOPs | Recipe | Download |
|--------|--------------------|----------|-----------|--------------|-------------|--------|--------|-----------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit c0b83bd

Please sign in to comment.