You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: