styletransfer
styletransfer copied to clipboard
Real-time neural style transfer via meta networks
Please explain how to build this project. When I run python demo.py it writes: Import error: No module named '_pycaffe' There is _pycaffe.cpp file, but it is a C++ file,...
The result is not satisfactory enough in the pytorch implementation without the 20 iterations of updates. So I don't know if it is the problem of the algorithm or just...
请问caffe是哪个版本的 我们正在尝试迁移到windows端,只使用CPU,发现此caffe版本与BVLC caffe1.0差异很大,需要修改许多caffe代码
can you provide a reliable download link of the "Meta model train_8" o on how to generate it from scratch.
LD -o .build_release/lib/libcaffe-nv.so.0.17.2 /usr/bin/ld: 找不到 -lnvidia-ml /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libturbojpeg.a(libturbojpeg_la-turbojpeg.o): relocation R_X86_64_32 against `.data' can not be used when making a shared object; recompile with -fPIC /usr/lib/x86_64-linux-gnu/libturbojpeg.a: 无法添加符号: 错误的值 collect2: error: ld...
can you upload the result model?
Hi do you think it would be possible to port this to tensorflow? Not specifically requesting you to do it(although that would be awesome) just wondering what your thoughts are...
hi I'm interested at the inference time, image resolution on phone, could you share more about this?
Hi, could you help to explain difference with Johnson's, just have small network (resblock fitler 32)?
Any sample code for android ?