Ayush Chaurasia
commited on
W&B: Media panel fix (#5317)
Browse files
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["
|
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 = []
|