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 custom GUI support and deploy from API #24

Merged
merged 35 commits into from
Mar 15, 2024
Merged

Conversation

cxnt
Copy link
Member

@cxnt cxnt commented Feb 12, 2024

Update Supervisely SDK version to v6.73.50
Add quick start for Serving YOLOv8
Add GitHub action for building and pushing docker image
Add methods:

  • init_gui() - User defined GUI for model selection. Returns widget
  • update_gui() - enable/disable user GUI if model is served/stopped
  • set_params_to_ui() - method to set GUI from API
  • get_params_from_ui() - get selected params from GUI to use in load_model()
  • download_weights() - helper func to download checkpoint (can be removed)
  • load_model_meta() - load project_meta from model
  • load_model() - main method to deploy model

Add models.py with updated sctructure for models

@cxnt cxnt changed the title Data nodes deploy yolov8 v2 Add custom GUI support and deploy from API Feb 12, 2024
serve/requirements.txt Outdated Show resolved Hide resolved
@cxnt cxnt merged commit bd4a7c6 into master Mar 15, 2024
1 check passed
@cxnt cxnt deleted the data-nodes-deploy-yolov8-v2 branch March 15, 2024 14:27
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