07 2023 档案
Exception: Not found: 'python/cv2/py.typed'
摘要:Copying files from CMake outputcreating directory _skbuild/linux-x86_64-3.6/cmake-install/cv2copying _skbuild/linux-x86_64-3.6/cmake-install/python/cv 阅读全文
posted @ 2023-07-26 17:57 一点飞鸿 阅读(2304) 评论(0) 推荐(0) 编辑
albumentations TypeError: Image must have uint8 channel type
摘要:MedAugment报错: Traceback (most recent call last): File "/disk2/ccc/Github/Medaugment/medaugment.py", line 234, in <module> main() File "/disk2/ccc/Gith 阅读全文
posted @ 2023-07-26 17:56 一点飞鸿 阅读(77) 评论(0) 推荐(0) 编辑
ipdb调试pytorch的数据加载(dataset、 dataloader)出现 ValueError: I/O operation on closed file
摘要:修改:将dataloader中的num_works设置为0,之前是设置的4*显卡数量,是多个线程一起读,会出现错误 阅读全文
posted @ 2023-07-26 17:56 一点飞鸿 阅读(36) 评论(0) 推荐(0) 编辑
Java gateway process exited before sending the driver its port number
摘要:在pycharm中安装pyspark时出现,网上的好多解决办法都试过了,后来找到原因,是因为本机的JKD卸载了,但是环境变量还在... 阅读全文
posted @ 2023-07-19 17:27 一点飞鸿 阅读(73) 评论(0) 推荐(0) 编辑
switch case 中 case 后值有多个,或者是一个范围的编码方式
摘要:case low ... high : case 范围的行为就好像为从 low 到 high(包含边界值)的给定范围内的每个值指定了 case 标签。(如果 low 和 high 相等,则 case 范围仅指定一个值。)下限值和上限值必须符合 C 标准的要求,即它们必须是有效的整型常量表达式(C 标 阅读全文
posted @ 2023-07-19 17:24 一点飞鸿 阅读(1315) 评论(0) 推荐(0) 编辑
logits 与 pre-logits
摘要:logits 与 pre-logits 阅读全文
posted @ 2023-07-19 15:47 一点飞鸿 阅读(187) 评论(0) 推荐(0) 编辑
OSFormer: One-Stage Camouflaged Instance Segmentation with Transformers
摘要:OSFormer: One-Stage Camouflaged Instance Segmentation with Transformers伪装实例目标检测 阅读全文
posted @ 2023-07-04 19:13 一点飞鸿 阅读(147) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示