06 2019 档案

摘要:安装 #pytorch为环境名,这里创建python3.5版。 conda create -n pytorch python=3.5 # 切换到pytorch环境 conda activate pytorch # win下查看cuda版本命令nvcc -V # cpu版本 conda install 阅读全文
posted @ 2019-06-21 18:33 crazybird123 阅读(317) 评论(0) 推荐(0)
摘要:int main() { std::ifstream fin("D:\\Data\\MyAnnoData\\视频\\0.txt");//打开原始样本图片文件列表 Mat colorImage, detectSquareImg; string videoReadPath; int videoCnt = 0;//视频计数 FILE* f = fo... 阅读全文
posted @ 2019-06-14 14:37 crazybird123 阅读(559) 评论(0) 推荐(0)