├── .gitignore ├── README.md ├── YoloV8_custom_object_detection.ipynb ├── best.pt ├── face_mask_detection.yml └── face_mask_detetcion_yolov8.mp4 /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Balakishan77/Yolov8-Custom-Object-Detetction/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Balakishan77/Yolov8-Custom-Object-Detetction/HEAD/README.md -------------------------------------------------------------------------------- /YoloV8_custom_object_detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Balakishan77/Yolov8-Custom-Object-Detetction/HEAD/YoloV8_custom_object_detection.ipynb -------------------------------------------------------------------------------- /best.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Balakishan77/Yolov8-Custom-Object-Detetction/HEAD/best.pt -------------------------------------------------------------------------------- /face_mask_detection.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Balakishan77/Yolov8-Custom-Object-Detetction/HEAD/face_mask_detection.yml -------------------------------------------------------------------------------- /face_mask_detetcion_yolov8.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Balakishan77/Yolov8-Custom-Object-Detetction/HEAD/face_mask_detetcion_yolov8.mp4 --------------------------------------------------------------------------------