PROJECT: Fall Alert for Diverse Environments Using Image
Processing
Weeks 1:
Project understanding
Objective: Understand the requirements and goals of the fall alert project.
Tasks Completed:
Identified key features and functionalities.
Discussed and defined the scope of the project.
Week 2:
Literature Review and Research
Objective: research existing fall detection methods .
Tasks Completed:
Conducted a literature review on fall detection algorithms and techniques.
Introduction to image processing and required soft wares and general algorithm
for the project.
Week 3:
Environment Setup and Tools Selection
Objective: Set up the development environment and choose appropriate tools.
Tasks Completed:
researched the OpenCV library for image processing.
researched tensor flow for deep learning framework
Week 4:
complications in understanding.
Objective: find and research more tools and softwares.
Tasks Completed:
Shifted towards less complicated tools.
Compared and analyzed the tools among themselves.
Week 5:
Objective: Data sets and labeling
Tasks Completed:
Downloaded data sets.
Created the boundry boxes and labels for them using a website called
“makesense.ai”.
Week 6:
Objective: learn how to work with different tools.
Tasks Completed:
Learned how to do model training with google colab.
Learned about yoloV5/V3/V7.
Watched different youtube videos on yoloV5/V3/V7 for better understanding.
Week 7:
Objective: tested with an easy practice project.
Tasks Completed:
Downloaded data set of 25 images for the practice project.
Drew boundary boxes with makesense.ai.com.
Trained and tested the model with google colab.
Week 8:
started working with OpenCV.
Objective: test out the project using OpenCV
Tasks Completed:
Downloaded sublime text
Watched videos and practiced OpenCV
Week 9:
Searching and tweaking the code
Objective: to find a suitable code for our project
Tasks Completed:
Saved and ran some codes that were already provided.
Week 10:
Understanding the codes and looking for more efficient codes.
Objective:
Tasks Completed:
Partially understood the codes and figuring out the errors.