You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: