-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add option not to install pytorch in build
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
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
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
-f https://dl.fbaipublicfiles.com/detectron2/wheels/cu111/torch1.9/index.html | ||
detectron2 | ||
|
||
pillow<10.0.0 # After 10.0.0, following error occurs: AttributeError: module 'PIL.Image' has no attribute 'LINEAR' | ||
|
||
# Copied from Detic | ||
opencv-python==4.5.5.62 | ||
timm==0.5.4 | ||
dataclasses # remove version specification for local install | ||
ftfy==6.0.3 | ||
regex==2022.1.18 | ||
fasttext==0.9.2 | ||
scikit-learn==1.0.2 | ||
numpy==1.22.0 | ||
lvis==0.5.3 | ||
nltk==3.6.7 | ||
git+https://github.com/openai/CLIP.git |