-
This command seem show need Nvidia-docker here? docker-api run only CPU? My server don't have GPU here.
-
Hi @jantic! Thanks ever so much for your repo, me and my business partner have just finished Part 1 of FastAI and we've learnt loads studying the code base. UNETs are bloody amazing, not just for this…
-
Hello
I tried converting couple of images in January and it worked perfectly fine but now it leads to following error. I uploaded images to Imgur as suggested but this time it leads to error.
P…
-
The testing code is here:
>import os
>from fasterai.visualize import *
>plt.style.use('dark_background')
>render_factor=15
>vis = get_artistic_image_colorizer(root_folder=Path("E:/hpc-demo-video/…
-
The frames in the video colourization are full of JPEG artifacts which are especially noticable if you are using it to colourize older and lower resolution material.
-
Feature request: frame interpolation via last week's Google paper https://arxiv.org/abs/1905.10240
-
I noticed that many places could make use of some code cleanup and small refactor. This usually does not affect anything but makes the code more readable.
What I noticed:
- Not following PEP8 in…
-
I welcome how to achieve batch image processing. not one at a time?
-
Instead of having a colab for each model, you call the models like this:
`colorizer = get_artistic_image_colorizer(render_factor=35 ,stats=stats, weights_name = "ColorizeArtistic_gen")`
`colorizer2 …
-
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
in
----> 1 from deoldify.visualize import *…