add layout score return (#13068)
parent
335c5c247f
commit
4f54aa61c6
|
@ -169,6 +169,7 @@ class StructureSystem(object):
|
|||
"img": roi_img,
|
||||
"res": res,
|
||||
"img_idx": img_idx,
|
||||
"score": region["score"],
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue