|
|
|
|
|
by elif
399 days ago
|
|
This is great and provides a good starting point for any similar efforts. However I think the temptation to lean all tasks on AI is perhaps a little naive if not lazy. For mask generation, there is really not much reason to use AI. In this example, simple stochastic blob detection, a trivial function you could get from openCV or ask a college sophomore to write would generate much better quality masks. |
|
we're currently working on pipelines that limit the the involvement of AI to various tasks. for example, when generating an ad there's usually logo, some banner text, and background image.
we can use gpt-image-1 to generate the background image, another LLM to identify the coordinates of where we place the logo, and just add the logo onto the image. this is just one example!