Jianwei Feng

Results 2 issues of Jianwei Feng

Hi, thanks for the great work! I would like to point out a small mistake in [MultiHandTracker3D](https://github.com/JuliaPoo/MultiHand-Tracking/blob/master/src/multi_hand_tracker.py#L884). In multi_hand_tracker.py, line 884-889, it's transforming 2D coordinates from cropped image back to...

According to no_sync function description in https://github.com/pytorch/pytorch/blob/main/torch/nn/parallel/distributed.py#L1424 ``` .. warning:: The forward pass should be included inside the context manager, or else gradients will still be synchronized. ``` The current...