Skip to content

Instantly share code, notes, and snippets.

@J3698
Created September 7, 2021 15:55
Show Gist options
  • Save J3698/33b9c00de822d8b5d5585cbe2a1867e8 to your computer and use it in GitHub Desktop.
Save J3698/33b9c00de822d8b5d5585cbe2a1867e8 to your computer and use it in GitHub Desktop.
Putting a model onto the OAK-1
def main():
clear_exports()
export_test()
optimize_model("test")
convert_blob("test")
pipeline = setup_pipeline()
run_pipeline(pipeline)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment