jetson nano suddenly shut down when using model = 'cnn'

Hi, i’m doing face recognition on jetson now

my problem is, when i edit this code https://github.com/ageitgey/face_recognition/blob/826824500fa8510a9aaffbf84573b5882d69686a/examples/facerec_from_webcam_faster.py#L54

to

face_locations = face_recognition.face_locations(rgb_small_frame, model='cnn')

.

when i run the script my jetson nano suddenly shutdown, but when i’m not using cnn the jetson running well.

i have set the jetson power to 10 watt using nvpmodel and the power supply for jetson is 5V 3A.

does anyone have the same problem?

Hi,

Sorry that we are not familiar with the sample you shared.

A common issue is the power starvation.
Would you mind to set your system into 5W mode to see if helps?

sudo nvpmodel -m 1

Thanks.