The Waymo opendataset only supports Linux. Here is an install guide: https://docs.microsoft.com/en-us/windows/wsl/install Use Ubuntu as the default distribution
Make sure to do this as a user (instead of root)
https://code.visualstudio.com/docs/remote/wsl
https://gist.github.com/kauffmanes/5e74916617f9993bc3479f401dfec7da
# In the root folder of the git repo:
conda env create -n mti830 --file environment.yml
First, you need to install the jupyter notebook extension in vs code, then open training.ipynb. It should work now.