microsoft / CNTK

Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit
https://docs.microsoft.com/cognitive-toolkit/
Other
17.53k stars 4.28k forks source link

Help on Image Segmetation using CNTK #3583

Open JohnCraigPublic opened 5 years ago

JohnCraigPublic commented 5 years ago

There are no examples of doing Image Segmentation in the CNTK gallery. Are any examples available? Any help to get me started? Further, it would be ideal if "Brainscript-based" rather than Python. Possible?

magnus-m commented 5 years ago

https://github.com/Microsoft/CNTK/tree/master/Examples/Image/Classification/ResNet#cntk-examples-imageclassificationresnet There are more python examples, though.

AllanYiin commented 5 years ago

I have 2 example about image segmentation by cntk (tiramisu and deeplab v3)

https://github.com/AllanYiin/DeepBelief_Course4_Examples/blob/master/ex05_1_語意分割_街景分割/segmentation_cntk.ipynb

https://github.com/AllanYiin/DeepBelief_Course4_Examples/blob/master/ex05_2_語意分割_去背神器/BackgroundsRemoving_cntk.ipynb