- Hardware Platform (Jetson/GPU): GPU
- DeepStream version: 7.1
I have an ETLT model that was exported using an old TAO toolset. It runs on DeepStream 5.1. When I run the build engine from the ETLT model in DeepStream 7.1, the following error appears in the logs:
NvDsInferCudaEngineGetFromTltModel: UFF model support has been deprecated.
I have read that ETLT models exported with an older TAO toolkit can generate a UFF model, which is not supported in newer versions of DeepStream (6+).
Exporting the model using a new TAO toolkit compatible with DeepStream 7.1 would this new etlt be compatible with older versions of DeepStream?
Thanks for your help!