object_detection_common.py 164 B

1234567
  1. def check_result_item_keys(result_item):
  2. assert result_item.keys() == {
  3. "input_path",
  4. "page_index",
  5. "input_img",
  6. "boxes",
  7. }