瀏覽代碼

W&B: Media panel fix (#5317)

modifyDataloader
Ayush Chaurasia GitHub 2 年之前
父節點
當前提交
692be757b6
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      utils/loggers/wandb/wandb_utils.py

+ 1
- 1
utils/loggers/wandb/wandb_utils.py 查看文件

@@ -486,7 +486,7 @@ class WandbLogger():
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 = []

Loading…
取消
儲存