open-mmlab/mmengine

[Feature] `Visualizer` do not need `master_only` when saving image

Open

#1,081 opened on Apr 17, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (447 forks)github user discovery
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

Contributor guide