dbolya / yolact

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

bbox_detections.json and mask_detections.json were not created #684

Open azadehashouri opened 3 years ago

azadehashouri commented 3 years ago

Hello. I run this command on my custom dataset : python eval.py --trained_model=weights/yolact_base_54_800000.pth --output_coco_json

buy unfortunately bbox_detections.json and mask_detections.json were not created. Thank you in advance.

saulgoldsaga commented 2 years ago

You need to define some input images, eg, add the flag: --images /path/to/image/folder