yeandy opened a new issue, #22224: URL: https://github.com/apache/beam/issues/22224
### What happened? The `pytorch_image_segmentation.py` example erroneously includes a `normalize` transform in the preprocessing step, before calling `RunInference` with the `maskrcnn_resnet50_fpn` model. This degrades the accuracy of the predictions. Action item: remove the normalization step. ### Issue Priority Priority: 2 ### Issue Component Component: sdk-py-core -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
