DetectionTeamUCAS / FPN_Tensorflow

This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.
https://github.com/DetectionTeamUCAS/FPN_Tensorflow
MIT License
347 stars 132 forks source link

demos跑不出 #157

Open yuckai opened 2 years ago

yuckai commented 2 years ago

作者你好,我在跑demo的时候出现 No module named 'libs.box_utils.cython_utils.cython_bbox' 这个问题,请问如何解决?

yangxue0827 commented 2 years ago

cd $PATH_ROOT/libs/box_utils/cython_utils rm *so python setup.py build_ext --inplace