Any PC with Windows, Linux, or Mac OS.
32 GB RAM recommended. As little as 8 GB may be usable depending on the case.
Agisoft Metashape Professional 1.6.6
Python 3.7+ environment
We recommend Anaconda.
One or more dedicated GPU (GeForce, Radeon, etc.)
CloudCompare - for viewing .ply files
GIMP or other image manipulation software - for creating .png training data images for EasyDCP_Analysis
-
Clone or download the EasyDCP repository to any path on your PC.
-
Open your python 3 environment (we recommend creating a new environment using Anaconda or similar) or python IDE, install the
requirements.txt
in Administrator permission.-
Using Anaconda, Select your EasyDCP environment, and 'Open Terminal'.
-
Navigate to the EasyDCP directory:
cd D:\Program\EasyDCP
-
Install requirements using
pip
:(YourEnv) D:\Program\EasyDCP
> pip install -r requirements.txt`
-
-
Ensure Agisoft Metashape Professional is installed and activated using 30-day trial or paid license.
- Note: EasyDCP currently supports metashape.exe control via python script. In future, will update to use Metashape python wheels package for finer control.
-
EasyDCP is now ready to use. See other docs: Image acquisition, EasyDCP Creation, and EasyDCP Analysis for instructions.
For China Mainland users, some packages via pip may be very slow, and may get HTTP network error:
raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(port=443): Read timed out.
Please keep trying to reinstall or use Tsinghua pip mirror to accelerate the installation:
(YourEnv) D:\Program\EasyDCP
> pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple`
Traceback (most recent call last):
File "", line 1, in
File "C:\Python37\lib\site-packages\open3d_init_.py", line 28, in
from .open3d import * # py2 py3 compatible
ImportError: DLL load failed: The specified module could not be found.
Please refer this link to solve this problem:isl-org/Open3D#979
The author solved this by installing Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019
as suggested by previous link. Quick download link: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads