add layout score return (#13068)

pull/12730/merge
myhloli 2024-06-14 13:06:34 +08:00 committed by GitHub
parent 335c5c247f
commit 4f54aa61c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ class StructureSystem(object):
"img": roi_img,
"res": res,
"img_idx": img_idx,
"score": region["score"],
}
)