scfive commited on
Commit
f0ed4b2
·
verified ·
1 Parent(s): 55b3a46

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -21
requirements.txt CHANGED
@@ -1,32 +1,13 @@
1
- # Core deep learning
2
  torch
3
  torchvision
4
-
5
- # Fairseq and dependencies
6
- fairseq
7
-
8
- # MMDetection and compatible MMCV
9
  mmcv>=2.0.0rc4,<2.1.0
10
  mmdet
11
-
12
- # Video and image processing
13
  opencv-python
14
-
15
- # Gradio for web UI
16
  gradio
17
-
18
- # Config and utility
19
  omegaconf
20
-
21
- # Other common dependencies (used in Hugging Face Spaces and your project)
22
  numpy
23
  scipy
24
-
25
- # If you use Hugging Face Hub for model downloads
26
  huggingface-hub
27
-
28
- # If you use PyYAML (common in config-heavy projects)
29
  pyyaml
30
-
31
- # If you use tqdm for progress bars
32
- tqdm
 
 
1
  torch
2
  torchvision
 
 
 
 
 
3
  mmcv>=2.0.0rc4,<2.1.0
4
  mmdet
 
 
5
  opencv-python
 
 
6
  gradio
 
 
7
  omegaconf
 
 
8
  numpy
9
  scipy
 
 
10
  huggingface-hub
 
 
11
  pyyaml
12
+ tqdm
13
+ git+https://github.com/facebookresearch/[email protected]