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
From the notebook 4 I have a .pt file and I need to use it in open cv so it can detect the objects (sushi, steak, pizza) on live and draw bounding box with labels.
When i did research on how to do it I realized that the file .pt need to convert into .onnx to use in opencv. The tutorial speaks about yolo model. So I dont know the specifics. I would love to use my trained model on opencv and detect live using videocapture().
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
From the notebook 4 I have a .pt file and I need to use it in open cv so it can detect the objects (sushi, steak, pizza) on live and draw bounding box with labels.
When i did research on how to do it I realized that the file .pt need to convert into .onnx to use in opencv. The tutorial speaks about yolo model. So I dont know the specifics. I would love to use my trained model on opencv and detect live using videocapture().
Beta Was this translation helpful? Give feedback.
All reactions