alecda573
alecda573
Platform : Windows 10 Python version: 3.7.9 Source framework with version: Caffe 1.x Destination framework with version: keras (tensorflow 1.15) Pre-trained model path: OpenPose Body 25 https://github.com/CMU-Perceptual-Computing-Lab/openpose Running scripts: I...
Does one need to use Cmake to download caffe to use this repository or does conda install work with it?
First, very nice work! Following your paper the 3d reconstruction network takes in an action sequence of 2D joint keypoint locations of window_size = 243 and produces only one 3d...
Epoch gpu_mem GIoU obj cls total targets img_size Apex recommended for faster mixed precision training: https://github.com/NVIDIA/apex {'lr0': 0.01, 'momentum': 0.937, 'weight_decay': 0.0005, 'giou': 0.05, 'cls': 0.58, 'cls_pw': 1.0, 'obj': 1.0,...
I am trying to understand what happens in your forward_once method here: ` def forward_once(self, x, augment=False, verbose=False): img_size = x.shape[-2:] # height, width yolo_out, out = [], [] if...
Does you conversion output the depth values of the xy image coordinates that is traditionally in the blazepose/blazeface models? Have you ever converted the full blazepose (full body landmark) models...