yermandy commited on
Commit
4036732
·
1 Parent(s): 8d4b011

update for video writing

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt CHANGED
@@ -18,7 +18,11 @@ peft==0.15.2 # parameter-efficient fine-tuning
18
  ipykernel==6.30.1 # jupyter
19
  autoroot==1.0.1 # root utils
20
  autorootcwd==1.0.1 # root utils
 
 
21
  imageio==2.37.0
 
 
22
 
23
  # --- for detector.py ---
24
  # opencv-python==4.11.0.86 # mainly only for detector.py
 
18
  ipykernel==6.30.1 # jupyter
19
  autoroot==1.0.1 # root utils
20
  autorootcwd==1.0.1 # root utils
21
+
22
+ # --- video reading/writing ---
23
  imageio==2.37.0
24
+ imageio-ffmpeg==0.6.0
25
+ av==16.1.0
26
 
27
  # --- for detector.py ---
28
  # opencv-python==4.11.0.86 # mainly only for detector.py