anilsathyan7 / Portrait-Segmentation

Real-time portrait segmentation for mobile devices
MIT License
638 stars 133 forks source link

Difference in mobilenet_v3.py #35

Closed haowang1013 closed 3 years ago

haowang1013 commented 3 years ago

Hi,

I noticed that you're using a custom mobilenet_v3.py rather than the default one from https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/keras/applications/mobilenet_v3.py

I compared the 2 and the only meaningful difference is on this line: https://github.com/anilsathyan7/Portrait-Segmentation/blob/master/MobilenetV3/mobilenet_v3.py#L258

Could you explain why your version has this line commented out?

anilsathyan7 commented 3 years ago

Refer the corresponding ipynb notebook.