marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.4k stars 345 forks source link

Deserialization failed with a custom fp32 engine model . #363

Closed dharaatech closed 1 year ago

dharaatech commented 1 year ago

Hi @marcoslucianops ,

I have a custom yolov7 model file (.pt) and I have used Deepstream-Yolo(marcoslucianops /DeepStream-Yolo ) to convert this to fp32 engine file , while running this on deepstream-app it works fine but while testing the same thing one deepstream-test3 app it fails in the deserializing block . I am attaching the error screenshot for your reference. error

marcoslucianops commented 1 year ago

Are you using the engine file from one computer/board to another computer/board and running it in the deepstream-test3 app?

dharaatech commented 1 year ago

Thanks @marcoslucianops , it was a different type of an engine file