cricket-umpire-assistance icon indicating copy to clipboard operation
cricket-umpire-assistance copied to clipboard

Cricket umpire assistance and ball tracking system using a single smartphone camera

Results 4 cricket-umpire-assistance issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "object-detector/ballTracking.py", line 272, in current_ballPos_temp = detector.find(crop_img, step_size, threshold,gray_image_1,x_start,y_start,x_end, y_end) File "/home/prixgen-gpu/Desktop/cricket-umpire-assistance/object-detector/detector.py", line 44, in find pred = clf.predict(fd) File "/home/prixgen-gpu/anaconda3/lib/python3.8/site-packages/sklearn/linear_model/_base.py", line 293, in...

![image](https://user-images.githubusercontent.com/62476876/174643363-6266922f-dc19-4bc9-8fdd-5e2a0e23affa.png) how can i select video file from the gui

Traceback (most recent call last): File "ballTracking.py", line 416, in found = findRadius(img_ball, current_ballPos[0], current_ballPos[1], frame_no) File "ballTracking.py", line 84, in findRadius avg_color_ball += blurredFrame[frame_center_y+dy][frame_center_x+dx] IndexError: only integers, slices (`:`),...

Unable to grab frame: 2 Unable to grab frame: 2 Unable to grab frame: 3 Traceback (most recent call last): File "C:\Projects\Apps\Ball statiges\Project\cricket-umpire-assistance-master\object-detector\ballTracking.py", line 423, in last_frame1 = last_frame.copy() ^^^^^^^^^^...