nnabla-examples
nnabla-examples copied to clipboard
Neural Network Libraries https://nnabla.org/ - Examples
Hi, @TE-AkioHayakawa san , @TE-TakuyaNarihira san, @TE-KazukiYoshiyama san. I've made SinGAN with NNabla. If you consider this to be good to this repository, I'll clean up codes and add more...
Very very Minor change to correct the link to Quickstart markdown file.
when i run: !python generate.py --model tecogan_model.h5 --input-dir-lr frames/input_video/ --output-dir results/user !ffmpeg -i results/user/output_frame_%04d.png -r 24/1 -y user_video_hr.mp4 I get the following error: 2022-10-11 05:55:28,867 [nnabla][INFO]: Initializing CPU extension... /content/nnabla-examples/utils...
Respected sir Thank you for sharing the projects and the pre-trained models. I have been trying to use the StyleGAN2 notebook. I want to generate multiple random samples, but the...
2023-10-17 10:57:05,909 [nnabla][INFO]: Initializing CPU extension... usage: animate.py [-h] [--config CONFIG] [--params PARAMS] [--source SOURCE] [--driving DRIVING] [--out-dir OUT_DIR] [--context {cudnn,cpu}] [--output-png] [--fps FPS] [--only-generated] [--detailed] [--full] [--adapt-movement-scale] [--unuse-relative-movement] [--unuse-relative-jacobian]...
We got a question in [CenterNet Colab demo tutorial in Youtube](https://www.youtube.com/watch?v=0YzwRLmyDMA&lc=UgwgHDAUQdxFLl1gCyp4AaABAg). > Hi, thanks for the video. This really good. > How do I run an inference for a set...
Bumps [scipy](https://github.com/scipy/scipy) from 1.2.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
Hi ! when i record the video from my own computer(about 5 seconds) then i run !python animate.py --source $input_img \ --driving video.mp4 \ --adapt-movement-scale --fps 24 to realize the...
Run First Order Motion Model at Google Colab. When run "play_video('result/arbitrary/sample_src.png_by_sample_drv.mp4')", export error below. --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 play_video('result/arbitrary/sample_src.png_by_sample_drv.mp4') [](https://localhost:8080/#) in play_video(filename,...
CenterNet mixed-precision training cannot work well with specific cuDNN versions. ## How to reproduce * Revision: 859d9d4a * Branch: `master` * GPUs: V100 * Use `nnabla/nnabla-ext-cuda-multi-gpu:py310-cuda110-mpi3.1.6-v1.34.0` as the base image...