open-mmlab/mmengine
View on GitHub[Feature] `Visualizer` do not need `master_only` when saving image
Open
#1,081 opened on Apr 17, 2023
good first issue
Repository metrics
- Stars
- (1,477 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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