mmrotate learning record

training code

python tools/train.py configs/roi_trans/roi_trans_swin_tiny_fpn_1x_dota_le90.py

Test a single image

python demo/image_demo.py demo/demo.jpg configs/roi_trans/roi_trans_swin_tiny_fpn_1x_dota_le90.py roi_trans_swin_tiny_fpn_1x_dota_le90-ddeee9ae.pth test.jpg

The format is as follows:

python demo/image_demo.py \
    ${IMG_ROOT} \
    ${CONFIG_FILE} \
    ${CHECKPOINT_FILE} \
    ${OUTPUT_ROOT}]

Guess you like

Origin blog.csdn.net/a545454669/article/details/123556848