nmkd

Results 24 issues of nmkd

Hello, is it possible to convert Pytorch DAIN models to NCNN for use with dain-ncnn-vulkan?

Running the third cell results in this error: ```ModuleNotFoundError Traceback (most recent call last) in () 1 # make deterministic ----> 2 from mingpt.utils import set_seed 3 set_seed(42) ModuleNotFoundError: No...

I've had a problem multiple times where av1an would write a chunk into done.json even though it's not actually done. In the end I'd end up with a video where...

Right now, there is a small issue with the FPS number in av1an: It's averaged across the whole time the encode is running. The problem here is that (especially with...

enhancement

Rarely, I have a problem with SVT-AV1 where the encoder seems to hang or even exit (no process in task manager), however, av1an does not detect it as a crash,...

Is it possible to print the progress (encoded frame count) when av1an is running without a graphical shell? Right now, making a wrapper is tricky because it's not possible to...

It's impossible to run this code on any up-to-date Nvidia machine, as Cupy does not support CUDA 11.3. Redistributing would also be near-impossible as Cupy only works for one specific...

Hello, the inference code seems to have rather severe bottlenecks - The CUDA usage is only around 25%. ![image](https://user-images.githubusercontent.com/61149547/130804948-4b7f9236-fa6d-41c5-9f77-476bbcbe1e9d.png) RIFE and other interpolation networks usually have a usage of 80-95%....

Currently, ESRGAN outperforms SRFlow when it comes to uncompressed upscaling. And SRFlow can't be trained on JPEGs or other artifacts. Is it possible to use custom LR images that have...

The current version (pip) doesn't save any images, no matter which save_every value. Tested locally (Win 10) and on the simplified Colab notebook.