文章目录
关于软件的介绍,官方资料已经介绍很多了,这里不再赘述。
官方资料链接:ShapeWorks
1. Getting Started
1.1 Shaptes, What & From Where?
1.2 Shape Modeling Workflow
- Grooming a dataset for optimization.
- Optimizing a correpsondence model on the groomed data.
- Analyzing the correspondence model.
1.3 ShapeWorks Success Stories
1.4 ShapeWorks Interfaces
ShapeWorks 可以直接安装软件,直接操作软件的 GUI 来实现对数据模型的功能操作。
2. Installation
2.1 Software
MAC 下的安装:下载软件,双击安装
- Install the ShapeWorks.pkg file by double-clicking on the file.
WIN 下的安装:下载软件,双击安装。不同的是,WIN 需要安装一些支撑组件。
- Download and install the “Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019.”
以上操作参考链接 How to Install ShapeWorks?。通过以上操作,即可实现软件的基本安装。
找到软件安装路径,在里边能看到 Examples 文件夹,打开 Studio 文件夹,里边有一些示例,可以通过 ShapeWorks 的 GUI 界面打开。
注意,在 MAC 下打开的模型,由于系统的限制,只是可读级别,还需要通过以下复制操作,将 Examples 文件复制到其他位置,具体操作流程为
- Open a terminal and change directory to the installation path.
cd /Applications/ShapeWorks
- Copy the Examples folder to another location of your choosing.
cp -r Examples $HOME/ShapeWorks-Examples
2.2 Software - Python
- Download and install Miniconda for Windows.