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
self._model_backend = 'onnx' at here
It seems that the det_model_backend setting will be overrided. Even if you set det_model_backend='pytorch', it still going to use the 'onnx'.
The text was updated successfully, but these errors were encountered:
self._model_backend = 'onnx'
at hereIt seems that the det_model_backend setting will be overrided. Even if you set
det_model_backend='pytorch'
, it still going to use the 'onnx'.The text was updated successfully, but these errors were encountered: