xinghaochen / TinySAM

Official PyTorch implementation of "TinySAM: Pushing the Envelope for Efficient Segment Anything Model"
Apache License 2.0
403 stars 23 forks source link

run apk demo #11

Closed duckzhao closed 11 months ago

duckzhao commented 11 months ago

Thank you for your useful work. And I noticed that there is a apk demo in your README, how can I get it? Snipaste_2024-01-02_21-10-58 If the apk demo is not open source, could you tell me what deployment method to use? like NCNN, MNN. Looking forward to your reply!

xinghaochen commented 11 months ago

Currently we just develop a simple and naive android demo to run our TinySAM, following https://pytorch.org/mobile/android/. We may release the apk when we further improve the android demo.