rogerallen741
rogerallen741
Hi all I already install libpng and libjpeg on my system(Ubuntu 16.04). However when I run resdet test.png it got the errors as bellows : ``` $ resdet test.png Invalid...
Hi @zvezdochiot i replaced the RDEINVAL and built again. Also test with same image(test.png), while it output the same results: Invalid image lol...
Hi @0x09 here is the config.mak ``` CC=/usr/bin/cc AR=/usr/bin/ar CFLAGS=-Ofast -march=native -mtune=native -std=gnu99 PREFIX=/usr/local BINPREFIX=/usr/local/bin LIBPREFIX=/usr/local/lib INCPREFIX=/usr/local/include PCPREFIX=/usr/local/lib/pkgconfig HAVE_FFTW=3 HAVE_LIBJPEG=1 HAVE_LIBPNG=1 DEFS= -DHAVE_LIBJPEG -DHAVE_LIBPNG=1 -I/usr/include/libpng12 LIBS= -ljpeg -lm -lfftw3f -lpng12...
@0x09: You mean resdet(current version) support libpng 1.6 only, so I should install libpng 1.6 instead libpng 1.2 ? @zvezdochiot: I add the printf("Mime: %s", c). Here is the results....