arsath01 commited on
Commit
f34eeac
1 Parent(s): a811d58

added requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +101 -0
requirements.txt ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.1.0
2
+ aiofiles==23.2.1
3
+ annotated-types==0.7.0
4
+ antlr4-python3-runtime==4.9.3
5
+ anyio==4.6.2.post1
6
+ black==24.10.0
7
+ certifi==2024.8.30
8
+ charset-normalizer==3.4.0
9
+ click==8.1.7
10
+ cloudpickle==3.1.0
11
+ contourpy==1.3.1
12
+ cycler==0.12.1
13
+ detectron2 @ git+https://github.com/facebookresearch/detectron2.git@c69939aa85460e8135f40bce908a6cddaa73065f
14
+ fastapi==0.115.5
15
+ ffmpy==0.4.0
16
+ filelock==3.16.1
17
+ fonttools==4.55.0
18
+ fsspec==2024.10.0
19
+ fvcore==0.1.5.post20221221
20
+ gradio==5.7.1
21
+ gradio_client==1.5.0
22
+ grpcio==1.68.0
23
+ h11==0.14.0
24
+ httpcore==1.0.7
25
+ httpx==0.28.0
26
+ huggingface-hub==0.26.3
27
+ hydra-core==1.3.2
28
+ idna==3.10
29
+ iopath==0.1.9
30
+ Jinja2==3.1.4
31
+ kiwisolver==1.4.7
32
+ Markdown==3.7
33
+ markdown-it-py==3.0.0
34
+ MarkupSafe==2.1.5
35
+ matplotlib==3.9.3
36
+ mdurl==0.1.2
37
+ mpmath==1.3.0
38
+ mypy-extensions==1.0.0
39
+ networkx==3.4.2
40
+ numpy==2.1.3
41
+ nvidia-cublas-cu12==12.4.5.8
42
+ nvidia-cuda-cupti-cu12==12.4.127
43
+ nvidia-cuda-nvrtc-cu12==12.4.127
44
+ nvidia-cuda-runtime-cu12==12.4.127
45
+ nvidia-cudnn-cu12==9.1.0.70
46
+ nvidia-cufft-cu12==11.2.1.3
47
+ nvidia-curand-cu12==10.3.5.147
48
+ nvidia-cusolver-cu12==11.6.1.9
49
+ nvidia-cusparse-cu12==12.3.1.170
50
+ nvidia-nccl-cu12==2.21.5
51
+ nvidia-nvjitlink-cu12==12.4.127
52
+ nvidia-nvtx-cu12==12.4.127
53
+ omegaconf==2.3.0
54
+ opencv-python==4.10.0.84
55
+ orjson==3.10.12
56
+ packaging==24.2
57
+ pandas==2.2.3
58
+ pathspec==0.12.1
59
+ pillow==11.0.0
60
+ platformdirs==4.3.6
61
+ portalocker==3.0.0
62
+ protobuf==5.29.0
63
+ pycocotools==2.0.8
64
+ pydantic==2.10.2
65
+ pydantic_core==2.27.1
66
+ pydub==0.25.1
67
+ Pygments==2.18.0
68
+ pyparsing==3.2.0
69
+ python-dateutil==2.9.0.post0
70
+ python-multipart==0.0.12
71
+ pytz==2024.2
72
+ PyYAML==6.0.2
73
+ requests==2.32.3
74
+ rich==13.9.4
75
+ ruff==0.8.1
76
+ safehttpx==0.1.1
77
+ semantic-version==2.10.0
78
+ setuptools==75.6.0
79
+ shellingham==1.5.4
80
+ six==1.16.0
81
+ sniffio==1.3.1
82
+ starlette==0.41.3
83
+ sympy==1.13.1
84
+ tabulate==0.9.0
85
+ tensorboard==2.18.0
86
+ tensorboard-data-server==0.7.2
87
+ termcolor==2.5.0
88
+ tomlkit==0.12.0
89
+ torch==2.5.1
90
+ torchaudio==2.5.1
91
+ torchvision==0.20.1
92
+ tqdm==4.67.1
93
+ triton==3.1.0
94
+ typer==0.14.0
95
+ typing_extensions==4.12.2
96
+ tzdata==2024.2
97
+ urllib3==2.2.3
98
+ uvicorn==0.32.1
99
+ websockets==12.0
100
+ Werkzeug==3.1.3
101
+ yacs==0.1.8