Real-time-GesRec icon indicating copy to clipboard operation
Real-time-GesRec copied to clipboard

Run ResNext101 on EgoGesture

Open dcprime opened this issue 4 years ago • 4 comments

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!

dcprime avatar Jun 10 '20 11:06 dcprime

Were you able to train it?

prabinaneupane avatar Sep 05 '20 14:09 prabinaneupane

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 avatar Sep 05 '20 15:09 dcprime

@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?

Alex-Beh avatar Sep 09 '20 03:09 Alex-Beh

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

dcprime avatar Sep 09 '20 11:09 dcprime