Jetson Nano Inferrence Yolov4 tiny

I’m trying to run YoloV4 tiny on jetson nano but I get thise error every time. Can someone help me?

status: Internal: too many resources requested for launch
Aborted (core dumped)

Hi,

Which YoloV4 sample do you use?
Could you try the below one?

Thanks.

I’m using Tensorflow 2.0 in order to make the inference on Jetson Nano.

Hi,

Here is a similar issue. Please check the below comment to see if it helps first:

Thanks.

Well, it didn’t help me…

Hi,

Do you use a customized TensorFlow package or our official release?
The error is caused by allocating too much resources, and some configurations need to be updated.

Not sure if you are using the same source of the topic shared above.
If yes, please follow the discussion on that topic to get the latest progress of this issue.

By the way, do you use Nano 2GB or Nano 4GB?

Thanks.

I’m using your official release. In addition, I used your tutorial for installing TensorFlow on Jetson Nano.

I’m using Nano 4GB.

Thank you!