M-Depth-Equation/ ├── README.md ├── LICENSE ├── .gitignore ├── requirements.txt ├── docs/ │ └── M_Depth_Manifest.tex ├── src/ │ ├── mdepth_engine.py │ ├── blackbox.py │ └── notary.py └── data/ └── .gitkeep
M-Depth-Equation/
├── README.md
├── LICENSE
├── .gitignore
├── requirements.txt
├── docs/
│ └── M_Depth_Manifest.tex
├── src/
│ ├── mdepth_engine.py
│ ├── blackbox.py
│ └── notary.py
└── data/
└── .gitkeep