xingyizhou / pytorch-pose-hg-3d

PyTorch implementation for 3D human pose estimation
GNU General Public License v3.0
615 stars 141 forks source link

how to using the camera of my own pc?? #94

Open ZXin0305 opened 3 years ago

ZXin0305 commented 3 years ago

I want to know that whether having the possibility to using "cv2.VideoCapture()" to get current frame as the input of the model's network and get thr correct result??I have tried while I failed...Thanks.