m7mdal7aj commited on
Commit
7de6058
1 Parent(s): 1aca5be

Update models/readme.txt

Browse files
Files changed (1) hide show
  1. models/readme.txt +2 -2
models/readme.txt CHANGED
@@ -1,4 +1,4 @@
1
  The `models` directory contains the object detection models used in the project (DETIC and YOLOv5).
2
 
3
- - The Run Inference tool will not run without this directory.
4
- - During the submission in Engage, this directory will be empty due to size limitation. However, they will be included in the full code on Huggingface repository.
 
1
  The `models` directory contains the object detection models used in the project (DETIC and YOLOv5).
2
 
3
+ - The Run Inference tool will require this directory for loading the object detection models.
4
+ - All other app tools will work fine without this directory.