daili0015 / ModelFeast

Pytorch model zoo for human, include all kinds of 2D CNN, 3D CNN, and CRNN
MIT License
155 stars 39 forks source link

extract_features is removed #5

Open kaimingkuang opened 4 years ago

kaimingkuang commented 4 years ago

I noticed that the extract_features method in 3D CNN is removed in the latest version, while the version number is still 0.5.1. I think that this method is quite useful in a lot of downstream tasks when you have a trained model. How about putting it back?