guysoft / OctoPi

Scripts to build OctoPi, a Raspberry PI distro for controlling 3D printers over the web
GNU General Public License v3.0
2.45k stars 368 forks source link

Integrating AI based print failure detection / Data collection #693

Closed maxupp closed 3 years ago

maxupp commented 3 years ago

An AI plugin that detects failed prints on the webcam feed would be great.

I'd like to develop it, but I do not have the data. I think OctoPi itself could collect the data with a simple "contribute" button, which grabs and uploads images of regular and failed prints. If this is of interest I'll make a pull request for the UI element and upload functionality.

guysoft commented 3 years ago

You likely need to talk to @foosel on OctoPrint, OctoPi could ship with a plugin and the libs needed. B But you would need this to work on OcoPrint first. There was an attempt already with https://www.thespaghettidetective.com/ . But it closed source and they keep the data which is something I am against since both OctoPi and OctoPrint are AGPL license.

Closing as duplicate of: https://github.com/OctoPrint/OctoPrint/issues/1256 (which I suggest you post in your interest to develop this).