Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 567 Bytes

PaddleDetection

This is a object detection package based on PaddlePaddle.

Model

Install

git clone https://github.com/lh9171338/PaddleDetection.git
cd PaddleDetection
python -m pip install -r requirements.txt
python -m pip install -v -e .

Train

sh train.sh <config>

Test

sh test.sh <config>