Code Monkey home page Code Monkey logo

animestylized's Introduction

I’m looking for help with getting rid of procrastination 🤔


Some interesting code ➡️ here


C#            16 hrs 28 mins  █████████████████░░░░░░░░   67.69 %
Markdown      2 hrs 57 mins   ███░░░░░░░░░░░░░░░░░░░░░░   12.13 %
C             1 hr 25 mins    █▒░░░░░░░░░░░░░░░░░░░░░░░   05.86 %
Python        58 mins         █░░░░░░░░░░░░░░░░░░░░░░░░   04.02 %
Other         49 mins         █░░░░░░░░░░░░░░░░░░░░░░░░   03.42 %

animestylized's People

Contributors

vinesmsuic avatar zhen8838 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

animestylized's Issues

ColorShift

您好,作者,我仔细比对了论文和您的源代码,我发现colorshift中,论文里的公式跟您给的计算方法不一样,而且这么看的话colorshift并没有给出一张灰度图

random split

您好,作者,请问你的random split函数在哪里,我下了您的代码中没有看到

Walkthrough of repo

There are files for a different use, can you explain which of them are for model and give info about the contents of the different folder?

White-box Cartoon 训练过程的问题

您好,
非常感谢您能开源代码。
在使用过程中遇到了一点小问题,想与您交流一下。

我测试的代码是《White-box Cartoon》这篇论文的复现代码。

在train的时候,会报一个错误。
这个错误的位置是whiteboxgan_pretrain.py的30-31行,看了一下dataset的构造和后序训练的输入,在30和31行之间,是否应当增加

input_photo = torch.cat(input_photo, dim=0)

否则input_photo是一个元组有两个元素,没有进行合并。

White-Box model results are not good

Great work in re-implementing the white-box model using pytorch. However, after testing, I found the results are not good as the official version by the authors. There is still a large gap. What do you think could be the reason? Do we need the train the model longer or something else?

Audio missing

!make infer CODE=scripts/whiteboxgan.py
CKPT=whitebox/version_0/checkpoints/epoch=4.ckpt
EXTRA=image_path:tests/rj.mp4,device:cuda,batch_size:4

output video has no audio channel.

多GPU训练问题

File "scripts/whiteboxgan.py", line 186, in training_step
vgg_output = self.pretrained(output)
File "/usr/local/python3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in call
result = self.forward(*input, **kwargs)
File "/home/cyr/17_style/networks/pretrainnet.py", line 172, in forward
return self._forward_impl(x)
File "/home/cyr/17_style/networks/pretrainnet.py", line 165, in _forward_impl
x = self._process(x)
File "/home/cyr/17_style/networks/pretrainnet.py", line 156, in _process
return self.vgg_normalize(bgr) # vgg norm
File "/home/cyr/17_style/networks/pretrainnet.py", line 161, in
self.vgg_normalize = lambda x: x - mean
RuntimeError: expected device cuda:1 but got device cuda:0

test issue

make infer CODE=scripts/whiteboxgan.py \
CKPT=logs/whitebox/version_0/checkpoints/epoch=4.ckpt \
EXTRA=image_path:asset/whitebox_test.jpg # (1)
(torch) PS D:\Download\audio-visual\AnimeStylized> python scripts/whiteboxgan.py --CKPT=.\logs/whitebox/version_0/checkpoints/epoch=4.ckpt --EXTRA=image_path:.\asset/01.jpg
usage: whiteboxgan.py [-h] [--config CONFIG] [--stage {fit,test,infer,export}] [--ckpt CKPT] [--extra EXTRA]
whiteboxgan.py: error: unrecognized arguments: --CKPT=.\logs/whitebox/version_0/checkpoints/epoch=4.ckpt --EXTRA=image_path:.\asset/01.jpg

关于授权

这是一个超级棒的项目。感谢~
这个项目的license是什么?需要商业授权吗?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.