ZF4444 / MMAL-Net

This is a PyTorch implementation of the paper "Multi-branch and Multi-scale Attention Learning for Fine-Grained Visual Categorization (MMAL-Net)" (Fan Zhang, Meng Li, Guisheng Zhai, Yizhao Liu).
249 stars 57 forks source link

About ensemble and training details. #28

Open haoweiz23 opened 3 years ago

haoweiz23 commented 3 years ago

Hi, thanks for your simple and efficient methods. I have some comments for your network. 1、Your classification results are based on the output of the second branch. Have you ever tried ensemble three branch. Does it improved? 2、In part branch, input size is 224 224 rather than 448448。This is tricky or not? 3、The metrics of localization iou is computed by total images or test dataset only?