-
Notifications
You must be signed in to change notification settings - Fork 58
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
Issues while testing on a new image #4
Comments
Hi, @anjali-chadha |
I solved this problem by making the following modifications.
to
to
It seems that casting size_t* (or mwSize*) to int* is not proper in x64 PC. |
Did you fix this problem? |
I have used your method. But it doesn't work. Can I send you an email to ask your guide? |
You can use |
|
Excuse me, have you solved this problem? |
I did the the replacement opreration as your instrution,Howerover, another error occured.Below are the error details: 出错 convMax (line 52) 出错 run_cnn (line 29) dehaze = run_cnn(haze); 出错 ordfilt2>ParseInputs (line 151) 出错 ordfilt2 (line 51) 出错 run_cnn (line 30) |
Birlliant |
I tried the solution above, but they don't work, Can someone give me an answer?Thanks very much! |
错误使用 convConst 出错 convMax (第 52 行) 出错 run_cnn (第 29 行) 在MATLAB上运行遇到如上问题,求助应该如何解决 |
Thanks,that's useful |
I tried these solutions, it seems to have no effect, plus the author said that the error will not report this "" A must be a 4x4 or bigger 2D or 3D float array." but will report the number of parameters error |
@SchulerTsang If you meet error like:"错误使用 ordfilt2 第 1 个输入, A, 应为二维" |
Thanks for the fix @xiaofeng94, I tried it on MATLAB Online and it's working. |
I am trying to run the dehazing model on the provided sample image 'data/girls.jpg'.
Got the following error at dehazing step
The text was updated successfully, but these errors were encountered: