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) 编辑
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) 编辑
Java gateway process exited before sending the driver its port number
摘要:在pycharm中安装pyspark时出现,网上的好多解决办法都试过了,后来找到原因,是因为本机的JKD卸载了,但是环境变量还在...
阅读全文
posted @
2023-07-19 17:27
一点飞鸿
阅读(73)
推荐(0) 编辑
switch case 中 case 后值有多个,或者是一个范围的编码方式
摘要:case low ... high : case 范围的行为就好像为从 low 到 high(包含边界值)的给定范围内的每个值指定了 case 标签。(如果 low 和 high 相等,则 case 范围仅指定一个值。)下限值和上限值必须符合 C 标准的要求,即它们必须是有效的整型常量表达式(C 标
阅读全文
posted @
2023-07-19 17:24
一点飞鸿
阅读(1315)
推荐(0) 编辑