360monodepth
Code release for 360monodepth. With our framework we achieve monocular depth estimation for high resolution 360° images based on aligning and blending perspective depth maps.
File Explorer
Download Latest Version (.zip)- pfm_io.hpp
- readme.md
- data_imitator.hpp
- data_io.hpp
- depthmap_stitcher.hpp
- depthmap_stitcher_enum.hpp
- depthmap_stitcher_group.hpp
- depthmap_utility.hpp
- python_binding.hpp
- timer.hpp
- __init__.py
- depthmapAlignModule.cpp
- LICENSE.txt
- MANIFEST.in
- pyproject.toml
- README.md
- reinstall.bat
- reinstall.sh
- setup.cfg
- setup.py
- data_imitator.cpp
- data_io.cpp
- depthmap_stitcher.cpp
- depthmap_stitcher_enum.cpp
- depthmap_stitcher_group.cpp
- depthmap_utility.cpp
- EigenSolvers.cpp
- python_binding.cpp
- depth_stitch_test.cpp
- CMakeConfig.txt
- CMakeLists.txt
- main_depthmapstitch.cpp
- README.md
- __init__.py
- blending.py
- cam_models.py
- data_mocker.py
- depth_stitch.py
- depthmap_align.py
- depthmap_utils.py
- fs_utility.py
- gnomonic_projection.py
- image_io.py
- logger.py
- metrics.py
- plot_figure.py
- pointcloud_utils.py
- polygon.py
- projection_icosahedron.py
- serialization.py
- spherical_coordinates.py
- subimage.py
- main.py
- requirements.txt
- 0001_depth.dpt
- 0001_rgb.jpg
- erp_00_data.txt
- pipeline.jpg
- .gitmodules
- BoostingMonocularDepth
- Dockerfile
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/manurare/360monodepth
Downloads the entire project code from GitHub to your computer.
cd 360monodepth
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
We recommend Docker to run 360MonoDepth to avoid problems with dependencies.
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. CMake
MediumPrerequisites
cmake -DCMAKE_BUILD_TYPE=Release ../
Type this command into your terminal and run it.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
Pulled directly from this repo's README.
4. Python
EasyPrerequisites
⚠️ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
pip install -r code/python/requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
