Skip to content

Commit 0f57742

Browse files
Update qq group qrcode in README_zh-CN.md (#8370)
* [Fix]: Fix WandbLogger Hook Error (#8273) * Delete qq_group_qrcode.jpg * Update README_zh-CN.md Co-authored-by: Ayush Thakur <[email protected]>
1 parent a5f9ed3 commit 0f57742

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README_zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,10 +359,10 @@ MMDetection 是一款由来自不同高校和企业的研发人员共同参与
359359

360360
## 欢迎加入 OpenMMLab 社区
361361

362-
扫描下方的二维码可关注 OpenMMLab 团队的 [知乎官方账号](https://www.zhihu.com/people/openmmlab),加入 OpenMMLab 团队的 [官方交流 QQ 群](https://jq.qq.com/?_wv=1027&k=aCvMxdr3)
362+
扫描下方的二维码可关注 OpenMMLab 团队的 [知乎官方账号](https://www.zhihu.com/people/openmmlab),加入 OpenMMLab 团队的官方交流 QQ 群
363363

364364
<div align="center">
365-
<img src="resources/zhihu_qrcode.jpg" height="400" /> <img src="resources/qq_group_qrcode.jpg" height="400" />
365+
<img src="resources/zhihu_qrcode.jpg" height="400" /> <img src="https://cdn.vansin.top/OpenMMLab/q3.png" height="400" />
366366
</div>
367367

368368
我们会在 OpenMMLab 社区为大家

mmdet/core/hook/wandblogger_hook.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ def before_run(self, runner):
135135
super(MMDetWandbHook, self).before_run(runner)
136136

137137
# Save and Log config.
138-
if runner.meta is not None:
138+
if runner.meta is not None and runner.meta.get('exp_name',
139+
None) is not None:
139140
src_cfg_path = osp.join(runner.work_dir,
140141
runner.meta.get('exp_name', None))
141142
if osp.exists(src_cfg_path):

resources/qq_group_qrcode.jpg

-203 KB
Binary file not shown.

0 commit comments

Comments
 (0)