Merge 42d9d1797332e9643912981d972532f6e59eeba3 into af4fad50b0e00946467244dc8bce4d232d2b79c2

This commit is contained in:
Liang Yang 2022-06-23 09:11:23 +08:00 committed by GitHub
commit 18f5fd7539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,14 +69,14 @@ def single_gpu_test(model: nn.Module,
if is_module_wrapper(model):
model.module.show_result(
img_show,
result[i],
result[j],
show=show,
out_file=out_file,
score_thr=show_score_thr)
else:
model.show_result(
img_show,
result[i],
result[j],
show=show,
out_file=out_file,
score_thr=show_score_thr)