cmhungsteve / TA3N

[ICCV 2019 (Oral)] Temporal Attentive Alignment for Large-Scale Video Domain Adaptation (PyTorch)
https://arxiv.org/abs/1907.12743
MIT License
259 stars 41 forks source link

How to use the C3D #6

Closed ArielZc closed 4 years ago

ArielZc commented 4 years ago

Hi, I want to konw how to get the /models/c3d.pickle? Could this code extract features using C3d networks?

cmhungsteve commented 4 years ago

I obtained the pre-trained weight from here: https://github.com/DavideA/c3d-pytorch.

However, I haven't finished integrating C3D into my work, so I cannot guarantee it will work.