Human-Falling-Detect-Tracks icon indicating copy to clipboard operation
Human-Falling-Detect-Tracks copied to clipboard

run main.py video ends before it runs out

Open af-doom opened this issue 3 years ago • 1 comments

python main.py --camera "/home/ubuntu/MyFiles/3.avi" Loading pose model from ./Models/sppe/fast_res50_256x192.pth qt.qpa.xcb: failed to initialize XRandr qt.qpa.xcb: XKeyboard extension not present on the X server when run main.py ,with the above information, the video ends before it runs out.

af-doom avatar Nov 27 '21 05:11 af-doom

because u are running on something that cannot connect to the hardware, for example colab.. I guess

delete line cv2.imshow() line 179 and run again

TrNgTinh avatar Mar 06 '23 09:03 TrNgTinh