DeepStream-Yolo icon indicating copy to clipboard operation
DeepStream-Yolo copied to clipboard

When I run deepstram-6.0 using my own generated .wts file and .cfg file, it keeps getting stuck

Open qybing opened this issue 2 years ago • 6 comments

2022-08-20T22:00:43.402918+0800 INFO | 1 | monitor:stdout_record[257] :[stdout] yolo_128

2022-08-20T22:00:43.403349+0800 INFO | 1 | monitor:stdout_record[257] :[stdout] Total number of YOLO layers: 367

2022-08-20T22:00:43.403774+0800 INFO | 1 | monitor:stdout_record[257] :[stdout] Building YOLO network complete

2022-08-20T22:00:43.404205+0800 INFO | 1 | monitor:stdout_record[257] :[stdout] Building the TensorRT Engine

2022-08-20T22:00:43.404623+0800 INFO | 1 | monitor:stdout_record[257] :[stdout] NOTE: letter_box is set in cfg file, make sure to set maintain-aspect-ratio=1 in config_infer file to get better accuracy

qybing avatar Aug 20 '22 14:08 qybing

I am using yolov5

qybing avatar Aug 20 '22 14:08 qybing

The process to create the engine may take long time.

marcoslucianops avatar Aug 22 '22 21:08 marcoslucianops

The process to create the engine may take long time.

No, it keeps looping and stuck at this line of code

qybing avatar Aug 23 '22 01:08 qybing

Is there an error message (segmentation fault, etc)?

marcoslucianops avatar Aug 25 '22 22:08 marcoslucianops

Is there an error message (segmentation fault, etc)?

No, he didn't get any error, just stuck here in an infinite loop

qybing avatar Aug 29 '22 07:08 qybing

Which board are you using?

marcoslucianops avatar Sep 23 '22 13:09 marcoslucianops

https://colab.research.google.com/drive/17HIHsKAdfTbZQSu7LxZIwtHQr7LZYSKD?usp=sharing this colab file can help you guys in .pt to .wts model conversion

animeesh avatar Jan 04 '23 19:01 animeesh