Ahmed Ali

Results 4 comments of Ahmed Ali

@Fangweicheng Did you find a solution? I'm also having the same issue.

@ShiJiaying monodepth produces disparity maps not depth maps. Disparities are greater when the object is near the camera versus when it's far away. You can convert this disparity map to...

Hi Eldar, Thanks for the reply, following is my pose_cfg.yaml. ``` dataset: /home/ahmed/Workspace/pose_estimation/pose-tensorflow-master/dataset/dataset.mat dataset_type: "mpii" images_path: /home/ahmed/Workspace/pose_estimation/pose-tensorflow-master/dataset/Images pos_dist_thresh: 17 global_scale: 0.8452830189 scale_jitter_lo: 0.85 scale_jitter_up: 1.15 net_type: resnet_101 init_weights: /home/ahmed/Workspace/pose_estimation/pose-tensorflow-master/models/pretrained/resnet_v1_101.ckpt location_refinement:...

Ok, I got it working by removing _dataset_type: "mpii"_ parameter. Training is in progress but after every 20 iterations (as defined by display_iters parameter), All the configuration is being printed...