We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cb3f8 commit 3a14e8cCopy full SHA for 3a14e8c
tools/accuracy_checker/openvino/tools/accuracy_checker/adapters/pose_estimation_hrnet.py
@@ -54,7 +54,7 @@ def configure(self):
54
self.embeddings = self.get_value_from_config('embeddings_out')
55
self.heatmaps = self.get_value_from_config('heatmaps_out')
56
self.nms_heatmaps = self.get_value_from_config('nms_heatmaps_out')
57
- self.ourputs_verified = False
+ self.outputs_verified = False
58
59
self.num_joints = 17
60
self.decoder = AssociativeEmbeddingDecoder(
0 commit comments