Looking for ideas to solve a problem #641
Replies: 2 comments
-
Hi, You can use simple DL frameworks like Resnet with ROI features predicting masks for defects. If you really need to push the boundaries replace the Resnet with a transformer like MVIT, which gives you a probability heatmap for defects which inturn, highlights the uncertainty. |
Beta Was this translation helpful? Give feedback.
-
Hi @ashraful-i , You'll likely want to look into object detection models, where the defect on the image is the object you'd like to detect. For example, if you want to detect defects in part manufacturing, you might want to try here: https://blog.roboflow.com/how-to-build-a-defect-detection-system/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My goal is to detect defects in images and highlight those areas.
I'm looking for ideas/existing solutions to finish this task accurately.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions