tensorboy

Results 57 comments of tensorboy

It needs some refactor for the data loader I think, currently it needs your understanding for how the data extraction works. I think I will work on it when I...

I’m in home now, I can reply you tmr by detailed description. On Tue, Sep 18, 2018 at 9:00 PM Pharrell Yang wrote: > Hi @tensorboy , > > Thanks...

Hi, @pharrellyhy. The output of the network is 19 heatmap and 38 paf, you can search the 19 and 38 at here: https://github.com/tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation/blob/master/network/rtpose_vgg.py and change it correspondingly. The input of...

You are welcome, let me know if you have any further questions. :) On Wed, Sep 19, 2018 at 6:47 PM Pharrell Yang wrote: > Hi, @tensorboy , > >...

Hi, @pharrellyhy . 1. The mask2014 comes from the original repo; it is the mask for the unlabelled person, and you can set it to all zero if all the...

Hi, @pharrellyhy You can check the 'scale_provided' in here: https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation/blob/d1b034051841313ec46551873ec22c7ff0a0d767/training/genJSON.m#L116

bbox(4) may be the height or width of the image.

I have similiar issues. I can run it with 4 GPUs, but cannot with 8GPUs (A100 80G memeory each, 1.96TB CPU RAM. My command it ``` LOGLEVEL=INFO TORCHELASTIC_ENABLE_FILE_TIMER=1 torchrun --nnodes=1...

> thanks for the quick reply, I think I've made mistakes for the dataset, but where I can download CC3M dataset..