• DGX A100 dGPU
• DeepStream 8.0
I’m trying to compile the 4 models to use the Mask Tracker, I’m using the run.sh that comes in deepstream_tools/sam2-onnx-tensorrt/ and that calls export_sam2_onnx.py within that same folder, when running it shows a missing dependency onnxscript whose version is not specified anywhere so I’m installing the latest 0.5.4, I’m in container DS 8.0 and when running the run without installing onnxscript it obviously crashes due to dependency, after installing the aforementioned version it also crashes because the parameter opset_config = 17 that comes in the code is not compatible, I changed to opset_config = 18 and although there seems to be no problems, the code stays … it’s been 40 minutes and it doesn’t compile even the first of the 4 models, please your kind help NVIDIA team, this problem is critical.
File export_sam2_onnx.py with opset_config = 18 (I changed it, original was 17)
Logs without progress after 50 minutes…


