Skip to content

Commit

Permalink
[Refactor] Reorganize directory structure for better project management
Browse files Browse the repository at this point in the history
  • Loading branch information
CVHub520 committed Sep 6, 2024
1 parent cf8faf5 commit e72444a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 191 deletions.
10 changes: 5 additions & 5 deletions docs/en/custom_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,19 +390,19 @@ InternImage introduces a large-scale convolutional neural network (CNN) model, l
| Affiliation | Shanghai AI Laboratory, Tsinghua University, Nanjing University, etc. |
| Published | CVPR 2023 |

Refer to this [tutorial](../../tools/export_internimage_model_onnx.py).
Refer to this [tutorial](../../tools/onnx_exporter/export_internimage_model_onnx.py).

### [PersonAttribute](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.5/docs/zh_CN/models/PULC/PULC_person_attribute.md)

This tutorial provides a way for users to quickly build a lightweight, high-precision, and practical classification model of person attributes using PaddleClas PULC (Practical Ultra Lightweight image Classification). The model can be widely used in pedestrian analysis scenarios, pedestrian tracking scenarios, etc.

Refer to this [tutorial](../../tools/export_pulc_attribute_model_onnx.py).
Refer to this [tutorial](../../tools/onnx_exporter/export_pulc_attribute_model_onnx.py).

### [VehicleAttribute](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.5/docs/zh_CN/models/PULC/PULC_vehicle_attribute.md)

This tutorial provides a way for users to quickly build a lightweight, high-precision, and practical classification model of vehicle attributes using PaddleClas PULC (Practical Ultra Lightweight image Classification). The model can be widely used in vehicle identification, road monitoring, and other scenarios.

Refer to this [tutorial](../../tools/export_pulc_attribute_model_onnx.py).
Refer to this [tutorial](../../tools/onnx_exporter/export_pulc_attribute_model_onnx.py).


## Object Detection
Expand Down Expand Up @@ -547,7 +547,7 @@ Refer to this [tutorial](https://github.com/chongzhou96/EdgeSAM/blob/master/scri
| Affiliation | IDEA-CVR, IDEA-Research |
| Published | Arxiv23 |

Refer to this [tutorial](../../tools/export_grounding_dino_onnx.py).
Refer to this [tutorial](../../tools/onnx_exporter/export_grounding_dino_onnx.py).

### [YOLO-World](https://github.com/AILab-CVC/YOLO-World)

Expand Down Expand Up @@ -577,4 +577,4 @@ $ yolo export model=yolov8s-worldv2.pt format=onnx opset=13 simplify
| Affiliation | OPPO Research Institute, IDEA-Research, AI Robotics |
| Published | Arxiv23 |

Refer to this [tutorial](../../tools/export_recognize_anything_model_onnx.py).
Refer to this [tutorial](../../tools/onnx_exporter/export_recognize_anything_model_onnx.py).
10 changes: 5 additions & 5 deletions docs/zh_cn/custom_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,19 +388,19 @@ InternImage 引入了一个大规模卷积神经网络 (CNN) 模型,利用可
| 发表单位 | 上海人工智能实验室,清华大学,南京大学等 |
| 发表时间 | CVPR 2023 |

请参考此 [教程](../../tools/export_internimage_model_onnx.py)
请参考此 [教程](../../tools/onnx_exporter/export_internimage_model_onnx.py)

### [PersonAttribute](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.5/docs/zh_CN/models/PULC/PULC_person_attribute.md)

本教程为用户提供了一种使用 PaddleClas PULC (实用超轻量图像分类) 快速构建轻量、高精度和实用的人员属性分类模型的方法。该模型可广泛用于行人分析场景、行人跟踪场景等。

请参考此 [教程](../../tools/export_pulc_attribute_model_onnx.py)
请参考此 [教程](../../tools/onnx_exporter/export_pulc_attribute_model_onnx.py)

### [VehicleAttribute](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.5/docs/zh_CN/models/PULC/PULC_vehicle_attribute.md)

本教程为用户提供了一种使用 PaddleClas PULC (实用超轻量图像分类) 快速构建轻量、高精度和实用的车辆属性分类模型的方法。该模型可广泛用于车辆识别、道路监控等场景。

请参考此 [教程](../../tools/export_pulc_attribute_model_onnx.py)
请参考此 [教程](../../tools/onnx_exporter/export_pulc_attribute_model_onnx.py)

## Object Detection

Expand Down Expand Up @@ -544,7 +544,7 @@ $ python tools/converter.py -f configs/damoyolo_tinynasL25_S.py -c damoyolo_tiny
| 发表单位 | IDEA-CVR,IDEA-Research |
| 发表时间 | Arxiv23 |

请参考此 [教程](../../tools/export_grounding_dino_onnx.py)
请参考此 [教程](../../tools/onnx_exporter/export_grounding_dino_onnx.py)

### [YOLO-World](https://github.com/AILab-CVC/YOLO-World)

Expand Down Expand Up @@ -574,6 +574,6 @@ $ yolo export model=yolov8s-worldv2.pt format=onnx opset=13 simplify
| 发表单位 | OPPO 研究院,IDEA-Research,AI Robotics |
| 发表时间 | Arxiv23 |

请参考此 [教程](../../tools/export_recognize_anything_model_onnx.py)
请参考此 [教程](../../tools/onnx_exporter/export_recognize_anything_model_onnx.py)


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
181 changes: 0 additions & 181 deletions tools/polygon_mask_conversion.py

This file was deleted.

0 comments on commit e72444a

Please sign in to comment.