Open di-jabil opened 5 years ago
Hi Folks,
I am looking for ways to measure FLOPs of the inference operation and the get_objects operation. Such as line 52-58 of the object detection example result = inference.run(image_center) objects = object_detection.get_objects(result, args.threshold, offset) https://github.com/google/aiyprojects-raspbian/blob/aiyprojects/src/examples/vision/object_detection.py
result = inference.run(image_center)
objects = object_detection.get_objects(result, args.threshold, offset)
Could you please advise? Thank you.
Hi Folks,
I am looking for ways to measure FLOPs of the inference operation and the get_objects operation. Such as line 52-58 of the object detection example
result = inference.run(image_center)
objects = object_detection.get_objects(result, args.threshold, offset)
https://github.com/google/aiyprojects-raspbian/blob/aiyprojects/src/examples/vision/object_detection.pyCould you please advise? Thank you.