您的位置:首页 > 运维架构 > Linux

运行tensorbox出现from stitch_wrapper import stitch_rects ImportError: /usr/lib/x86_64-linux-gnu/libstdc+

2016-11-29 13:51 1026 查看
需要在当前电脑上重新编译https://github.com/Russell91/TensorBox的
utils


$ git clone http://github.com/russell91/tensorbox $ cd tensorbox
$ ./download_data.sh
$ cd /path/to/tensorbox/utils && make && cd ..(使用此句编译)
$ python train.py --hypes hypes/overfeat_rezoom.json --gpu 0 --logdir output

运行结果
Successfully installed runcython Cython
Cleaning up...
makecython++ stitch_wrapper.pyx "" "stitch_rects.cpp ./hungarian/hungarian.cpp"
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  python
相关文章推荐