Skip to content

Ezrealone/RPFeaNet

Repository files navigation

RPFeaNet

训练

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'

About

RPFeaNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors