Commit 66c3e56c authored by Rodrigo Berriel's avatar Rodrigo Berriel Committed by Francisco Massa

Add OpenCV in the INSTALL instructions (#694)

parent b318c3ec
......@@ -24,7 +24,7 @@ conda activate maskrcnn_benchmark
conda install ipython
# maskrcnn_benchmark and coco api dependencies
pip install ninja yacs cython matplotlib tqdm
pip install ninja yacs cython matplotlib tqdm opencv-python
# follow PyTorch installation in https://pytorch.org/get-started/locally/
# we give the instructions for CUDA 9.0
......@@ -39,7 +39,7 @@ cd cocoapi/PythonAPI
python setup.py build_ext install
# install apex
cd ~github
cd $INSTALL_DIR
git clone https://github.com/NVIDIA/apex.git
cd apex
python setup.py install --cuda_ext --cpp_ext
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment