open-mmlab/mmengine
[Feature] `Visualizer` do not need `master_only` when saving image
Aberta
#1.081 aberto em 17 de abr. de 2023
good first issue
Métricas do repositório
- Stars
- (1.488 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 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