上传者: 42175776
|
上传时间: 2021-12-14 11:08:25
|
文件大小: 827KB
|
文件类型: -
全卷积网络的端到端目标检测
该项目在PyTorch上提供了“”的实现。
本文中的实验是在内部框架上进行的,因此我们在上重新实现了它们,并报告了以下详细信息。
要求
scipy> = 1.5.4
开始使用
在本地安装cvpods(需要cuda进行编译)
python3 -m pip install ' git+https://github.com/Megvii-BaseDetection/cvpods.git '
# (add --user if you don't have permission)
# Or, to install it from a local clone:
git clone https://github.com/Megvii-BaseDetection/cvpods.git
python3 -m pip install -e cvpods
# Or,
pip