open-mmlab/mmengine

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

Offen

#1.081 geöffnet am 17.04.2023

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (458 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (1.488 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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