utplanets / deepmars2

Human level performance from a Crater Detection Algorithm
MIT License
2 stars 1 forks source link

File not found in code #1

Open opencvscikit opened 10 months ago

opencvscikit commented 10 months ago

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 commented 10 months ago

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