Install from pypi:
pip install usa-netInstall from Github:
pip install git+https://github.com/codekansas/usa.gitAlternatively, clone and install:
git clone git@github.com:codekansas/usa.git
cd usa && pip install -e .There are some extra dependencies for the notebooks which can be installed with:
pip install 'usa-net[ipynb]'See the notebooks for examples.
- Python 3.10+
- PyTorch 2.0+
Add pre-commit hooks to clean Jupyter notebooks:
pre-commit install- If you are having trouble installing Open3D on Mac, install Pybind through Conda instead:
pip uninstall open3d
conda install open3d