W&B: Media panel fix (#5317)
This commit is contained in:
parent
3d897986c7
commit
692be757b6
|
|
@ -486,7 +486,7 @@ class WandbLogger():
|
||||||
if self.wandb_run:
|
if self.wandb_run:
|
||||||
with all_logging_disabled():
|
with all_logging_disabled():
|
||||||
if self.bbox_media_panel_images:
|
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)
|
wandb.log(self.log_dict)
|
||||||
self.log_dict = {}
|
self.log_dict = {}
|
||||||
self.bbox_media_panel_images = []
|
self.bbox_media_panel_images = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue