princeton-vl / CornerNet

BSD 3-Clause "New" or "Revised" License
2.36k stars 475 forks source link

Question about input sample size #131

Open njustymk opened 5 years ago

njustymk commented 5 years ago

Why is the input size of the trained sample [511,511]
but the input size of the test sample is : inp_height = new_height | 127 inp_width = new_width | 127

Is there any benefit to doing this?

diaoyingyu commented 5 years ago

Why is the input size of the trained sample [511,511] but the input size of the test sample is : inp_height = new_height | 127 inp_width = new_width | 127

Is there any benefit to doing this?

I'm also confused. Have you figured it out?