上班时打开wsl2提示 WSL 正在完成升级... Could not write value to key \SOFTWARE\Classes\Directory\shell\WSL. Verify that you have sufficient access to that key, or contact your support personnel. 原因未知,之前并没有更新过,不知道是不是微软后台偷偷在干哈。 解决办法:打开注册表,找到报错提示的位置, 右击重命名,然后在终端中运行wsl 看是否成功。
官方资料:stereolabs/zed-python-api: Python API for the ZED SDK (github.com) 1,配置ZED相机环境
1.安装CUDA
查看电脑是否安装CUDA,安装过程可参考以下博文:
如何选择匹配的CUDA版本:https://blog.csdn.net/iam…
paper:An Empirical Study of Training Self-Supervised Vision Transformers
official implementation:https://github.com/facebookresearch/moco-v3
出发点
本文并没有提出一种新的方法,而是对计算机视觉领域最近进展中的一个重要且基础…