Browsing by Author "Wessa, Eriny"
Now showing 1 - 2 of 2
- Results Per Page
- Sort Options
Item Can pose classification be used to teach Kickboxing?(Institute of Electrical and Electronics Engineers Inc, 2021-12) Wessa, Eriny; Ashraf, Abdelaziz; Atia, AymanKickboxing is a combat sport, based on kicking, punching, Knee and elbow strikes and defence moves. Every kickboxing technique needs to be preformed a specific way, As there is correct postures and wrong postures to every technique. In this paper, we offer a system that can facilitate the beginners trainees to learn kickboxing. The system uses a camera to estimate poses and then, classify them into 'correct techniques' and their common mistakes or 'wrong pose' using ANN. Live feedback is offered by the system. Whenever the classifier recognize a wrong pose, a message is shown to indicate how to correct the posture. Our hypothesis is that, when trainees have the ability to see and recognize their wrong posters, they learn faster. We evaluate the progress of the trainees based on the time it takes to complete a simple kickboxing exercise. Two types of experiments were conducted. The first calculated the progress of trainees everyday, the other calculated the progress of trainees through three training sessions in the span on two hours. Our results show that time taken by users to preform the moves decrease with each time they use our system. This paper focuses on 3 kickboxing techniques, which are slipping, jab and front kick. © 2021 IEEE.Item Parallelization of One Dimensional First Fit Decreasing Algorithm(Institute of Electrical and Electronics Engineers Inc., 16/12/2021) Wessa, Eriny; Atia, AymanBin packing is an optimization problem defined as placing different sized objects into similar containers or bins to minimize the number of used bins. This problem has different variations based on the dimensions of the bins, placement limitations, and priority. This paper focuses on one-dimensional bin packing. Two algorithms are explored in this paper, which are First Fit, First Fit Decreasing. The contribution of the paper is to explore the effect of parallelization on the First Fit Decreasing algorithm regarding the processing time and the utilization rate. Furthermore, the effect of using different numbers of concurrent workers on the problem is also explored. We proved that just by parallelizing the sorting in the First Fit Decreasing algorithm, we can decrease the computation time by 4.73% without affecting the utilization rate. © 2021 IEEE.