module ‘cv2’ has no attribute iTrackercSRT create
原因: 没有安装与opencv-python版本对应的opencv-contrib-python
在清华源下载所需要的opencv-python和其对应的opencv-contrib-python
https://pypi.tuna.tsinghua.edu.cn/simple/opencv-python/
https://pypi.tuna.tsinghua.edu.cn/simple/opencv-contrib-python/
问题解决!