Hi,
I wanted to run some simple python scripts with face detection on jetson nano 2gb, however it causes jetson to reboot soon after the script starts. I expect the issue is around line mtcnn.detect(frame, landmarks=True)
(facenet-pytorch lib). This happens in both cases when detection is running on gpu or cpu.
Can you help me figure out the cause? Is it cpu/gpu overheating? …doing out of memory? Where can I find any related logs or even better avoid reboots?
thanks