建议将make 和make install分开编译,否则可能报错。

编译成功后报错:ImportError: No module named hypothesis

解决办法:pip install hypothesis


detectron安装:https://github.com/facebookresearch/Detectron

测试报错ImportError: No module named past.builtins

解决办法:pip install future --user

将图片放入demo文件夹下即可测试