After i install face_recognition, it shows illegal command

after i install face_recognition, it shows illegal command, pls teach me how to get it work?

thanks,

2021-06-07 04-25-07屏幕截图

Hi,

Not sure if you a similar issue as below:

Would you mind to setup an environment variable and run the face_recognition again?

$ export OPENBLAS_CORETYPE=ARMV8

Thanks.

yes boss, it works after above command.
many thanks!
and if work RTSP by face_recognition, how can i output Chinese string name on video? it seems OPENCV doesn’t work chinese name.

Hi,

You can use ImageFont from PIL to achieve this.
Please check below page for the detailed information:

Thanks.

thank you boss and i will try PIL.
another question is when is pull RTSP stream by 1920*1080 for face recognition, shows resize( ) error and stops. problem is here:
small_frame = cv2.resize(frame, (0, 0), fx=0.25, fy=0.25)
how can i get it work normally by RTSP?

thanks!

Hi,

It’s recommended to use Deepstream SDK for multimedia usage.
You can find the RTSP support below:

https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Overview.html#deepstream-graph-architecture

Thanks.

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