LiangHao

Results 3 issues of LiangHao

The pre-trained VGG contains parameters of fc6 and fc7. I want to know whether they are loaded before oicr training? If so, how is this VGG pre-trained? The input size...

The pre-trained VGG contains parameters of the two FCs after pooling. I want to know whether they are loaded before oicr training? If so, how is this VGG pre-trained? The...

In structure.py, Line 20, it calculates region size by `size = (self.img_seg == 1).sum()`. Should this be `size = (self.img_seg == label).sum()` ?