Skip to content
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

add android ml-kit x clipdrop demo #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

JulienGenoud
Copy link
Contributor

@JulienGenoud JulienGenoud commented Jun 10, 2022

  • add android ml-kit x clipdrop

ezgif-1-22917b4de0

@vercel
Copy link

vercel bot commented Jun 10, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
clipdrop-api-sample-decompose-layers ✅ Ready (Inspect) Visit Preview Jun 10, 2022 at 9:25AM (UTC)
clipdrop-api-samples-text-remover ✅ Ready (Inspect) Visit Preview Jun 10, 2022 at 9:25AM (UTC)
remove-objects-tfjs ✅ Ready (Inspect) Visit Preview Jun 10, 2022 at 9:25AM (UTC)
1 Ignored Deployment
Name Status Preview Updated
remove-background-bulk ⬜️ Ignored (Inspect) Jun 10, 2022 at 9:25AM (UTC)

Copy link

@ieschalier ieschalier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice ! Can be good to add an entry in the main README with a quick gif demo 🙂

Comment on lines +145 to +154
// val textWidth = textPaint.measureText(text)
// canvas.drawRect(
// rect.left - STROKE_WIDTH,
// rect.top - textHeight,
// rect.left + textWidth + 2 * STROKE_WIDTH,
// rect.top,
// labelPaint
// )
// // Renders the text at the bottom of the box.
// canvas.drawText(text, rect.left, rect.top - STROKE_WIDTH, textPaint)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can clean some dead code

@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 5 Security Hotspots
Code Smell A 18 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants