harishB97 commited on
Commit
01c40ff
·
verified ·
1 Parent(s): d50a100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ species_to_imgpath = {'bird': './descendent_specific_topk=10_heatmap_withbb_ep=l
23
 
24
  # this has to be there for each species
25
  imgname_to_filepath = {} # this ignores the extension such as .png
26
- nodename_to_protoIDs = defaultdict()
27
 
28
  for species, imgpath in species_to_imgpath.items():
29
  for foldername in os.listdir(imgpath):
 
23
 
24
  # this has to be there for each species
25
  imgname_to_filepath = {} # this ignores the extension such as .png
26
+ nodename_to_protoIDs = defaultdict(list)
27
 
28
  for species, imgpath in species_to_imgpath.items():
29
  for foldername in os.listdir(imgpath):