47b9dd041f41ae8929fe64c05cde1bb878b6f6b8,research/object_detection/metrics/oid_challenge_evaluation_utils.py,,build_groundtruth_dictionary,#Any#Any#,112

Before Change



  dictionary = {
      standard_fields.InputDataFields.groundtruth_boxes:
          data_location[["YMin", "XMin", "YMax", "XMax"]].to_numpy(),
      standard_fields.InputDataFields.groundtruth_classes:
          data_location["LabelName"].map(lambda x: class_label_map[x]
                                        ).to_numpy(),

After Change



  dictionary = {
      standard_fields.InputDataFields.groundtruth_boxes:
          data_location[["YMin", "XMin", "YMax",
                         "XMax"]].to_numpy().astype(float),
      standard_fields.InputDataFields.groundtruth_classes:
          data_location["LabelName"].map(lambda x: class_label_map[x]
                                        ).to_numpy(),
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: tensorflow/models
Commit Name: 47b9dd041f41ae8929fe64c05cde1bb878b6f6b8
Time: 2020-12-16
Author: gardener@tensorflow.org
File Name: research/object_detection/metrics/oid_challenge_evaluation_utils.py
Class Name:
Method Name: build_groundtruth_dictionary


Project Name: jhfjhfj1/autokeras
Commit Name: 597ed326b9a3efa4f7b546b9d2152e4dd2800b3a
Time: 2020-06-09
Author: jhfjhfj1@gmail.com
File Name: docs/py/structured_data_classification.py
Class Name:
Method Name:


Project Name: tensorflow/models
Commit Name: 47b9dd041f41ae8929fe64c05cde1bb878b6f6b8
Time: 2020-12-16
Author: gardener@tensorflow.org
File Name: research/object_detection/metrics/oid_challenge_evaluation_utils.py
Class Name:
Method Name: build_predictions_dictionary