10 2022 档案
摘要:把~/.bashrc当中的内容改为 export https_proxy="http://XXX.XXX.XXX.XXX:ABCD" export http_proxy="http://XXX.XXX.XXX.XXX:ABCD" (都是HTTP)
阅读全文
摘要:创建用户 useradd -m username passwd username 修改.bashrc 配置代理等 生成特定文件 sudo -i chgrp -R XXX chown -R XXX
阅读全文
摘要:手动安装 d045a5eda657f4d7b676dedbfa7aab8207f8a075 这样的版本号通过这种方式获得 本地打开VSCode Help->About->Copy mkdir -p ~/.vscode-server/bin cd ~/.vscode-server/ wget http
阅读全文
摘要: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
阅读全文
摘要:想一下训练和测试会差距在哪里呢? model.train(), model.eval() - BN FairMOT, JDE数据加载的预过滤 FairMOT/src/lib/datasets/dataset/jde_reid_conf.py valid_idxs = (w > 4) & (h > 4
阅读全文
摘要: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
阅读全文
摘要:
阅读全文
摘要: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.单击“文
阅读全文
摘要:python setup.py clean --all https://stackoverflow.com/questions/1594827/cleaning-build-directory-in-setup-py
阅读全文
摘要:cv2.imwrite('./input_img.jpg',trans_img*255)
阅读全文