Skip to content

hartwoolery/YoloCapture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoloCapture

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload

Use ngrok or other local tunneling to use locally, or deploy to a service like Render.com

Use the YoloCapture.ts script in Lens Studio

https://your-tunnel.com/upload POST with:

{
"dataset": [string],
"image_b64": [base64 image],
"label": [YoloV7 string]
}

Visualize a random image in your dataset:
https://your-tunnel.com/dataset/[name]/preview

Download zip of your dataset:
https://your-tunnel.com/dataset/[name]/download

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published