Ayush Chaurasia commited on
Commit
692be75
·
unverified ·
1 Parent(s): 3d89798

W&B: Media panel fix (#5317)

Browse files
Files changed (1) hide show
  1. utils/loggers/wandb/wandb_utils.py +1 -1
utils/loggers/wandb/wandb_utils.py CHANGED
@@ -486,7 +486,7 @@ class WandbLogger():
486
  if self.wandb_run:
487
  with all_logging_disabled():
488
  if self.bbox_media_panel_images:
489
- self.log_dict["Bounding Box Debugger/Images"] = self.bbox_media_panel_images
490
  wandb.log(self.log_dict)
491
  self.log_dict = {}
492
  self.bbox_media_panel_images = []
 
486
  if self.wandb_run:
487
  with all_logging_disabled():
488
  if self.bbox_media_panel_images:
489
+ self.log_dict["BoundingBoxDebugger"] = self.bbox_media_panel_images
490
  wandb.log(self.log_dict)
491
  self.log_dict = {}
492
  self.bbox_media_panel_images = []