英文: Load accuracy metric with evaluate ,sometime mistakes happen: TypeError: 'NoneType' obje...
如何从一张256位单色图片中获取这个结果?
英文: How to obtain this result from a 256 bits monochrome picture? 问题 我刚在我正在研究的《数字图像处理》(作者:Rafael C. ...
Grad-cam总是将热力图放在相同的区域。
英文: Grad-cam always placing the heatmap in the same area 问题 这是与问题相关的代码部分: def forward_hook(module, i...
有没有办法对移动相机的视频进行背景减除?主要基于光流?
英文: Is there a way to do background substraction on video of moving cameras? based on optical flow m...
8点算法用于计算具有超过8个匹配点的基础矩阵。
英文: 8-point algorithm for computing the fundamental matrix with more than 8 matches 问题 The 8点法算法必须只用...
使用Python OpenCV进行圆检测
英文: Circles detection with Python OpenCV 问题 以下是您提供的代码的翻译部分: 我目前正在面临一个我开发的程序的问题。该程序旨在读取包含圆环的图像文件,并识别圆...
open model zoo multi_camera_multi_target_tracking_demo
英文: open model zoo multi_camera_multi_target_tracking_demo 问题 我正在尝试使用测试视频文件运行multi_camera_multi_targ...
我已经在Pytorch中计算了一个流场。如何使用这个流场生成重新映射的图像?
英文: I have calculated a flow field in Pytorch. How do I generate a remapped image using this? 问题 我已经...
How does the training variable affects BatchNormalization in tensorflow and what it is its default value?
英文: How does the training variable affects BatchNormalization in tensorflow and what it is its defau...
如何训练一个机器学习模型来为一幅图像中的多个区域生成预测。
英文: How to train an ML model to generate predictions for multiple regions in one image 问题 我正在参与一个家庭项...
6