Skip to content

Commit 3a14e8c

Browse files
authored
AC: fix typo (#3052)
1 parent 56cb3f8 commit 3a14e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/accuracy_checker/openvino/tools/accuracy_checker/adapters/pose_estimation_hrnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def configure(self):
5454
self.embeddings = self.get_value_from_config('embeddings_out')
5555
self.heatmaps = self.get_value_from_config('heatmaps_out')
5656
self.nms_heatmaps = self.get_value_from_config('nms_heatmaps_out')
57-
self.ourputs_verified = False
57+
self.outputs_verified = False
5858

5959
self.num_joints = 17
6060
self.decoder = AssociativeEmbeddingDecoder(

0 commit comments

Comments
 (0)