Portrait-Segmentation icon indicating copy to clipboard operation
Portrait-Segmentation copied to clipboard

Real-time portrait segmentation for mobile devices

Results 17 Portrait-Segmentation issues
Sort by recently updated
recently updated
newest added

Is there a pytorch version of this project? The tensorflow is completly new for me.Thanks any way,

after i clone the folder of seg_v2 and wanna build it by gradle on android studio, i meet the erro that: `Execution failed for task ':app:compileDebugRenderscript'. > com.android.ide.common.process.ProcessException: Error while...

Hi there. I would say good repo you open-sourced here! Just want to ask why the app crashes when I used another model? It works only with your **deconv_fin_munet.tflite** The...

Which dataset has been used for SLimNet-512 model? The AISegment dataset present o Kaggle seems to have a different directory structure and needs preprocessing. Can you share the dataset directly...

Well job, The temporal code is not at here, right?

Hello How are you? Thanks for contributing to this project. I trained a model with SlimNet architecture on my dataset and got a TFlite model. This TFlite model works well...

Hello, I want to integrate Portrait Segmentation android app with React Native. And I find out React Native using ViewManager as a view and Portrait Segmentation android app using Fragment....

Hi, I am trying to run the model on CPU, I wrote a custom calculator, which simply multiplies input with mask and background with bitwise_not of mask, But the output...

Hi, It seems that all the models are currently receiving square images as the input. In order to make them work with wider ones (for example 320x240) would I need...