This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <title>CodePen - MediaPipe - Face Mesh</title> | |
| <meta charset="utf-8" /> | |
| <link | |
| rel="stylesheet" | |
| type="text/css" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Helper script to try launching a vertex ai notebook in all specified zones until one succeeds. | |
| # This script uses PyTorch 1.13, to get the image name for other environments go to: | |
| # vertex ai > user-managed notebook > create > environment > select your environment > use a previous version > copy the id there | |
| # For more information about the launch command, visit | |
| # https://cloud.google.com/sdk/gcloud/reference/notebooks/instances/create |