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

需要在当前电脑上重新编译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"



你可能感兴趣的:(tensorflow)