Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在卫星图像上实现对象检测。我有一个带注释的数据集,但图像很大,模型只接受 416 x 416 大小的输入。如何在网络中传递图像的一小部分,确保保留注释。另外,如何在测试时合并这些结果?
用小填充裁剪它们以防止边框效果并将它们合并回来。你可以在这里看到这是如何完成的,第 552 行。
https://github.com/lopuhin/kaggle-dstl/blob/master/train.py