Skip to content

Commit

Permalink
W&B: Media panel fix (ultralytics#5317)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushExel committed Oct 25, 2021
1 parent 61014e9 commit 5672863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/loggers/wandb/wandb_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def end_epoch(self, best_result=False):
if self.wandb_run:
with all_logging_disabled():
if self.bbox_media_panel_images:
self.log_dict["Bounding Box Debugger/Images"] = self.bbox_media_panel_images
self.log_dict["BoundingBoxDebugger"] = self.bbox_media_panel_images
wandb.log(self.log_dict)
self.log_dict = {}
self.bbox_media_panel_images = []
Expand Down

0 comments on commit 5672863

Please sign in to comment.