Skip to content

I3D activity recognition model#39

Merged
natlouis merged 2 commits intodevfrom
I3D
Oct 25, 2019
Merged

I3D activity recognition model#39
natlouis merged 2 commits intodevfrom
I3D

Conversation

@ehofesmann
Copy link
Copy Markdown
Member

Added the I3D model from AJ Piergiovanni. Config train and test yaml files are included. Download weights is updated to include the original imagenet+kinetics weights from the original authors as well as the HMDB51 ViP finetuned weights.

@ehofesmann ehofesmann requested a review from zeonzir October 25, 2019 00:34
@natlouis natlouis self-assigned this Oct 25, 2019
wget -O ./weights/i3d_rgb_imagenet.pt https://umich.box.com/shared/static/5m6dwwepzdcw3kjhx7s0peb59lbcde0s.pt

#I3D pretrained on ImageNet, Kinetics, then on HMDB51 in ViP
wget -O ./weights/i3d_rgb_imagenet_then_HMDB51_30epochs.pkl https://umich.box.com/shared/static/x8x83sw4htidxsxgtus9nt00f383mmm7.pkl
Copy link
Copy Markdown
Collaborator

@natlouis natlouis Oct 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if we need both on here. But this file makes me think that we need to:

  1. Include the links to download the weights in the README
  2. Do not run this script automatically with install.sh, incase someone does not want to download all model weights at once

@natlouis natlouis merged commit 7b34a46 into dev Oct 25, 2019
@natlouis natlouis deleted the I3D branch October 25, 2019 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants