You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tensorflow / other libraries to the current project.
Example of high level usecases
Image enhancement: Given an image output another one which would be an improvement upon the original image.
Best LUT (a): Given an image and a set of LUTs find the one that first "best".
Best LUT (b): Given an image, get the LUT that would fit "best".
Best layout: Given a set of images and a set of layouts (TBD how the layouts can be fed to the program) find the "best" association between the images and the collages.
Face detection/segmentation: Given a set of images extract the human faces. This should result in a set of images containing the segments.
Object detection and segmentation: Given an image get the pieces from the image that are separate objects.
Image restoration: Given a damaged image (noisy image, image with missing parts, scratched etc) get an approximation of the original.
"best" - TBD what it means more precisely, to be researched what it means in the already existing products.
The text was updated successfully, but these errors were encountered:
Add tensorflow / other libraries to the current project.
Example of high level usecases
"best" - TBD what it means more precisely, to be researched what it means in the already existing products.
The text was updated successfully, but these errors were encountered: