8a600f790ba68880e9a76a5eda33a3f4fccd22c4,luminoth/utils/predicting.py,,get_predictions,#Any#Any#,32
Before Change
"objects_labels": preds["objects_labels"],
"objects_labels_prob": preds["objects_labels_prob"],
"inference_time": preds["inference_time"],
"scale_factor": preds["scale_factor"] ,
"image_path": image_path,
})
After Change
We load the checkpoint in the first iteration and then use the same
session and graph for subsequent images.
config = get_config(config_files)
// Don"t use data augmentation in predictions
config.dataset.data_augmentation = None
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances Project Name: tryolabs/luminoth
Commit Name: 8a600f790ba68880e9a76a5eda33a3f4fccd22c4
Time: 2017-11-17
Author: javirey@gmail.com
File Name: luminoth/utils/predicting.py
Class Name:
Method Name: get_predictions
Project Name: keras-team/autokeras
Commit Name: b80fb3bdcfeac64d91b7365be1196392e013dcb8
Time: 2018-01-05
Author: jhfjhfj1@gmail.com
File Name: autokeras/utils.py
Class Name:
Method Name: extract_config
Project Name: tryolabs/luminoth
Commit Name: 8a600f790ba68880e9a76a5eda33a3f4fccd22c4
Time: 2017-11-17
Author: javirey@gmail.com
File Name: luminoth/eval.py
Class Name:
Method Name: evaluate