Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Option to include intermediate images in visualization by tools/visualizations/vis_pipeline.py #561

Closed
Minyus opened this issue Nov 28, 2021 · 1 comment
Labels
Enhancement New feature or request

Comments

@Minyus
Copy link
Contributor

Minyus commented Nov 28, 2021

Describe the feature

tools/visualizations/vis_pipeline.py is an awesome tool to design the preprocessing pipeline. (Thank you!)
Currently, mode="concat" option can generate image including the original image and the output image, but I would like to request a new option (perhaps mode="concat_intermediates" or something) to include all the intermediate images (image after 1st transform step, image after 2nd transform step, ...) except for the ones set by skip_type argument.

Motivation

When I find the output image is not expected, sometimes it is not obvious that which transform step is problematic, and need to rerun vis_pipeline.py with skip_type argument set.

Related resources

https://github.com/open-mmlab/mmclassification/blob/master/tools/visualizations/vis_pipeline.py

@Ezra-Yu
Copy link
Collaborator

Ezra-Yu commented Nov 29, 2021

Thank you for your feedback and suggestion, we will consider adding that feature in the future. We also encourage users to implement by themselves and actively participate in the development of MMClassification.

@Ezra-Yu Ezra-Yu added the Enhancement New feature or request label Nov 29, 2021
@Ezra-Yu Ezra-Yu closed this as completed Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants