Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I wanted to ask for general direction on how could anomalib be used in a production line.
I have been playing with yolo and started to understand how that works, I also did all the anomalib notebooks I cold find (had some issues running some of them). Now I am wondering: let's say I fix a camera on a production line (like the one shown in the autodistill library here) could you describe me what the steps would be to use anomalib to detect for example an half empty bottle, a green cap or an unknown issue with the bottle?
If I am understanding all this correctly the steps could be:
1.Collect dataset (picture, video)
2.Label (pictures or frames)
3.Train for object detection yolo or similar
4.Run inference with object detection and somehow use the output to train anomalib one picture/frame at the time (what if the frame only has half bottle?) Suold I be using segmentation masks for this process?
5.From live video use frames for inference first with object detection and use the output as input in anomalib.
Do the steps above make any sense? Is there another better or more suitable approach?
Is there a notebook or some project using a real world example for quality control?
Sorry for the basic questions, really new to all this.
Beta Was this translation helpful? Give feedback.
All reactions