adds solutions
This commit is contained in:
@@ -255,7 +255,7 @@ def draw_positive_boxes(
|
||||
def main():
|
||||
anchor_grid = get_anchor_grid(
|
||||
anchor_widths=[8, 16, 32, 64, 96, 128, 160, 192],
|
||||
aspect_ratios=[1 / 3, 1 / 2, 3 / 5, 2 / 3, 3 / 4, 1, 4 / 3, 5 / 3, 2, 2.5, 3],
|
||||
aspect_ratios=[1 / 2, 2 / 3, 1, 4 / 3, 5 / 3, 2, 2.5, 3],
|
||||
num_rows=28,
|
||||
num_cols=28,
|
||||
scale_factor=8,
|
||||
|
||||
Reference in New Issue
Block a user