
人脸测心率
jinggegebuaa
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
运行darts 出现错误
RuntimeError: cuda runtime error (11) : invalid argument at /pytorch/aten/src/THC/THCGeneral.cpp:383 查到的解决方法: cudnn.benchmark = False IndexError: invalid index of a 0-dim tensor. Use `tensor.item()` in Python or `tensor.item<T>()` in C++ to conver原创 2020-07-31 16:50:19 · 367 阅读 · 0 评论 -
跑通通过人脸测试心率程序
跑通程序 https://github.com/thearn/webcam-pulse-detector 运行 python get_pulse.py 报错 1. 错误是 No module named ‘cv2’ 解决方法:https://blog.youkuaiyun.com/chao2016/article/details/78071392 2. 错误是 解决方法是:这个问题没有解...原创 2019-12-17 17:05:45 · 604 阅读 · 0 评论