srikar242

Results 13 comments of srikar242

Hello @Accioy In my case, it was just the memory issue on nano.After solving memory issue, I didnt get that error.

@arsenal-2004 It was something related to CUDA's number of threads per block issue. I followed some response on nvidia page to fix that. But I don't remember exactly how I...

Hello @enazoe . I have checked the weights file and config file. They are of yolov4-tiny only. I have trained a custom model with 16 classes. There is no problem...

Hello @enazoe . Thanks for your reply. I have checked with some combinations of batch size and subdivisions. batch 1, subdivisions 1 batch 1, subdivisions 16 batch 1, subdivisions 64...

Hello @enazoe My net_type is YOLOV4_TINY and detector->init(config_v4_tiny) is also right. But still getting the same log and segmentation fault. In `sample_detector.cpp` ``` Config config_v4_tiny; config_v4_tiny.net_type = YOLOV4_TINY; config_v4_tiny.detect_thresh =...

Hi @enazoe Yes. Thats why I'm also confused. I'm giving tiny weights and its loading v4 weights. I have attached my `sample_detector.cpp` and `class_detector.h` files in the zip file for...

Hello @enazoe . I have solved the issue. I cloned fresh repo and recompiled everything again from beginning .Then it started working. There must have been some problem in compilation....

Hi @enazoe I have one doubt. Now that I have converted the tiny model into trt engine file, I am trying to run it. In `sample_detector.cpp` file I see that...

@JustinPack I am getting the same error. I have 2 gpu's of 16GB each and code is using only 1gpu. I am not even using app. I running it using...