Relative Content

Tag Archive for pythonuser-interfacepackageimage-segmentation

Packaging a Python Project with Object segmentation model

I have a Python project where I use the results from a Segment-Anything model to figure out where bubbles are within a channel. Now, I need to package the app and then give it to my coworkers, but I don’t want to install and debug pytorch and conda on all of their computers.

Packaging a Python Project with Object segmentation model

I have a Python project where I use the results from a Segment-Anything model to figure out where bubbles are within a channel. Now, I need to package the app and then give it to my coworkers, but I don’t want to install and debug pytorch and conda on all of their computers.