Real-time-GesRec
Real-time-GesRec copied to clipboard
Run ResNext101 on EgoGesture
Hi there! I'm a newbie at this (studied the theory, trying to learn how to put it into practice!) and I'm hoping you can help with a simple request.
I'd like to run the EgoGesture set through the ResNext101 pretrained network to see it perform gesture classification. I've downloaded the egogesture_resnext_101_Depth_32.pth pretrained model from your link, and I have recently downloaded the EgoGesture data set. How would I go about running the network on the dataset so that I can see the results?
Thanks for your help!
Were you able to train it?
No, I never could figure out how to run the network from the code here. We ended up using a different network from the PyTorch library instead.
@dcprime I didn't find any clue how to run the network from this code. May I know the alternative network that you use eventually?
We used a 3D version of ResNet-18. You can find it in the PyTorch library here: https://pytorch.org/docs/stable/torchvision/models.html#resnet-3d