Open tuan3w opened 5 years ago
I will open source the code and weight of my Pytorch version PeleeNet soon. The original code can only run on Pytorch 0.3.1. I need some time to make it works on Pytorch 1.0.
It's good to hear that. I'm looking forward to seeing your pytorch pretrained.
Hi @Robert-JunWang , I try to test image classification with pelee net. I create a pytorch version and convert weights from your caffe model to pytorch model. However, I wonder what is correct way to pre-process image. I follow your code in python notebook. Here is my code:
I test some images, but the results are bad. I know, that is code used for image detect problem. Is it the same in image classification problem? Thanks.