Batch Prediction Not working #646
-
I have followed the notebooks script for batch prediction of my custom Detectron2 segmentation model.
Error Below RuntimeError Traceback (most recent call last) /usr/local/lib/python3.7/dist-packages/sahi/model.py in load_model(self) 12 frames RuntimeError: /content/output/model_final.pth not available in Model Zoo! During handling of the above exception, another exception occurred: UnicodeDecodeError Traceback (most recent call last) /usr/lib/python3.7/codecs.py in decode(self, input, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 64: invalid start byte |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@spatiallysaying you cannot provide Check the blogpost for mode detail on how do load Detectron2 models: https://medium.com/p/37063e33073f |
Beta Was this translation helpful? Give feedback.
@spatiallysaying you cannot provide
model_config_path
as a model path. It has to be either a.yaml file
or it should beNone
.Check the blogpost for mode detail on how do load Detectron2 models: https://medium.com/p/37063e33073f