Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions models/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
Directory contains models tested , the best performing model will be used finally.

Directory structure
.

├── ...
├── face_detection # Contains models which detect faces
├── object_detection # Contains models for object detection
├── merged # Merge of the above two, or some model which can simply do both.
└── ...

2 changes: 2 additions & 0 deletions models/face_detection/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Directory contains the following models
- YOLO_huggingface_v1 # This directory has an object detection YOLOv8 model, imported from huggingface, source linked in notebook
Loading