qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.44k forks source link

Questions about train model #782

Open wielh opened 1 year ago

wielh commented 1 year ago
  1. Suppose there's a picture with size (1200,800) and objectA is in (x,y,w,h)=(300,300,200,100), do I have to change the ratio to (416,416) or just input (300,300,200,100)?

  2. whether the output of (x,y,w,z,....) is in (416,416) or the original size (1200,800) ?

thanks