File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 "outputs" : [],
3737 "source" : [
3838 " # Fetch input images, if we don have them already.\n " ,
39- " input_image_filename = 'Hard .png'\n " ,
40- " input_image_url = 'https://data.kitware.com/api/v1/file/57718cc48d777f1ecd8a883f /download'\n " ,
39+ " input_image_filename = 'Easy1 .png'\n " ,
40+ " input_image_url = 'https://data.kitware.com/api/v1/file/576ad39b8d777f1ecd6702f2 /download'\n " ,
4141 " if not os.path.exists(input_image_filename):\n " ,
4242 " urlretrieve(input_image_url, input_image_filename)\n " ,
4343 " \n " ,
44- " reference_image_filename = 'Easy1 .png'\n " ,
45- " reference_image_url = 'https://data.kitware.com/api/v1/file/576ad39b8d777f1ecd6702f2 /download'\n " ,
44+ " reference_image_filename = 'Hard .png'\n " ,
45+ " reference_image_url = 'https://data.kitware.com/api/v1/file/57718cc48d777f1ecd8a883f /download'\n " ,
4646 " if not os.path.exists(reference_image_filename):\n " ,
4747 " urlretrieve(reference_image_url, reference_image_filename)\n " ,
4848 " \n " ,
You can’t perform that action at this time.
0 commit comments