AttentionedDeepPaint icon indicating copy to clipboard operation
AttentionedDeepPaint copied to clipboard

Automatic Colorization of Anime Sketch Image

Results 12 AttentionedDeepPaint issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

This program looks great,maybe better than paintschainer or s2p I trying execute the program on the google colab,but get a oom error, can anyone share some of the trained models?...

Bumps [dask](https://github.com/dask/dask) from 1.0.0 to 2021.10.0. Commits 97494ff bump version to 2021.10.0 ac01ddc da.store to create well-formed HighLevelGraph (#8261) 9f0f002 CI: force nightly pyarrow in the upstream build (#8281) a544670...

dependencies

File "/home/alexandrugh/Documents/work/sketchColorization/AttentionedDeepPaint/trainer/deepunet.py", line 136, in train return i UnboundLocalError: local variable 'i' referenced before assignment Any idea or workaround for this? Thanks a lot and congrats for the great work!...

where can i find the corresponding paper?

Traceback (most recent call last): File "train.py", line 77, in main(parser.parse_args()) File "train.py", line 43, in main batch_size=args.batch_size, File "G:\PYTHON\python3.5.4\lib\site-packages\torch\utils\data\dataloader.py", line 176, in __init__ sampler = RandomSampler(dataset) File "G:\PYTHON\python3.5.4\lib\site-packages\torch\utils\data\sampler.py", line...

Weird question, I have 2 cuda cards and the code only uses one. It runs great on my laptop because its on the CPU. Can you tell me how to...

Hello, thank you for revealing the source code. But the checkpoint doesn't seem to be public. If there is a pretrained checkpoint, please link it. Q1. Do you have to...