1124676457

Results 4 issues of 1124676457

我发现使用onnx转换后,输出是11个,不是代码里面的三个,而且我用shape 768 1344去转换,直接报错 Traceback (most recent call last): File "onnx_exporter.py", line 231, in check(args, dummy_input, check_onnx=True, check_trt=False) File "onnx_exporter.py", line 126, in check sess = rt.InferenceSession(args.out) File "/home/tao/anaconda3/lib/python3.8/site-packages/onnxruntime/capi/session.py", line 195,...

我想问下。我该怎么修改,才能完成实时的获取到最新的数据,如果我下一个进程处理不过来的话,可以将旧的数据清除掉,保障每次获取的都是最新的数据,而不是一直将数据塞入缓冲区,最后导致内存撑爆。 @vmlaker

I use your NVIDIA hardware decoder, nvdecode, to decode the video and generate data in numpy format. How to use dali's gpu accelerated pre-processing, I use Dali.fn.decoders. image, and the...

help wanted

Traceback (most recent call last): File "onnx_exporter.py", line 232, in check(args, dummy_input, check_onnx=True, check_trt=False) File "onnx_exporter.py", line 127, in check sess = rt.InferenceSession(args.out) File "/home/tao/anaconda3/lib/python3.8/site-packages/onnxruntime/capi/session.py", line 195, in __init__ self._create_inference_session(providers,...