Created
April 4, 2020 23:01
-
-
Save martinsotir/516b69b0fa3c190f57a063964e9d58ec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: detectron2 | |
channels: | |
- torch | |
- default | |
- conda-forge | |
dependencies: | |
- python=3.7 | |
- cython | |
- pycocotools | |
- pytorch::pytorch | |
- cudatoolkit=10.1 | |
- gcc_linux-64 | |
- gxx_linux-64 | |
- jupyter | |
- seaborn | |
- pandas | |
- pytorch::torchvision | |
- conda-forge::opencv>=4.1 | |
- pip | |
- pip: | |
# - git+https://github.com/facebookresearch/detectron2.git not working ? missing cublas.h ? | |
# workarround with pre-compiled detectron2: pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu101/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment