FaceBoxes-tensorflow
FaceBoxes-tensorflow copied to clipboard
Tensorflow question
Hellol,.i have some qusetion about the file evaluation_utils.py You use py_func API to write your own metric, but i don't see any global variable to contain the history information about the evaluation, which can be used to calculate the accuracy on the whole evaluation set. So is the evaluation output only refer to one random image in the evaluation set? Please help me, thank you.