JuanMa360 commited on
Commit
352b9c8
·
1 Parent(s): 7ea81c0

refactor: classes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,9 +56,9 @@ view_questions = [
56
  ]
57
  view_labels = ['panoramic', 'city', 'greenery', 'mountain', 'sea']
58
 
59
- certainty_classes = ['windows, balcony or terrace with a view outwards','Exterior appearance of a house or apartment','unreal image or fake of any view']
60
 
61
- render_classes = ['is_unrealistic_image_render', 'is_image_real']
62
 
63
  threshold = 0
64
 
 
56
  ]
57
  view_labels = ['panoramic', 'city', 'greenery', 'mountain', 'sea']
58
 
59
+ certainty_classes = ['windows, balcony or terrace with a view outwards','Exterior appearance of a house or apartment','unreal image or fake of any view','view outwards with not clear view outside']
60
 
61
+ render_classes = ['is_unrealistic_image_render', 'is_image_real','empty_interior_room']
62
 
63
  threshold = 0
64