Anass Yarroudh
Anass Yarroudh
Hello, I'm trying to apply localrf on my data. I've been able to run the pre-processing commands to estimate the flow and depth maps. However, once I run the optimization...
``Hello, I've created these files `download_semantic3d.bat` and `compile_wrappers.bat` for those using Windows instead of Linux or WSL: 1. **download_semantic3d.bat** ```bash @echo off set BASE_DIR=..\media\tibo\Maxtor\Data\Deepdata\points_cloud\semantic3d\original_data :: Create directory if it doesn't...
Hello everyone, I'm trying to use MVSNet on COLMAP results. I faced some issues when I tried to run `python colmap2mvsnet.py --dense_folder `. I wanted to share with you how...
### Discussed in https://github.com/Yarroudh/Optim3D/discussions/6 Originally posted by **Yarroudh** April 13, 2023 I'm working on implementing new features: - The possibility to choose between OcTree and KDTree indexing for 3D point...
This appears when we use the multiprocessing to run Geoflow reconstruction of all the tiles in parallel computing. 
This PR fixes the Docker build errors by addressing two root causes: ### 1. `libpcl-dev` not found * Enabled the **universe** repository before installing dependencies, ensuring `libpcl-dev` is available on...