test faster rcnn in ubuntu 18.04 + Python 3.6.7 + conda 4.5.11

Install the packages required.

pip install Cython
pip install opencv-python
pip install matplotlib
pip install numpy 
pip install scipy
pip install Pillow
pip install image

Clone from this repository: https://github.com/smallcorgi/Faster-RCNN_TF

git clone --recursive https://github.com/smallcorgi/Faster-RCNN_TF.git

猜你喜欢

转载自www.cnblogs.com/xbit/p/9863493.html