Skip to content

ParitoshParmar/HalluciNet--PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

HalluciNet

HalluciNet-ing Spatiotemporal Representations Using 2D-CNN

HalluciNet Concept:

hallucinet

Here, we have used VGG-bn-11 and ResNeXt3d-101 as our 2D-CNN student and 3D-CNN teacher, respectively. You may experiment with any other student-teacher combination.

If you find this code useful, please consider citing:

@article{hallucinet,
  title={HalluciNet-ing Spatiotemporal Representations Using 2D-CNN},
  author={Parmar, Paritosh and Morris, Brendan},
  journal={arXiv preprint arXiv:1912.04430},
  year={2019}
}