Skip to content

Commit

Permalink
Merge branch 'main' into dev/teen
Browse files Browse the repository at this point in the history
  • Loading branch information
narugo1992 committed Aug 27, 2023
2 parents 459ea24 + 3667b45 commit e3b1d9d
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 350 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run(self):
create_plot_cli(
[
('halfbody v1.0 (yolov8s)', HalfBodyDetectBenchmark('s', 'v1.0')),
# ('halfbody v1.0 (yolov8n)', HalfBodyDetectBenchmark('n', 'v1.0')),
('halfbody v1.0 (yolov8n)', HalfBodyDetectBenchmark('n', 'v1.0')),
('halfbody v0.4 (yolov8s)', HalfBodyDetectBenchmark('s', 'v0.4')),
('halfbody v0.3 (yolov8s)', HalfBodyDetectBenchmark('s', 'v0.3')),
],
Expand Down
Loading

0 comments on commit e3b1d9d

Please sign in to comment.