From 9a28d3d294ad4e88c2c9f520e054597c8d169283 Mon Sep 17 00:00:00 2001 From: unsky <2081264@qq.com> Date: Fri, 5 Jan 2018 16:44:55 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd01887..e0a7777 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ In the paper the anchor setting is `Ratios: [0.5,1,2],scales :[8,]` With the setting and P2~P6, all anchor sizes are `[32,64,128,512,1024]`,but this setting is suit for COCO dataset which has so many small targets. -but the voc dataset has so many `[128,256,512]`targets. +But the voc dataset targets are range `[128,256,512]`. So, we desgin the anchor setting:`Ratios: [0.5,1,2],scales :[8,16]`, this is very import for voc dataset.