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
Also when the tensorrt model used for inference, the model has not detected any object. results model was empty.
I mean. results = trt_model.predict(frames, imgsz=[544,960], batch=10, device=0)
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have converted the model to TensorRT format using this code
model.export(format='engine', half=True, imgsz=[544,960], batch=10, device=0)but after exporting model, I want to see class names but it shows just
Nonevalue as result.Output:
NoneAlso when the tensorrt model used for inference, the model has not detected any object.
resultsmodel was empty.I mean.
results = trt_model.predict(frames, imgsz=[544,960], batch=10, device=0)Beta Was this translation helpful? Give feedback.
All reactions