python train_RPFeaNet.py --train_image_path './Image-segmentation/data/Ultrasound/train/img.yaml'
--train_mask_path './Image-segmentation/data/Ultrasound/train/ann.yaml'
--save_path './Image-segmentation/output/Ultrasound/checkpoint'
python test.py --checkpoint './Image-segmentation/output/Ultrasound/checkpoint/Seg-70.pth'
--test_image_path './Image-segmentation/data/Ultrasound/test/img.yaml'
--test_gt_path './Image-segmentation/data/Ultrasound/test/ann.yaml'
--save_path './Image-segmentation/output/Ultrasound/test_output'