pranerd

Results 2 issues of pranerd

~/faster_rcnn_pytorch$ python demo.py Traceback (most recent call last): File "demo.py", line 3, in import torch File "/home/user/faster_rcnn_pytorch/lfaster_rcnn/network.py", line 1, in import torch File "/home/user/anaconda2/lib/python2.7/site-packages/torch/__init__.py", line 53, in from torch._C import...

I downloads ViTPose+-Huge weights which trained by multiple datasets,inference with mmpose 1.0 version,with the configs(https://github.com/open-mmlab/mmpose/blob/1.x/configs/body_2d_keypoint/topdown_heatmap/coco/td-hm_ViTPose-huge_8xb64-210e_coco-256x192.py),but it failed,state_dict keys matching error ,is there any code for convert the model to mmpose...