vibhorkrishna / S.H.A.D.Y

Smart Human Activity Detection Using YOLO
http://www.shady-capstone.ml/
MIT License
73 stars 35 forks source link

weights help #5

Closed LuanTran07 closed 2 years ago

LuanTran07 commented 3 years ago

configPath = "./cfg/yolov4-tiny.cfg" # Path to cfg weightPath = "./yolov4-tiny.weights" # Path to weights metaPath = "./cfg/coco.data" # Path to meta data

Could you share the .weights and .cfg of the fall detection? Thank you very much!

vibhorkrishna commented 3 years ago

You must have downloaded the darknet folder from this GitHub: Darknet You will get the cfg and coco file from the cfg folder. For Yolo weights check the GitHub. Under the heading "Pre-Trained Models", you will get different types of weight files. Download accordingly. Most commonly used weights file: Tiny Yolo4 Weight and Yolo4 Weight There are no specific files for fall detection. Yolo weights and cfg are universal. Only code is different for fall detection.