Change image size for SSD to 300
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -174,7 +174,7 @@ def _ssd_val(args: argparse.Namespace) -> None:
|
|||||||
|
|
||||||
tf.enable_eager_execution()
|
tf.enable_eager_execution()
|
||||||
batch_size = 16
|
batch_size = 16
|
||||||
image_size = 256
|
image_size = 300
|
||||||
use_dropout = False
|
use_dropout = False
|
||||||
weights_file = f"{args.weights_path}/VGG_coco_SSD_300x300_iter_400000.h5"
|
weights_file = f"{args.weights_path}/VGG_coco_SSD_300x300_iter_400000.h5"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user