Skip to content

Commit

Permalink
修改了依赖文件
Browse files Browse the repository at this point in the history
  • Loading branch information
can-can-ya committed Mar 10, 2023
1 parent 23890f1 commit a5d2fe1
Showing 1 changed file with 65 additions and 59 deletions.
124 changes: 65 additions & 59 deletions requirement.txt
Original file line number Diff line number Diff line change
@@ -1,59 +1,65 @@
absl-py==0.12.0
autograd==1.3
autograd-gamma==0.5.0
cachetools==4.2.2
certifi==2020.12.5
chardet==4.0.0
cloudpickle==1.6.0
cycler==0.10.0
Cython==0.29.23
dataclasses==0.8
-e git+https://github.com/JosephKJ/OWOD.git@f7b20ad41c9f5bd3e5b5e82d7f90b8f670a57df9#egg=detectron2
future==0.18.2
fvcore==0.1.1.dev200512
google-auth==1.30.0
google-auth-oauthlib==0.4.4
grpcio==1.37.1
idna==2.10
importlib-metadata==4.0.1
iopath==0.1.8
kiwisolver==1.3.1
Markdown==3.3.4
matplotlib==3.3.4
mock==4.0.3
mplcursors==0.4
numpy==1.19.5
oauthlib==3.1.0
pandas==1.1.5
Pillow==8.2.0
pkg-resources==0.0.0
portalocker==2.3.0
protobuf==3.16.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycocotools==2.0.2
pydot==1.4.2
pyparsing==2.4.7
python-dateutil==2.8.1
pytz==2021.1
PyYAML==5.4.1
reliability==0.5.6
requests==2.25.1
requests-oauthlib==1.3.0
rsa==4.7.2
scipy==1.5.4
shortuuid==1.0.1
six==1.16.0
tabulate==0.8.9
tensorboard==2.5.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.0
termcolor==1.1.0
torch==1.6.0
torchvision==0.7.0
tqdm==4.60.0
typing-extensions==3.10.0.0
urllib3==1.26.4
Werkzeug==1.0.1
yacs==0.1.8
zipp==3.4.1
absl-py
autograd
autograd-gamma
cachetools
certifi
chardet
cloudpickle
cycler
Cython
dataclasses
# -e git+https://github.com/JosephKJ/OWOD.git@f7b20ad41c9f5bd3e5b5e82d7f90b8f670a57df9#egg=detectron2
future
fvcore
google-auth
google-auth-oauthlib
grpcio
idna
importlib-metadata
iopath
kiwisolver
Markdown
matplotlib
mock
mplcursors
numpy
oauthlib
pandas
Pillow
# pkg-resources==0.0.0
portalocker
protobuf
pyasn1
pyasn1-modules
pycocotools
pydot
pyparsing
python-dateutil
pytz
PyYAML
reliability
requests
requests-oauthlib
rsa
scipy
shortuuid
six
tabulate
tensorboard
tensorboard-data-server
tensorboard-plugin-wit
termcolor
torch
torchvision
tqdm
typing-extensions
urllib3
Werkzeug
yacs
zipp

# python 3.7
# torch 1.10 CUDA 11.3
# opencv
# detectron2 python -m pip install detectron2==0.6 -f \
# https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html

0 comments on commit a5d2fe1

Please sign in to comment.