I need to install <MMDetection>, and one of the wa...
# general
m
I need to install MMDetection, and one of the ways implies on using the following pip command:
Copy code
pip install mmcv-full -f <https://download.openmmlab.com/mmcv/dist/cu110/torch1.7.0/index.html>
How can I map the
-f ...
? I'm building a pex file.
e
You want to add that URL to this list`[python-repos] repos`: https://www.pantsbuild.org/docs/reference-python-repos#section-repos
m
I see, thanks!