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

running error #5

Open
TGZ12345 opened this issue Jul 11, 2020 · 4 comments
Open

running error #5

TGZ12345 opened this issue Jul 11, 2020 · 4 comments

Comments

@TGZ12345
Copy link

Hello! I recently tried to run and found that a part of the data file is missing, in addition to the image file can be downloaded, can you upload it?Thank you.

@knmcguire
Copy link
Owner

Hi, Sorry this repo is quite old so you would need to be a bit more clear on this.

Which part of the data file are you referring too? Can you copy past the error message you are getting here?

@TGZ12345
Copy link
Author

When I run 'Edgeflow_generate_results.m' file appears the following result:
function or variable 'make_video' not defined

error in calculate_OF_on_images (line 40)
if make_video ==true

error in Edgeflow_generate_results_window (line 51)
calculate_OF_on_images
error calculate_OF_on_images (line 40)
if make_video ==true

@knmcguire
Copy link
Owner

Are you sure that you are running Edgeflow_generate_results.m ? The error message suggest that you are using 'Edgeflow_generate_results_window.m' instead. That indeed misses this line. You will just need to add that there.

Since i'm not calling the files in the mainfail as a function, make_video is still supposed to be in the scope. If you are still having problems, you can type 'keyboard' to debug the program. For me that is difficult to do since I don't work at TU delft anymore and do not have access to matlab anymore.

@TGZ12345
Copy link
Author

TGZ12345 commented Jul 17, 2020 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

2 participants