소스 검색

update readme

juncaipeng 3 년 전
부모
커밋
a5026504c5
1개의 변경된 파일7개의 추가작업 그리고 4개의 파일을 삭제
  1. 7 4
      tutorials/train/detection/readme.md

+ 7 - 4
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/