update readme

own
juncaipeng 3 years ago
parent 173233ea9a
commit a5026504c5
  1. 11
      tutorials/train/detection/readme.md

@ -1,7 +1,12 @@
Run the detection training demo:
The detection training demo:
* dataset: AIR-SARShip-1.0
* target: ship
* model: faster_rcnn
1, Install PaddleRS
Run the demo:
1. Install PaddleRS
```
git clone https://github.com/PaddleCV-SIG/PaddleRS.git
cd PaddleRS
@ -9,9 +14,7 @@ pip install -r requirements.txt
python setup.py install
```
2. Run the demo
```
cd tutorials/train/detection/

Loading…
Cancel
Save