open-mmlab/mmengine
[Feature] `Visualizer` do not need `master_only` when saving image
開放
#1,081 建立於 2023年4月17日
good first issue
倉庫指標
- 星標
- (1,491 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
What is the feature?
In Visualizer, saving image will using master_only function, when unsing multi-gpus, it will only save the master gpu images.
In my opinion, we can delete this (have tried and it works)
Any other context?
No response