Problems with SAHI predict #939
Unanswered
helenprokonina
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to validate SAHI with yolov5m on coco2017 dataset and get an error after this line of code:
sahi predict --source coco_val2017/val2017 --dataset_json_path coco_ann2017/annotations/instances_val2017.json --model_type yolov5 --model_path yolov5m.pt --slice_height 512 --slice_width 512
ValueError (Invalid boolean mask)
I use sahi 0.11.14
Beta Was this translation helpful? Give feedback.
All reactions