You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你好,我在Linux上按您的环境配置下来之后,数据集预处理阶段顺利完成,到 python train.py的时候就卡住不动了
Initialzing...
Initializing data source...
Data initialization complete.
Initializing model...
Model initialization complete.
Training START
之后就会报错 #170
点击链接下载数据集 [CASIA-B](http://www.cbsr.ia.ac.cn/GaitDatasetB-silh.zip)
解压脚本 unzip.sh
解压命令
pytorch 环境安装
conda create -n GaitSet python=3.6 source deactivate conda activate GaitSet conda install pytorch=0.4.1 cuda90 -c pytorch
数据集预处理,先安装 scipy opencv-python
修改一下 pretreatment.py,自 SciPy 1.0起,
scipy.misc.imsave
已被弃用,并在 SciPy 1.2 中被移除。数据集预处理
修改 config.py 里面的数据集目录。然后开始训练:
The text was updated successfully, but these errors were encountered: