bharath5673 / Deepstream

yolov5, yolov8, segmenations, face, pose, keypoints on deepstream
88 stars 22 forks source link

Unable to create NvStreamMux #2

Closed qnihat closed 2 years ago

qnihat commented 2 years ago

I just install everthying as discribed on paper (tensorRT, deepstream 6.1, cuda and cudnn libs) but this error comes:

Unable to create NvStreamMux Traceback (most recent call last): File "deepstream-yolo.py", line 538, in sys.exit(main(sys.argv)) File "deepstream-yolo.py", line 405, in main pipeline.add(streammux) TypeError: Argument 1 does not allow None as a value

bharath5673 commented 2 years ago

I just install everthying as discribed on paper (tensorRT, deepstream 6.1, cuda and cudnn libs) but this error comes:

Unable to create NvStreamMux Traceback (most recent call last): File "deepstream-yolo.py", line 538, in sys.exit(main(sys.argv)) File "deepstream-yolo.py", line 405, in main pipeline.add(streammux) TypeError: Argument 1 does not allow None as a value

try to input valid file or try to delete previous deepstream.engine file.. and generate new one and run..// this may work this time.