Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Change avg mobilenet latency in the test.
Browse files Browse the repository at this point in the history
Change-Id: Ib964d01009599360444b78fd359ab63864e4aa32
  • Loading branch information
dmitriykovalev committed Aug 2, 2018
1 parent 105fd48 commit f35abdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/camera_inference_latency_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def testImageClassificationMobilenetLatency(self):
image_classification.model(image_classification.MOBILENET),
image_classification.get_classes)
self.assertLatency(avg_bonnet, 42.0)
self.assertLatency(avg_end_to_end, 70.0, 0.3)
self.assertLatency(avg_end_to_end, 80.0, 0.3)

def testImageClassificationSqueezenetLatency(self):
avg_end_to_end, avg_bonnet = self.benchmarkModel(
Expand Down

0 comments on commit f35abdb

Please sign in to comment.