You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imports should be grouped in the following order:
1. standard library imports
2. related third party imports
3. local application/library specific imports
问题描述
作者您好,我最近在 Nvidia 的边缘计算设备 Jetson Nano 上应用你的项目时,发现会出现
Illegal instruction (core dumped)
的错误,经过逐一排查,发现问题出现在import
语句的顺序上。其中
cv2
和dlib
均为CMake
本地编译的版本。请问第一种导入方式是否存在潜在的导致库文件冲突的可能性?如果是的话,作者可以考虑修改一下
import
语句的顺序。不在此提出 PR。运行环境
设备:Nvidia Jetson Nano
系统:Ubuntu 18.04 (使用 Nvidia 官方提供的 SD 卡映像)
包版本:OpenCV 4.5.0 with CUDA,dlib 19.21 with CUDA,CUDA 10.2,cuDNN 8
The text was updated successfully, but these errors were encountered: