Commit 6d7d80a1 authored by Preston Parry's avatar Preston Parry Committed by Francisco Massa

unsets proper variable (#456)

Finishing the clean up in https://github.com/facebookresearch/maskrcnn-benchmark/pull/455, unsetting the proper variable. 

In general, thanks for making this so easy to install! I'd run into all kinds of versioning issues (version of Ubuntu not playing nicely with versions of CUDA/pytorch/libraries) trying to install other libraries implementing these algorithms. I'm super impressed by the quality of support, and the easy install, for this library.
parent 1c0e6dcf
...@@ -53,7 +53,7 @@ cd maskrcnn-benchmark ...@@ -53,7 +53,7 @@ cd maskrcnn-benchmark
# re-build it # re-build it
python setup.py build develop python setup.py build develop
unset MASKRCNN_BENCHMARK_INSTALL_DIR unset INSTALL_DIR
# or if you are on macOS # or if you are on macOS
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py build develop # MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py build develop
......
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