change anchor_image_size None for compatibility (#31640)
* change anchor_image_size None for compatibility * make fix-copies
This commit is contained in:
committed by
GitHub
parent
3a028101e9
commit
be50a0338b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user