nagadomi

Results 385 comments of nagadomi

@ajhool If you are using Docker, it may be caused by JIT Caching. See https://github.com/nagadomi/waifu2x/pull/138 , https://github.com/nagadomi/waifu2x/pull/138/files#diff-04c6e90faac2675aa89e2176d2eec7d8

This package depends on torch ( http://torch.ch/ ). torch has its own rocks repository. https://github.com/torch/rocks

Maybe `UndefinedFilter` is conflicting with other ffi based library in your development environment. Example: ``` lua local gm = require 'graphicsmagick' -- redefine local ffi = require 'ffi' ffi.cdef [[...

> Could NOT find PROTOBUF (missing: PROTOBUF_LIBRARY) I had same problem and solved it. `protoc.exe` and `libprotobuf.lib` are located at `caffe-builder\build\install\vsprojects\Release`. I just copied the files to `caffe-builder\build\install\bin` and `caffe-builder\build\install\lib`.

Probably there is some build error when you run `build.sh`.

The dataset contains most of the original artwork. In japanese copyright law, it is permitted to use it for information analysis, but distribution is probably not permitted. So I provide...

The license is described in the XML file. It is MIT license. I do not consider `examples/detect.py` as a cli tool. I think that it probably will not be used....

https://github.com/nagadomi/animeface-2009 supports facial landmark detection.

I agree with that. It would be better to be able to change BLAS / LAPACK to OpenBLAS or something. But I don't have the motivation to improve this codebase...

I used this code with CUDA, but in 2008 I did not release that code because GPGPU was not popular. I put that code in [appendix/cuda](https://github.com/nagadomi/animeface-2009/tree/master/appendix/cuda). However, I have not...