Loading

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 28 下一页
摘要: RCNN, Fast-RCNN, Faster-RCNN TL;DR ref https://blog.paperspace.com/faster-r-cnn-explained-object-detection/ progress RCNN: Two Stage selective search 阅读全文
posted @ 2022-08-07 16:47 ZXYFrank 阅读(86) 评论(0) 推荐(0) 编辑
摘要: import os import sys BASE = os.path.join(os.path.dirname('D:/Data/Documents/Blog/pyblog/scripts/python/renderer/__configs.py'), '../../../') print(BAS 阅读全文
posted @ 2022-08-05 21:50 ZXYFrank 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Linux 按照文件名找到所有Python 进程并且结束 pkill -9 -f XXX(Pattern) https://stackoverflow.com/questions/8987037/how-to-kill-all-processes-with-a-given-partial-name 阅读全文
posted @ 2022-07-24 09:47 ZXYFrank 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 右键,导出成为.rdf格式 选择File-Import,选择 就可以导入一整个文件夹了 阅读全文
posted @ 2022-07-22 17:16 ZXYFrank 阅读(1084) 评论(0) 推荐(0) 编辑
摘要: 可以采用翻译软件翻译 Temporal RoI Align for Video Object Recognition TL;DR Goal: exploit temporal information for the same object instance in a video. RPN -> pr 阅读全文
posted @ 2022-07-21 09:58 ZXYFrank 阅读(192) 评论(0) 推荐(0) 编辑
摘要: https://about.gitlab.com/handbook/markdown-guide/ 阅读全文
posted @ 2022-07-18 17:38 ZXYFrank 阅读(27) 评论(0) 推荐(0) 编辑
摘要: https://docs.wandb.ai/guides/track/advanced/distributed-training def is_dist_avail_and_initialized(): if not dist.is_available(): return False if not 阅读全文
posted @ 2022-07-18 11:45 ZXYFrank 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 关闭keyboard shortcut markdown.extension.onBackspaceKey即可 阅读全文
posted @ 2022-07-17 11:07 ZXYFrank 阅读(103) 评论(0) 推荐(0) 编辑
摘要: https://github.com/microsoft/debugpy/issues/926#issuecomment-1151117230 把这个勾选掉 阅读全文
posted @ 2022-07-16 11:50 ZXYFrank 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 发现 git config --global --unset-all http.proxy git config --global --unset-all https.proxy git config --global http.proxy "http://127.0.0.1:XXXXX" git 阅读全文
posted @ 2022-07-16 11:16 ZXYFrank 阅读(356) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 28 下一页