-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Few Tips and Swift Core ML version. #22
Comments
Thank you Thank you Thank you!!!A couple more tips for others: Tips3:if you see this error:
Set the
This depot has a copy of the Tips4:If you get an
just add a
|
Hi, |
Thank you for the great project.
3Tips for users of the pretrained models.
Tips0
Installation method that worked successfully
git clone https://github.com/hukenovs/easyportrait.git cd easyportrait/pipelines/ pip install torch==1.13.1 torchvision==0.14.1 pip install -U openmim mim install mmengine mim install mmcv==1.7.1 mim install mmcv-full==1.7.1 pip install mmsegmentation==0.30.0 pip install ftfy
Tips1:
If you change line 281 of formatting.py, it will run smoothly.
Tips2:
When plotting the results, set palette to None to plot the results.
Swift/iOS version
I converted segformer512fp to Core ML ( Swift / iOS format ).
https://github.com/john-rocky/easyportrait-coreml
And made Swift demo.
https://github.com/john-rocky/CoreML-Models?tab=readme-ov-file#easyportrait
Thanks again!
The text was updated successfully, but these errors were encountered: