MichiganCOG / ViP

Video Platform for Action Recognition and Object Detection in Pytorch
MIT License
220 stars 37 forks source link

Remove feature extraction code from c3d #33

Closed ehofesmann closed 5 years ago

ehofesmann commented 5 years ago

Remove self.features = kwargs['model_features'] in c3d.py. Also remove features from c3d config.

ehofesmann commented 5 years ago

Also remove ret_data functionality in eval.py