浏览代码

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 = []

正在加载...
取消
保存