tensorflow-yolov3
tensorflow-yolov3 copied to clipboard
About TRAIN_INPUT_SIZE
what is the meaning of this parameter in the configuration? Thanks for the response
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 but the anchors generated with k-means clustering need to be calculated based on this parameter or for original image's size ?
@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
anchors need to be calculated based on TRAIN.INPUT_SIZE
@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
+1
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