nyonyong commited on
Commit
363e3a1
·
1 Parent(s): 6de4b7f

Directory fix

Browse files
Files changed (1) hide show
  1. TextDetection/requirements.txt +2 -0
TextDetection/requirements.txt CHANGED
@@ -16,6 +16,8 @@ torch>=1.7.0 # see https://pytorch.org/get-started/locally (recommended)
16
  torchvision>=0.8.1
17
  tqdm>=4.64.0
18
  ultralytics>=8.0.111
 
 
19
  # protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
20
 
21
  # Logging ---------------------------------------------------------------------
 
16
  torchvision>=0.8.1
17
  tqdm>=4.64.0
18
  ultralytics>=8.0.111
19
+ sklearn
20
+ natsort
21
  # protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
22
 
23
  # Logging ---------------------------------------------------------------------