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
-
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
None
value as result.Output:
None
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)
Beta Was this translation helpful? Give feedback.
All reactions