Closed GrumpyZhou closed 7 years ago
Resnet trained from scratch using RGB order.
Sent from my iPhone
On Sep 19, 2017, at 5:04 PM, Qunjie Zhou notifications@github.com wrote:
Hi, I want to use your models as pre-trained weight for other tasks. However, I am not sure how you processed your input images, as I saw you have :
ResNet152-places365 fine-tuned from ResNet152-ImageNet ResNet152-places365 trained from scratch using Torch As the author of ResNet152-ImageNet, mentioned that he used BGR, which is expected if using caffe... So i guess the model in 1, should also use BGR? While the model in 2 is not clear to me, as it was trained from scratch and used Torch...
It would be nice if you can tell me it directly. Thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
I want to use your models as pre-trained weight for other tasks. However, I am not sure how you processed your input images, as I saw you have :
As the author of ResNet152-ImageNet, mentioned that he used BGR, which is expected if using caffe... So i guess the model in 1, should also use BGR? While the model in 2 is not clear to me, as it was trained from scratch and used Torch...
It would be nice if you can tell me it directly. Thanks!