vaib-saxena / Slow-Fast-pytorch-implementation

Action recognition using Slow Fast Network by FAIR
Apache License 2.0
15 stars 6 forks source link

How to use a different model from the slowfast zoo #5

Open yaseryacoob opened 3 years ago

yaseryacoob commented 3 years ago

I am trying to explore other models from slowfast model zoo https://github.com/facebookresearch/SlowFast/blob/master/MODEL_ZOO.md

like the AVA 16x8, I get an error that seems to needing to set a Caffe2 flag, given what I read https://github.com/facebookresearch/SlowFast/issues/19

Any idea how to use other models in the video_demo.py you have?

sainivedh commented 3 years ago

@yaseryacoob Hey, have you figured it out ?!

Thanks

dilky97 commented 3 years ago

Same problem here. Any idea on how to use other models?