rishizek / tensorflow-deeplab-v3-plus

DeepLabv3+ built in TensorFlow
MIT License
833 stars 307 forks source link

human body segmentation #26

Open zhly0 opened 5 years ago

zhly0 commented 5 years ago

This is not a issue,but a question,sorry to put it here. I want to do human body segmentation on Android phones using the frontal camera,the picture from camera,its width/height is 9/16=0.5625,does the input image's width/height ratio influence the segmentation results?Or should I resize the image to width/height =1.0?And how much training image is need to get a good segmentation result?I am new to image segmentation,and now I can get only about 1k images,Thank you very much if you can help me!