Metadata-Version: 2.1
Name: nerv
Version: 0.1.0
Summary: Ziyi Wu's personal research python toolbox
Home-page: https://github.com/Wuziyi616/nerv
Author: Ziyi Wu
Author-email: dazitu616@gmail.com
License: MIT
Keywords: computer vision
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pyyaml
Requires-Dist: six
Requires-Dist: tqdm
Requires-Dist: opencv-python
Requires-Dist: matplotlib
Requires-Dist: open3d
Requires-Dist: wandb
Requires-Dist: moviepy
Requires-Dist: imageio
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: torchmetrics
Requires-Dist: pytorch-lightning

# NERV

<p align="center"><img src="src/NERV.jpg" alt="NERV" width="800"/></p>

> God's in his heaven. All's right with the world!
> — Pippa Passes

> Graduate's in his heaven. All's right with the code!
> — Ziyi Wu

Personal Python toolbox including project templates, useful functions, etc.

## Credit

Greatly inspired by and lots of code borrowed from:

- [cvbase](https://github.com/hellock/cvbase)
- [utils3d](https://github.com/Steve-Tod/utils3d)
- [PyTorch-Lightning](https://github.com/PyTorchLightning/pytorch-lightning)

\* Image credit: [Neon Genesis Evangelion](https://en.wikipedia.org/wiki/Neon_Genesis_Evangelion)

## Installation

First manually install PyTorch with cuda support (see `requirements.txt` for versions we tested), then run `pip install -e .` to install the whole package.
