We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
引用了不存在的字段 'use_gpu'。
出错 get_colorspace (line 32) if gparam.use_gpu
出错 get_features (line 51) feature_pixels(:,:,currDim:(currDim+cf.fparams.nDim-1),:) = cf.getFeature(image,cf.fparams,gparams);
出错 AutoTrack_optimized (line 221) x=get_features(pixels,features,global_feat_params);
出错 run_AutoTrack (line 87) results = AutoTrack_optimized(params);
feature_pixels(:,:,currDim:(currDim+cf.fparams.nDim-1),:) = cf.getFeature(image,cf.fparams,gparams);找不到哪里使用了 get_colorspace函数
The text was updated successfully, but these errors were encountered:
No branches or pull requests
引用了不存在的字段 'use_gpu'。
出错 get_colorspace (line 32)
if gparam.use_gpu
出错 get_features (line 51)
feature_pixels(:,:,currDim:(currDim+cf.fparams.nDim-1),:) = cf.getFeature(image,cf.fparams,gparams);
出错 AutoTrack_optimized (line 221)
x=get_features(pixels,features,global_feat_params);
出错 run_AutoTrack (line 87)
results = AutoTrack_optimized(params);
feature_pixels(:,:,currDim:(currDim+cf.fparams.nDim-1),:) = cf.getFeature(image,cf.fparams,gparams);找不到哪里使用了 get_colorspace函数
The text was updated successfully, but these errors were encountered: