facebookresearch / maskrcnn-benchmark

Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
MIT License
9.29k stars 2.5k forks source link

Bus error (core dumped) #79

Open guanbin1994 opened 5 years ago

guanbin1994 commented 5 years ago

❓ Questions and Help

I totally follow the INSTALL.md

(maskrcnn_benchmark) l547@l547-OMEN:~$ cd github/
(maskrcnn_benchmark) l547@l547-OMEN:~/github$ git clone https://github.com/facebookresearch/maskrcnn-benchmark.git
Cloning into 'maskrcnn-benchmark'...
remote: Enumerating objects: 53, done.
remote: Counting objects: 100% (53/53), done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 316 (delta 19), reused 30 (delta 15), pack-reused 263
Receiving objects: 100% (316/316), 3.69 MiB | 519.00 KiB/s, done.
Resolving deltas: 100% (116/116), done.
Checking connectivity... done.
(maskrcnn_benchmark) l547@l547-OMEN:~/github$ cd maskrcnn-benchmark/
(maskrcnn_benchmark) l547@l547-OMEN:~/github/maskrcnn-benchmark$ python setup.py build develop
Bus error (core dumped)
fmassa commented 5 years ago

This is very weird. You got the segmentation fault during compilation.

Please copy and paste the output from the environment collection script from PyTorch (or fill out the checklist below manually).

You can get the script and run it with:

wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py