TextBoxes
                                
                                 TextBoxes copied to clipboard
                                
                                    TextBoxes copied to clipboard
                            
                            
                            
                        Segmentation fault when running demo.py
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.