dbolya / yolact

A simple, fully convolutional model for real-time instance segmentation.
MIT License
4.97k stars 1.32k forks source link

How to get the coordinates and polygon information of evaluation results #844

Open QilinZhang94 opened 2 months ago

QilinZhang94 commented 2 months ago

Hi guys!

I used the yoact model to train and test on the customized dataset. THe script likes that:"python eval.py --output_coco_json --config=yolact_base_config --trained_model=weights/yolact_base_172_10000.pth --score_threshold=0.15 --top_k=15 --images=data/test/:outputs/" It returned the images with masks and bounding boxes. But did't contain the coordinates and polygon information of evaluation results. If I'd like to get that information, what should I do?

Looking forward your suggestions!