Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OU-MVLP数据预处理 #146

Open
BoNiu-HZY opened this issue Aug 30, 2021 · 5 comments
Open

OU-MVLP数据预处理 #146

BoNiu-HZY opened this issue Aug 30, 2021 · 5 comments

Comments

@BoNiu-HZY
Copy link

@@OU-MVLP原始数据集预处理中途出现了下面的类型错误,可能是什么原因造成的,有人能解决吗?@AbnerHqC

JOB 32000 : --START-- Silhouette_015-01-06105

JOB 32000 : --FINISH-- Contain 52 valid frames. Saved to D:\DataSet\pretreatment\OU-MVLP\Silhouette_015-01\06105.

JOB 32500 : --START-- Silhouette_015-01-06629

JOB 32500 : --FINISH-- Contain 72 valid frames. Saved to D:\DataSet\pretreatment\OU-MVLP\Silhouette_015-01\06629.

JOB 33000 : --START-- Silhouette_015-01-07165

JOB 33000 : --FINISH-- Contain 52 valid frames. Saved to D:\DataSet\pretreatment\OU-MVLP\Silhouette_015-01\07165.

ERROR OCCUR: PID ##%d##, ERRORTYPE: %s

8745 <class 'TypeError'>
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "D:\anaconda3\envs\aaa\lib\multiprocessing\pool.py", line 119, in worker
result = (True, func(*args, **kwds))
File "D:\代码复现\GaitSet_cpu_source\pretreatment.py", line 130, in cut_pickle
img = cv2.imread(frame_path)[:, :, 0]
TypeError: 'NoneType' object is not subscriptable
"""

@w1998w
Copy link

w1998w commented Sep 14, 2021

我当时遇到过这个问题,我一般再重新运行一下 把之前处理的原图片删掉,继续裁剪没处理过的就可以了

@zhang123-sys
Copy link

OU-MVLP数据预处理,源数据要按subject id->view 排,下载按view 0,30度下载的

@@OU-MVLP原始数据集预处理中途出现了下面的类型错误,可能是什么原因造成的,有人能解决吗?@AbnerHqC

JOB 32000 : --START-- Silhouette_015-01-06105

JOB 32000 : --FINISH-- Contain 52 valid frames. Saved to D:\DataSet\pretreatment\OU-MVLP\Silhouette_015-01\06105.

JOB 32500 : --START-- Silhouette_015-01-06629

JOB 32500 : --FINISH-- Contain 72 valid frames. Saved to D:\DataSet\pretreatment\OU-MVLP\Silhouette_015-01\06629.

JOB 33000 : --START-- Silhouette_015-01-07165

JOB 33000 : --FINISH-- Contain 52 valid frames. Saved to D:\DataSet\pretreatment\OU-MVLP\Silhouette_015-01\07165.

ERROR OCCUR: PID ##%d##, ERRORTYPE: %s

8745 <class 'TypeError'> multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "D:\anaconda3\envs\aaa\lib\multiprocessing\pool.py", line 119, in worker result = (True, func(*args, **kwds)) File "D:\代码复现\GaitSet_cpu_source\pretreatment.py", line 130, in cut_pickle img = cv2.imread(frame_path)[:, :, 0] TypeError: 'NoneType' object is not subscriptable """

@BoNiu-HZY
Copy link
Author

BoNiu-HZY commented Oct 11, 2022 via email

@zhang123-sys
Copy link

zhang123-sys commented Oct 11, 2022 via email

@BoNiu-HZY
Copy link
Author

BoNiu-HZY commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants