uci-cbcl / DeepLung

WACV18 paper "DeepLung: Deep 3D Dual Path Nets for Automated Pulmonary Nodule Detection and Classification"
GNU General Public License v3.0
153 stars 53 forks source link

why you put coord in net? #21

Closed YellowLight021 closed 2 years ago

YellowLight021 commented 2 years ago
  when the net forward:  out8 = self.layer6(torch.cat((out2, out7, coord), 1))。if not add coord seems ok?
wentaozhu commented 2 years ago

Adding coord works fine. Check https://eng.uber.com/coordconv/