Commit 1c0e6dcf authored by Csaba Botos's avatar Csaba Botos Committed by Francisco Massa

clear up MASKRCNN_BENCHMARK_INSTALL_DIR (#455)

the env variable is misused in the current version
parent b0c198dc
...@@ -30,7 +30,7 @@ pip install ninja yacs cython matplotlib ...@@ -30,7 +30,7 @@ pip install ninja yacs cython matplotlib
# we give the instructions for CUDA 9.0 # we give the instructions for CUDA 9.0
conda install pytorch-nightly cudatoolkit=9.0 -c pytorch conda install pytorch-nightly cudatoolkit=9.0 -c pytorch
export MASKRCNN_BENCHMARK_INSTALL_DIR=$PWD export INSTALL_DIR=$PWD
# install torchvision # install torchvision
cd $INSTALL_DIR cd $INSTALL_DIR
git clone https://github.com/pytorch/vision.git git clone https://github.com/pytorch/vision.git
......
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