This is a simple depth estimation testing repository used for performing depth estimation after 5G data transmission to the base station in course 594. We use Depth Anything V2; for more details, please refer to https://github.com/DepthAnything/Depth-Anything-V2
git clone https://github.com/PeaceNeil/Depth_Estimator_594.git
cd Depth_Estimator_594
pip install -r requirements.txt
wget https://huggingface.co/depth-anything/Depth-Anything-V2-Small/resolve/main/depth_anything_v2_vits.pthOr download other checkpoints listed here.
Added a simple script for depth estimation and a 3D surface visualization.
python DispAnything.py --image_path IMAGE_PATH --encoder MODEL_TYPEpython perception.py --image_path IMAGE_PATH