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

App/Vision: Add a vision example that the exploits MLAgent Service #113

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

wooksong
Copy link
Member

This patch adds a draft of the vision example (i.e., an object classification scenario using MobileNet_v1) that exploits the MLAgent
Service.

Signed-off-by: Wook Song [email protected]

@wooksong wooksong changed the title App/Vision: Add a vision example that the exploits MLAgent Service [After #112] App/Vision: Add a vision example that the exploits MLAgent Service Sep 26, 2024
This patch adds a draft of the vision example (i.e., an object
classification scenario using MobileNet_v1) that exploits the MLAgent
Service.

Signed-off-by: Wook Song <[email protected]>
@wooksong wooksong changed the title [After #112] App/Vision: Add a vision example that the exploits MLAgent Service App/Vision: Add a vision example that the exploits MLAgent Service Sep 27, 2024
@@ -58,7 +58,7 @@ class MainViewModel @Inject constructor(private val offloadingServiceRepositoryI
val newState = OffloadingServiceUiState(it.serviceId, it.state, it.port)
newList.add(newState)
}
_services.value = newList.toList()
_services.emit(newList)
Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you :)

Copy link
Contributor

@niley7464 niley7464 left a comment

Choose a reason for hiding this comment

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

LGTM!

@wooksong wooksong merged commit b257959 into nnstreamer:main Oct 4, 2024
2 checks passed
@wooksong wooksong deleted the mobilenet-example branch October 4, 2024 04:35
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