目录
自己修改了一下测试代码:
监控摄像头测试:误检挺多的,
onnx部署调试ok
python onnx测试: 开源地址:
GitHub - TencentYoutuResearch/CrowdCounting-P2PNet: The official codes for the ICCV2021 Oral presentation "Rethinking Counting and Localization…
文章目录 介绍在大豆数据集上可视化结果环境准备数据集结构数据链接模型训练模型推理代码介绍
这个仓库包含了P2PNet(Rethinking Counting and Localization in Crowds: A Purely Point-Based Framework)在大豆数据集上的pytorch实现。
在大豆数据集上可视化结果 环境准备 …