├── LICENSE ├── README.md ├── USAD.ipynb ├── gdrivedl.py ├── model.pth ├── usad.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manigalati/usad/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manigalati/usad/HEAD/README.md -------------------------------------------------------------------------------- /USAD.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manigalati/usad/HEAD/USAD.ipynb -------------------------------------------------------------------------------- /gdrivedl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manigalati/usad/HEAD/gdrivedl.py -------------------------------------------------------------------------------- /model.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manigalati/usad/HEAD/model.pth -------------------------------------------------------------------------------- /usad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manigalati/usad/HEAD/usad.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manigalati/usad/HEAD/utils.py --------------------------------------------------------------------------------