Results 13 comments of Roman

@inkplay for installing pycocotools use following command pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI

@chenxp106, @Tobias-Fischer, @WuZhuoran, @gosiqueira, @lxtGH Code for visualizing is available in my fork https://github.com/BadMachine/human-pose-estimation.pytorch

@WuZhuoran Implemented via opencv dnn module. Tracking code here [tracking](https://github.com/BadMachine/human-pose-estimation.pytorch/blob/master/pose_estimation/demo_image.py) First you need to convert PyTorch model to ONNX: https://github.com/BadMachine/human-pose-estimation.pytorch/blob/master/pose_estimation/export_ONNX.py

@Tobias-Fischer wait what?) This tread about tracking code as is. (But maybe your post was bait?) Anyway challenge accepted and done. Enjoy [LINK](https://github.com/BadMachine/human-pose-estimation.pytorch/blob/master/pose_estimation/demo_video.py)

@Ivamcoder Code for visualizing is available in my fork https://github.com/BadMachine/human-pose-estimation.pytorch

Code for visualizing is available in my fork https://github.com/BadMachine/human-pose-estimation.pytorch

Code for visualizing is available in my fork https://github.com/BadMachine/human-pose-estimation.pytorch

@anatawa12 Having kinda the same issue. I found out the problem is that select container div has position: relative, but options liist with position: absolute is the CHILD of container...