change anchor_image_size None for compatibility (#31640)

* change anchor_image_size None for compatibility

* make fix-copies
This commit is contained in:
Sangbum Daniel Choi
2024-06-27 20:36:55 +09:00
committed by GitHub
parent 3a028101e9
commit be50a0338b
2 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ class RTDetrModelTester:
label_noise_ratio=0.5,
box_noise_scale=1.0,
learn_initial_query=False,
anchor_image_size=[64, 64],
anchor_image_size=None,
image_size=64,
disable_custom_kernels=True,
with_box_refine=True,