This commit is contained in:
7
tests/models/object_detection_common.py
Normal file
7
tests/models/object_detection_common.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def check_result_item_keys(result_item):
|
||||
assert result_item.keys() == {
|
||||
"input_path",
|
||||
"page_index",
|
||||
"input_img",
|
||||
"boxes",
|
||||
}
|
||||
Reference in New Issue
Block a user