MiaoRain / lund

9 stars 2 forks source link

instance_segmentation #48

Open MiaoRain opened 3 years ago

MiaoRain commented 3 years ago

python train.py --config=yolact_edge_mobilenetv2_config --resume=weights/yolact_edge_mobilenetv2_204_10000.pth --start_iter=-1 --save_interval=5000 python train.py --config=yolact_resnet50_config --save_interval=5000 python train.py --config=yolact_base_config --start_iter=-1 --save_interval=5000

MiaoRain commented 3 years ago

python eval.py --trained_model=weights/yolact_edge_mobilenetv2_306_15000.pth  --score_threshold=0.9 --top_k=100 --image=zm_120640_345.jpg --disable_tensorrt python eval.py --trained_model=weights/yolact_edge_mobilenetv2_306_15000.pth  --score_threshold=0.9 --top_k=100 --images=./eval_image:./eval_image_output --disable_tensorrt