Skip to content
This repository was archived by the owner on Nov 10, 2018. It is now read-only.

Conversation

@gmichalo
Copy link
Contributor

@gmichalo gmichalo commented May 7, 2018

No description provided.

'default': 1,
'type': int,
'help': 'Number of inferred values'}),
(('-inte', '--iteractive'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo - interactive

'type': int,
'help': 'Number of inferred values'}),
(('-inte', '--iteractive'),
{'metavar': 'Iteractive',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here and the line below too

acc = Accuracy(self, truth_path)
acc.accuracy_calculation()
if self.holo_env.iteractive:
acc.interactive_calculation_accuracy()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should make the interactive calculation outside of compare_to_truth. The whole point of the interactive calculation is for cases where we don't have a grand truth.

a different method like: 'interactive_evaluation()' that creates an Accuracy and calls interactive_calculation_accuracy() would make more sense.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants