windows - 编辑 PASCAL VOC 边界框数据

标签 windows tensorflow neural-network computer-vision

我正在生成用于训练对象检测 ANN 的数据。我目前正在根据我正在实现的规则自动生成训练数据(自动捕获图像并创建边界框),但是创建数据的算法不精确(否则我不需要人工智能)

我正在寻找输入 Pascal VoC 注释文件和图像的应用程序或 github 存储库,并允许您直观地修改(添加/删除/更新)边界框以清理数据。当前正在使用 Windows。

干杯

最佳答案

取决于我使用的平台:

Linux/赢 - LabelImg

macOS - RectLabel (不幸的是不是开源的,但只需 0.99 美元)

关于windows - 编辑 PASCAL VOC 边界框数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49237477/

相关文章:

machine-learning - 卷积神经网络做出有偏差的预测

python - TensorFlow 'global_step' 变量未针对指数衰减进行更新

linux - 如何修复 Windows 10 上的 Debian 的 Rust 错误 "linker ' cc' not found?

python - 从命令行运行程序提示密码并自动为其提供密码(cmd.exe,python)

php - 从 .EXE 中提取 .PNG?

python-3.x - 类型错误 : Fetch argument None has invalid type <class 'NoneType' > in Tensorflow

windows - 通过 Windows Script Host 使用 UTF-8 编码运行 JScript 或 VBScript 文件时出现问题

machine-learning - 关于 keras 示例 pretrained_word_embeddings 的问题

python - 根据 TensorFlow 中的 python 列表过滤张量

python - 如何在 Keras 中获得预测值?