Skip to content

Commit bf634e1

Browse files
authored
Added d8 input size to the list
1 parent 8b4139f commit bf634e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

efficientdet_test_videos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'toothbrush']
4040

4141
# tf bilinear interpolation is different from any other's, just make do
42-
input_sizes = [512, 640, 768, 896, 1024, 1280, 1280, 1536]
42+
input_sizes = [512, 640, 768, 896, 1024, 1280, 1280, 1536, 1536]
4343
input_size = input_sizes[compound_coef] if force_input_size is None else force_input_size
4444

4545
# load model

0 commit comments

Comments
 (0)