Xiaoliang Huo
Xiaoliang Huo
Thank you for your fabulous work. Could you please provide the code for processing the NTU-RGBD data which contain multiple skeletons? If you could provide the dataset code, it's would...
While using the pretrained model on Zind dataset during inference, the following error message shows bellow: `Invalid Weight class provided; expected ResNet34_Weights but received ResNet50_Weights.` Is this the correct version...
> My resolution: > > 1. edit `/usr/local/anaconda2/lib/python2.7/site.py` file, change the function `def setencoding` line 481 from `if 0` to `if 1`, so it will call `sys.setdefaultencoding(encoding)` > 2. edit...