Jingwen(Jarvis) YU

Results 5 comments of Jingwen(Jarvis) YU

> @huangyoupingben Can you tell me how to modify it, thank you so much!!! If your are using Ubuntu 18.04, you can try to modify the code in [tf_to_pose_publisher.py line...

I think it is an online challenge, you can check [here](https://codalab.lisn.upsaclay.fr/competitions/865) for more info.

Hi, I created a [fork](https://github.com/jarvisyjw/MixVPR) and you can load the model with the best performance `resnet50_MixVPR_4096_channels(1024)_rows(4).ckpt` ```bash import torch model = torch.hub.load("jarvisyjw/MixVPR", 'get_trained_model', pretrained=True) ```

Hi @peymmo, thanks for the quick reply. Looking forward to your works and data!