上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 72 下一页
摘要: 比如把格林威治时间转换为上海时间: from datetime import datetime import pytz print('格林威治时间: ', datetime.now().strftime("%Y-%m-%d_%H-%M-%S")) print('上海时间: ', datetime.n 阅读全文
posted @ 2023-05-21 20:34 Picassooo 阅读(445) 评论(0) 推荐(0)
摘要: 检测和分类不同,检测过程中,图片处理以后,bbox往往也需要同步变换。 [1] 知乎:目标检测-数据增强(Data Augmentation) (推荐,但要注意代码中的个别错误) [2] CSDN: 目标检测中的数据增强,包括bbox的变换 (写的还可以) [3] 知乎:一种目标检测任务中图像-标注 阅读全文
posted @ 2023-05-15 11:52 Picassooo 阅读(396) 评论(0) 推荐(0)
摘要: PyTorch Python中的注册器模块 MMCV 核心组件分析(五): Registry Detectron2和fvcore中的Registry机制详解 阅读全文
posted @ 2023-05-11 16:43 Picassooo 阅读(148) 评论(0) 推荐(0)
摘要: 一些wheel文件下载地址: 各种包:https://download.pytorch.org/whl/ pytorch:https://download.pytorch.org/whl/torch_stable.html torchvision:https://download.pytorch.o 阅读全文
posted @ 2023-04-02 16:05 Picassooo 阅读(2004) 评论(0) 推荐(0)
摘要: 参考:端口冲突(Address already in use)解决方法 阅读全文
posted @ 2023-03-24 17:27 Picassooo 阅读(575) 评论(0) 推荐(0)
摘要: yacs的使用小记,merge_from_file() 阅读全文
posted @ 2023-03-24 09:18 Picassooo 阅读(77) 评论(0) 推荐(0)
摘要: 如何使用 PyTorch Hook 阅读全文
posted @ 2023-03-19 10:21 Picassooo 阅读(17) 评论(0) 推荐(0)
摘要: slowfast复现 训练 阅读全文
posted @ 2023-03-15 11:29 Picassooo 阅读(126) 评论(0) 推荐(0)
摘要: 知乎:如何通俗地讲解 viterbi 算法? - 知乎 (zhihu.com) 知乎:维特比算法(viterbi)原理以及简单实现 - 知乎 (zhihu.com) 博客 动态规划dynamic programming 中的第二节最短路径问题,是一个很好的例子。 阅读全文
posted @ 2023-03-07 11:48 Picassooo 阅读(252) 评论(0) 推荐(0)
摘要: 本文摘自:空中机器人前沿(作者西湖大学-郑业) 阅读全文
posted @ 2023-03-07 10:47 Picassooo 阅读(107) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 72 下一页