Skip to content

add android ml-kit x clipdrop demo - #9

Open
JulienGenoud wants to merge 4 commits into
mainfrom
android-mlkit
Open

add android ml-kit x clipdrop demo#9
JulienGenoud wants to merge 4 commits into
mainfrom
android-mlkit

Conversation

@JulienGenoud

@JulienGenoudJulienGenoud commented Jun 10, 2022

Copy link
Copy Markdown
Contributor
  • add android ml-kit x clipdrop

ezgif-1-22917b4de0

@vercel

vercelBot commented Jun 10, 2022

Copy link
Copy Markdown

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

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

@ieschalierieschalier left a comment

Copy link
Copy Markdown

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)

Copy link
Copy Markdown

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
Copy Markdown

SonarCloud Quality Gate failed. Quality Gate failed

BugA0 Bugs
VulnerabilityA0 Vulnerabilities
Security HotspotE5 Security Hotspots
Code SmellA18 Code Smells

No Coverage information No Coverage information
0.0%0.0% Duplication

Sign up for freeto 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

@JulienGenoud@ieschalier