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

indent issue #13

Closed XuYunqiu closed 5 years ago

XuYunqiu commented 5 years ago

https://github.com/uci-cbcl/DeepLung/blob/58923bab278e5bcf4aeea860a3bef1dd9d3d1462/prepare.py#L443 https://github.com/uci-cbcl/DeepLung/blob/58923bab278e5bcf4aeea860a3bef1dd9d3d1462/prepare.py#L450 https://github.com/uci-cbcl/DeepLung/blob/58923bab278e5bcf4aeea860a3bef1dd9d3d1462/prepare.py#L457

Hi, thanks for share your implementation. I got the indent issue when ran the prepare code. Maybe, the savenpy function should be unindent. Is that correct?

wentaozhu commented 5 years ago

Thank you so much for your contribution! I have fixed the three indent issues. You may refer to https://github.com/wentaozhu/DeepLung as well.