LuoweiZhou / ProcNets-YouCook2

Source code for paper "Towards Automatic Learning of Procedures from Web Instructional Videos"
MIT License
34 stars 12 forks source link

What is the ResNet's input size? #6

Closed v-iashin closed 5 years ago

v-iashin commented 5 years ago

Thanks for sharing the code for your paper. I am wondering what is the input size for the ResNet that you use for feature extraction? Is it 224 x 224 or something else?

LuoweiZhou commented 5 years ago

Yes, 224x224 https://github.com/LuoweiZhou/ProcNets-YouCook2/blob/380f54752f43405f6760c1aa328608a5b0503251/extract_resnet_feat.lua#L101

v-iashin commented 5 years ago

Thanks. I saw this exact line, but I am not familiar with Lua, so I wanted to check my guess.