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

File not found in code #1

Open
opencvscikit opened this issue Oct 28, 2023 · 1 comment
Open

File not found in code #1

opencvscikit opened this issue Oct 28, 2023 · 1 comment

Comments

@opencvscikit
Copy link

start_to_finish.py of UNET_predictions() of if do_IR or do_DEM: print('Making Predictions (IR and DEM) {}'.format(start_index), flush=True) Popen(["./cnn_ir_dem.bash",str(start_index)]). What does this code mean. ./cnn_ir_dem.bash ,I can't find the file

@eelsirhc
Copy link
Contributor

eelsirhc commented Nov 1, 2023

The file is attached here. It's a shell script that depends on your infrastructure to run the CNN on the DEM and IR maps. In the file attached the processing runs on 1 GPU with serial CNN jobs with parallel (delayed) template matching.

cnn_ir_dem.txt

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