tensorflow-yolov3 icon indicating copy to clipboard operation
tensorflow-yolov3 copied to clipboard

About TRAIN_INPUT_SIZE

Open didacusAbella opened this issue 5 years ago • 7 comments

what is the meaning of this parameter in the configuration? Thanks for the response

didacusAbella avatar Jul 29 '19 11:07 didacusAbella

on each step, anyone of the number will be selected from TRAIN.INPUT_SIZE and input image will be resized to that size. it will improve the learning process. it sort of image augmentation.

Kasthooriraja avatar Aug 04 '19 15:08 Kasthooriraja

@Kasthooriraja but the anchors generated with k-means clustering need to be calculated based on this parameter or for original image's size ?

didacusAbella avatar Aug 11 '19 13:08 didacusAbella

@Kasthooriraja but the anchors generated with k-means clustering need to be calculated based on this parameter or for original image's size ?

same question

zjuPeco avatar Apr 22 '20 09:04 zjuPeco

anchors need to be calculated based on TRAIN.INPUT_SIZE

Kasthooriraja avatar Apr 27 '20 05:04 Kasthooriraja

@Kasthooriraja but the anchors generated with k-means clustering need to be calculated based on this parameter or for original image's size ?

same question

same question

TakasuRyuji avatar Dec 06 '20 13:12 TakasuRyuji

+1

Luoxsh6 avatar Jan 20 '21 08:01 Luoxsh6

on each step, anyone of the number will be selected from TRAIN.INPUT_SIZE and input image will be resized to that size. it will improve the learning process. it sort of image augmentation.

Someone resolve it

alexanderDuenas avatar May 22 '21 19:05 alexanderDuenas