Skip to content

Commit

Permalink
dev(narugo): update monochrome
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Jan 24, 2024
1 parent 4fb4be0 commit 22aeec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api_doc/validate/monochrome_benchmark.plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def unload(self):

def run(self):
image_file = random.choice(self.all_images)
_ = get_monochrome_score(image_file, model_name=self.model, safe=self.safe)
_ = get_monochrome_score(image_file, model_name=self.model)


if __name__ == '__main__':
Expand Down

0 comments on commit 22aeec4

Please sign in to comment.