-
Notifications
You must be signed in to change notification settings - Fork 4
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
Implement GNN perception processing module #1110
Comments
Further discussion on this topic occurred at a team meeting. There we discussed having shared ownership over the GNN & stroke processing modules. That way API evolution can occur from either team based on experimental debugging & results. That said we are going to place the GNN module into its own python environment to avoid any mismatch in requirement versions. Desired interactions from ADAM's side
@spigo900 -- I'm going to leave working out an interface with @blakeharrison-ai @shengcheng out to you. |
@lichtefeld and I discucsed this again yesterday. Generally, are planning to keep the object GNN module as a separate preprocessing step with its own environment. As part of this, I think we want to change the learner script:
I think we'll want to modify the decode script along similar lines. We may want to add things to the decode but that is probably a separate issue. |
Integration Reasons
The goal of integrating the GNN perception processing into the ADAM pipeline is to enable faster experimentation on the entire learning pipeline including the ability to adapt the parameters for the GNN models dynamically based on the learner feedback. This will also enable us to consider training multiple stroke GNNs at different specificity levels (determined by ADAM) to make some more feature points available about an object.
Design goals:
Result Comparison
The text was updated successfully, but these errors were encountered: