You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/11 18:59:19 UTC

[GitHub] [beam] yeandy opened a new issue, #22224: [Bug]: Remove normalize before RunInference in pytorch_image_segmentation.py

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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] yeandy commented on issue #22224: [Bug]: Remove normalize before RunInference in pytorch_image_segmentation.py

Posted by GitBox <gi...@apache.org>.
yeandy commented on issue #22224:
URL: https://github.com/apache/beam/issues/22224#issuecomment-1185757011

   Subtask of https://github.com/apache/beam/issues/22117


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] yeandy commented on issue #22224: [Bug]: Remove normalize before RunInference in pytorch_image_segmentation.py

Posted by GitBox <gi...@apache.org>.
yeandy commented on issue #22224:
URL: https://github.com/apache/beam/issues/22224#issuecomment-1180756547

   .take-issue


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheNeuralBit closed issue #22224: [Bug]: Remove normalize before RunInference in pytorch_image_segmentation.py

Posted by GitBox <gi...@apache.org>.
TheNeuralBit closed issue #22224: [Bug]: Remove normalize before RunInference in pytorch_image_segmentation.py
URL: https://github.com/apache/beam/issues/22224


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org