Dingo64
Dingo64
Thanks, I did export PATH and now this error is gone. But can I just use it like wget? Download a file and save the final output (after running JS)...
Thanks! Can I do this non-interactively? Like edbrowse http://google.com -w output.htm?
Binaries would be awesome, thanks! Here's output from my Debian 8.8 Jessie AMD64 of configure: ``` CC is "/usr/bin/cc" CFLAGS is "-Ofast -march=native -mtune=native -std=gnu99 " AR is "/usr/bin/ar" PREFIX...
I tried to compile it with Cygwin for Windows and while it compiles fine and does "-version": ``` $ ./resdet -version Usage: ./resdet -h -m -v image ``` it doesn't...
I grabbed new code and it works great under Debian 8.8 with JPEGs! Great job! Thank you!
Digital Mars C Compiler for Windows says: ``` dmc src/resdet.c -Iinclude/ -Ilib/ Error C:\\dm\bin\..\include\unistd.h 6: "unistd.h is not for Windows use" --- errorlevel 1 ```
I think I am quite close to compile it on Debian for Win32: ``` # i686-w64-mingw32-gcc -std=c11 src/resdet.c -Iinclude/ -Ilib/ -Ilib/kissfft /tmp/ccfVDSmh.o:resdet.c:(.text+0x7d): undefined reference to `resdet_methods' /tmp/ccfVDSmh.o:resdet.c:(.text+0x1bc): undefined reference to...
I have the same problem. Chainer installed just fine but i2v doesn't want to run.
@hunny1389 You may try to change: `from chainer.functions.caffe import CaffeFunction` to `from chainer.links.caffe import CaffeFunction` in **chainer_i2v.py**
It seems to me this project uses an outdated version of Chainer and cannot work with newer one: `ValueError: train argument is not supported anymore. Use chainer.using_config`