Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kwea123/aa40fd240fcef284e70f9fdae446cd6a to your computer and use it in GitHub Desktop.
Save kwea123/aa40fd240fcef284e70f9fdae446cd6a to your computer and use it in GitHub Desktop.
example code to get depth prediction for `depth from video in the wild` https://github.com/google-research/google-research/tree/master/depth_from_video_in_the_wild
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kwea123
Copy link
Author

kwea123 commented Oct 23, 2019

Put this notebook under google-research/depth_from_video_in_the_wild/.
Download the model weights from original repo.
You need two additional steps before running this notebook.

  1. remove all the from depth_from_video_in_the_wild in the imports.
  2. comment out self.global_step = ... in line 88 in model.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment