I’m facing issues running a ResNet18-based fall classifier model on DeepStream 7.1. This model was originally trained using the NVIDIA TAO Toolkit and exported to ONNX. It worked perfectly on DeepStream 7.0, but after migrating to DS 7.1, the same ONNX model does not infer anymore — no output or classification is generated.
Details:
- DeepStream version: 7.1
- Model framework: ResNet18, trained via TAO Toolkit
- Export format: ONNX, exported using TAO export command (used successfully in DS 7.0)
- Model precision: FP32
- DeepStream config: Model is used via
nvinferplugin withonnx-filespecified andmodel-engine-filepath set.