jcjohnson / densecap

Dense image captioning in Torch
MIT License
1.58k stars 432 forks source link

wrong jpeg library version 62: caller expects 90 iOS #86

Open naveen4016 opened 5 years ago

naveen4016 commented 5 years ago

I'm using XCode 10.0 and mac OS 10.13.6 iPhone OS 12.0. Im using jpeg turbo for image decompression. Im currently using libturbojpeg.a that was built using jpeg-turbo version 2.0.1 v6b JPEG_LIB_VERSION 62. But it fails and showing the error "wrong jpeg library version 62: caller expects 90".

Please help me to solve this. Thanks in advance.

ZeeshanMansoor260 commented 5 years ago

Also facing similar issue, /home/torch/install/share/lua/5.1/image/init.lua:235: Wrong JPEG library version: library is 62, caller expects 90

I am running this on Debian 9 with Linux 4.15.18-1-pve.

Thanks in advance for your assistance.