TextBoxes icon indicating copy to clipboard operation
TextBoxes copied to clipboard

Segmentation fault when running demo.py

Open ZiyangLiu opened this issue 7 years ago • 0 comments

Hello, I installed TextBoxes on AWS. When I tried to run demo.py, it reported: Segmentation fault. The Segmentation fault occurred at: net = caffe.Net(model_def, # defines the structure of the model model_weights, # contains the trained weights caffe.TEST) # use test mode (e.g., don't perform dropout)

Do you know how to fix this problem? Thanks. By the way, when I run: make -j8 and make py, there were some problem and I fixed them.

ZiyangLiu avatar Nov 18 '17 19:11 ZiyangLiu