-
@irexyc, I need your help for one more time, the error is coming unexpectedly, |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Hi @pd2871, when you run the program, there will be a black windows showing the processing log, could you provide the full log? |
Beta Was this translation helpful? Give feedback.
-
@irexyc you mean this one? |
Beta Was this translation helpful? Give feedback.
-
Hi @pd2871, have no clue for this error. Is it convenient to share the model and test image? |
Beta Was this translation helpful? Give feedback.
-
Hi @pd2871 , I think the problem is you used the wrong handle. The detail.json tells me that you model is a detection model, therefore you should use |
Beta Was this translation helpful? Give feedback.
-
Thanks @irexyc :))) |
Beta Was this translation helpful? Give feedback.
Hi @pd2871 , I think the problem is you used the wrong handle. The detail.json tells me that you model is a detection model, therefore you should use
Detector
instead ofSegmentor