-
Notifications
You must be signed in to change notification settings - Fork 863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Hackathon] Added notebook and utils for AI photo painting #1026
[Hackathon] Added notebook and utils for AI photo painting #1026
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@@ -0,0 +1,364 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please provide more description e.g.
which model used,
diagram with pipeline work and its description
Reply via ReviewNB
@@ -0,0 +1,364 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line #6. import gradio as gr
user can have not installed gradio as it is not listed in our requirements
Reply via ReviewNB
@@ -0,0 +1,364 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,364 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line #23. # TODO: Remove this snippet if reference and input semantics are not required
are you plan to remove TODO?
Reply via ReviewNB
@@ -0,0 +1,364 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line #18. demo.launch(share=True)
Is it possibly to use local instance if it Is applicable like in https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/237-segment-anything
At least I think it is better to remove this cell output (now any person can run demo on your machine using provided link)
Reply via ReviewNB
@ntk97 just friendly remind that your contribution should follow contribution guide at the current moment, I see that this requirement does not met https://github.com/openvinotoolkit/openvino_notebooks/blob/main/CONTRIBUTING.md#readmes as well as failing code check on ci speak about lining issues |
315b31d
to
7f771dd
Compare
Added an AI photo painting notebook utilizing CocosNet and OpenVINO to synthesize a photo-realistic image based on exemplar image sketch semantic. Signed-off-by: sarthakdeva-intel <sarthak.deva@intel.com> Signed-off-by: shauryad15-intel <shaurya.dwivedi@intel.com> Signed-off-by: Vishwas R <vishwas.r@intel.com> Signed-off-by: ntk <nayana.tk@intel.com> Signed-off-by: aabhish1 <abhishek.a@intel.com>
7f771dd
to
7c8a57b
Compare
…snet_model_notebook
5e5ec34
to
4066344
Compare
4066344
to
0a63651
Compare
Thank you for your contribution. Please do the self-check first (copy the list and tick the item when it's done):
|
Added Gif for the 408-Cocosnet-AI painting notebook
@@ -29,6 +29,9 @@ ipywidgets | |||
ipykernel>=5.* | |||
ipython>=7.16.3 | |||
|
|||
# AI Painting notebook requirements | |||
gradio==3.28.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please install gradio inside notebook
Thank you for your contribution. I'm closing this as the similar notebook has been just merged. |
Added an AI photo painting notebook utilizing CocosNet and OpenVINO to synthesize a photo-realistic image based on exemplar image sketch semantic.
Signed-off-by: sarthakdeva-intel sarthak.deva@intel.com
Signed-off-by: shauryad15-intel shaurya.dwivedi@intel.com
Signed-off-by: Vishwas R vishwas.r@intel.com
Signed-off-by: ntk nayana.tk@intel.com
Signed-off-by: aabhish1 abhishek.a@intel.com