Some Basic Concepts
自由度(Degrees of freedom)
自由度,大致有两种形式:
- 旋转的自由度
- 移动的自由度
在平面中,只有三个自由度,一个为面旋转,两个为前后及左右两个移动
在立体中,有六个自由度,三个为前后、上下及左右三个移动自由度和三个对应轴旋转的自由度,共六个自由度
Try Something Impossible
conda_name
conda create --name conda_name
conda activate conda_name
conda info --envs
or conda env list
conda env create -f environment.yml
conda create --name myclone --clone mysource
conda env update --file local.yml