juncaipeng 7d25f5855e Add installation and readme 4 anni fa
..
faster_rcnn_sar_ship.py 7d25f5855e Add installation and readme 4 anni fa
readme.md 7d25f5855e Add installation and readme 4 anni fa

readme.md

Run the detection training demo:

1, Install PaddleRS

git clone https://github.com/PaddleCV-SIG/PaddleRS.git
cd PaddleRS
pip install -r requirements.txt
python setup.py install
  1. Run the demo

    cd tutorials/train/detection/
    
    # run training on single GPU
    export CUDA_VISIBLE_DEVICES=0
    python faster_rcnn_sar_ship.py
    
    # run traing on multi gpu
    export CUDA_VISIBLE_DEVICES=0,1
    python -m paddle.distributed.launch faster_rcnn_sar_ship.py