- 博客(7)
- 收藏
- 关注
原创 Python:AttributeError: module ‘utils‘ has no attribute ‘centroid_histogram‘
在测试以下文章的内容时,出现了一些小问题,以下是解决的路径。(1条消息) 阿里巴巴-鹿班实验室算法实现系列——颜色识别_夜雨寒风的博客-优快云博客_颜色识别算法代码报错:AttributeError: module 'utils' has no attribute 'centroid_histogram'解决方法1:手动安装模块关于python:AttributeError: module 'xxx' has no attribute 'xxx'的错误解决_AzureL-优快云博客_at
2022-01-05 21:36:22
2818
原创 cv2.error: OpenCV(4.5.5) :-1: error: (-5:Bad argument) in function ‘knnMatch‘
cv2.error: OpenCV(4.5.5) :-1: error: (-5:Bad argument) in function 'knnMatch'> Overload resolution failed:> - queryDescriptors is not a numpy array, neither a scalar> - Expected Ptr<cv::UMat> for argument 'queryDescriptors'> - argu...
2022-01-05 21:35:40
16604
1
原创 RuntimeError: CUDA out of memory;ValueError: Input 0 is incompatible with layer sequential
RuntimeError: CUDA out of memory. Tried to allocate 22.00 MiB (GPU 0; 6.00 GiB total capacity; 260.44 MiB already allocated; 0 bytes free; 262.00 MiB reserved in total by PyTorch)GPU 0 bytes free 看起来非常不正常用的是yolo网络,经过修改以后程度应该是先调用torch 然后还用了tensorflow在
2022-01-05 21:19:09
405
原创 yolov3出现nun情况解决过程笔记
情况说明相同的数据集用yolov3tiny跑了一遍,结果还好,想换成yolov3看看效果会不会有提升。(均匀GPU加速)Using cuda _CudaDeviceProperties(name='GeForce RTX 2060', major=7, minor=5, total_memory=6144MB, multi_processor_count=30)yolov3tiny的各参数如下train.pyepochs=10,batch_size=16,accumulat...
2021-10-12 12:26:02
1286
2
原创 conda常用命令笔记
关于环境conda查看所有环境信息conda info --envsconda删除环境conda remove -n '你的环境的名字' --all
2021-10-12 10:26:21
120
空空如也
关于#github# #markdown#的问题,如何解决?
2022-10-13
TA创建的收藏夹 TA关注的收藏夹
TA关注的人