Try to allocate additional workspace_size while executing Yolov4tiny

Hi,

I am using Yolov4tiny and ZED Camera with Nvidia Agx Xavier. But when I execute the command mentioned below to run the model
“./uselib data/coco.names cfg/yolov4-tiny.cfg yolov4-tiny.weights zed_camera”

It works well but additionally,
I see one statement as “try to allocate additional workspace_size = 19.57 MB”. I want to understand why this message pops up. Please find the complete log in attachment.
Yolocudamemory error.txt (3.8 KB)

Hi,

The error just shows that the app is trying to allocate a buffer.
Since darnet is a third-party library, it’s recommended to confirm this with the library owner directly.

Thanks.

ok thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.