英文: Real time object detection with Yolo model not working 问题 我已经训练了一个自定义的Yolo模型,用于检测棋盘上的方形插槽,并且在图像上...
实时目标检测使用Yolo模型不起作用。
英文: Real time object detection with Yolo model not working 问题 我已经训练了一个自定义的YOLO模型,用于检测棋盘上的正方形槽,对图像的准确...
如何修复卷积神经网络输出数据与目标之间轻微不匹配的维度?
英文: How to Fix Slight Mismatch Between Dimensions of CNN Output Data and the Target? 问题 我正在尝试创建一个UNe...
How can I add my custom method for image preprocessing task in model.Sequential() of Tensorflow?
英文: How can I add my custom method for image preprocessing task in model.Sequential() of Tensorflow?...
如何在PyTorch中为CNN模型添加额外的层?
英文: How to add additional layers to CNN model in PyTorch? 问题 我有一个与神经网络相关的问题。在指定模型参数方面,我是一个初学者。我发现了这个...
Torch loaded model accuracy is downed.
英文: Torch loaded model accuracy is downed 问题 我已经训练了一个ResNet模型,并将其权重保存到一个.pt文件中,如下所示。 这是文件 1 model = ...
TypeError: auc() 出现意外的关键字参数 ‘reorder’
英文: TypeError: auc() got an unexpected keyword argument 'reorder' 问题 请告诉我为什么会出现这个错误? def roc...
图像折叠,通过分成网格进行卷积神经网络
英文: Image folding by dividing into grid for convolutional neural network 问题 假设我有一个300 x 300的输入图像,具有1...
TensorFlow图像分类
英文: Tensorflow images classification 问题 我一直在遵循官方TensorFlow指南进行图像分类,因为我想编写一个钢铁废料分类器脚本。在使用一组各种废料照片训练模型...
Keras用于创建CNN – 数组大小加倍训练图像数量
英文: Keras for creating CNN - Size of array double number of training images 问题 我正在创建一个卷积神经网络,用于确定扫描的...