trooperisme
trooperisme
Thanks @benjaminjacobreji > install OPENPOSE which u have to build with PYTHON support and then install all dependencies of this project like opencv, pygame, etc. > Then run `python3 OP.py`...
CPU: i7 6700k GPU: GEX 1080 (not Ti) should be working fine, isn't it?
Thanks for the modification, I will give it a try > Hi, > I've changed the Openpose wrapper to work with a [lighter pose estimation framework ](https://github.com/Daniil-Osokin/lightweight-human-pose-estimation-3d-demo.pytorch) which can run...
> path = '%sUsers/hi/Pictures/Screenshots/tello-%s.jpeg' % ( 'C:/', datetime.datetime.now().strftime('%Y-%m-%d_%H%M%S')) with open(path, 'wb') as fd: fd.write(data) status_print('Saved photo to %s' % path) I switch the os.getenv() method back to 'C:/'. Then I...
Hi Viet, I tried but it still doesn’t work out. I have been playing around with the path but I cant figure it out (i am stupid lol). I think...
> Update: I switched the os.getenv() method to os.getcwd() and was able to capture a picture, but the camera screen freezed after that. Still don't understand why this happenned lol...
@hanyazou please help if you feel free
oh thats nice, it makes more sense to me tho
same here @hanyazou please come and help us
@hanyazou first of all, I am sorry for the late response. Yes, I actually run on Windows 7 and when I try the other sample script such as "python -m...