Loading

上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页
摘要: https://stackoverflow.com/questions/25311743/undo-git-rm-r-cached If you've run only git rm -r --cached, try doing a git reset HEAD . from within your 阅读全文
posted @ 2022-11-07 11:33 ZXYFrank 阅读(618) 评论(0) 推荐(0) 编辑
摘要: 保留xxx.synctex.gz锚点文件 https://zhuanlan.zhihu.com/p/260081528 阅读全文
posted @ 2022-11-03 11:52 ZXYFrank 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 把~/.bashrc当中的内容改为 export https_proxy="http://XXX.XXX.XXX.XXX:ABCD" export http_proxy="http://XXX.XXX.XXX.XXX:ABCD" (都是HTTP) 阅读全文
posted @ 2022-10-26 20:06 ZXYFrank 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 创建用户 useradd -m username passwd username 修改.bashrc 配置代理等 生成特定文件 sudo -i chgrp -R XXX chown -R XXX 阅读全文
posted @ 2022-10-26 14:35 ZXYFrank 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 手动安装 d045a5eda657f4d7b676dedbfa7aab8207f8a075 这样的版本号通过这种方式获得 本地打开VSCode Help->About->Copy mkdir -p ~/.vscode-server/bin cd ~/.vscode-server/ wget http 阅读全文
posted @ 2022-10-26 11:49 ZXYFrank 阅读(1906) 评论(0) 推荐(0) 编辑
摘要: https://answers.microsoft.com/zh-hans/windows/forum/all/%E4%B8%BA%E4%BB%80%E4%B9%88%E5%BE%AE%E8%BD%AF/a87b3e6d-949d-448b-ac39-06bdcbfa2af6 阅读全文
posted @ 2022-10-25 19:35 ZXYFrank 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 想一下训练和测试会差距在哪里呢? model.train(), model.eval() - BN FairMOT, JDE数据加载的预过滤 FairMOT/src/lib/datasets/dataset/jde_reid_conf.py valid_idxs = (w > 4) & (h > 4 阅读全文
posted @ 2022-10-23 21:16 ZXYFrank 阅读(57) 评论(0) 推荐(0) 编辑
摘要: introduction “This above all: to thine own self be true, and it must follow, as the night the day, thou canst not then be false to any man.” —William 阅读全文
posted @ 2022-10-20 22:37 ZXYFrank 阅读(109) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2022.cnblogs.com/blog/2206052/202210/2206052-20221018190302273-471727664.png) 阅读全文
posted @ 2022-10-18 19:03 ZXYFrank 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://answers.microsoft.com/zh-hans/msoffice/forum/all/ppt-%E5%85%B3%E9%97%AD%E5%8A%A0%E8%BD%BD%E9%A1%B9/88896ada-41ab-48ed-a83e-282619f04f19 1.单击“文 阅读全文
posted @ 2022-10-14 10:46 ZXYFrank 阅读(524) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 28 下一页