Andreas Doering

Results 5 comments of Andreas Doering

I think all_gather_tensor should return a list if `is_dist` is false ``` @torch.no_grad() def all_gather_tensor(x, gpu=None, save_memory=False): rank, world_size, is_dist = get_dist_info() if not is_dist: return [x] # remaining code...

Hi, I'll have a look at the code and will provide a fix for that as soon as possible, when I was able to reproduce that issue. I ran RUN_Iterated.m...

1. I checked S11_im_102_321.png and in my case everything works fine. In the folder [TDPose_TmpFileSavePath ' ' TDPose_EstiamtedAnnotationName ] temporary pose estimation results are stored. In case this file is...

Hi @krishnakanthnakka thanks for your detailed report. I will investigate this issue and provide a patch soon.

Thanks for your feedback. I will have a closer look at this problem and I agree that sticking to [email protected]:0.99:0.05 would have been more consistent with existing evaluation metrics.