jcjohnson / densecap

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

Segmentation fault (core dumped) #97

Open Kritz23 opened 4 years ago

Kritz23 commented 4 years ago

I am trying to run this model on a new image in cpu mode by the given command- th run_model.lua -input_image test2.jpg -gpu -1 Everything is installed successfully and also downloaded the pre-trained model, but I am getting this error at the run_image() function call. Not able to understand where is the problem. Can anyone help with this? Thanks!

1/1 processing image test2.jpg
Segmentation fault (core dumped)

My system is ubuntu 20.04 with Lua 5.3.

Kritz23 commented 4 years ago

I read this issue https://github.com/happypepper/DeepHoldem/issues/8#issuecomment-466355094

But, is there any other solution?