I'm just wondering how these "magic" number is determined? why not just use the original 256x256 image size?
What's the reason for doing these? Any one can give me some insight?
Thanks!
Christos Apostolopoulos
unread,
Mar 19, 2016, 7:23:36 PM3/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Caffe Users
It's for data augmentation. Basically if you have a 256x256 image you can crop a number of 227x227 patches and thus increase your training size without actually adding any real data. You can also mirror your images for the same effect (command mirror:1)
Oscar Beijbom
unread,
Mar 21, 2016, 4:17:57 AM3/21/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Caffe Users
224 vs 227 is an arbitrary feature of the network architecture.