huzey commited on
Commit
eedb910
1 Parent(s): 2fbda21
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,7 +48,7 @@ DATASETS = {
48
  ('johnowhitaker/imagenette2-320', 10),
49
  ('Multimodal-Fatima/CUB_train', 200),
50
  ('saragag/FlBirds', 7),
51
- ('microsoft/cats_vs_dogs', 2),
52
  ('Robotkid2696/food_classification', 20),
53
  ],
54
  'Face': [
@@ -1848,7 +1848,7 @@ with demo:
1848
 
1849
  with gr.Tab('Recursive Cut'):
1850
  gr.Markdown('NCUT can be applied recursively, the eigenvectors from previous iteration is the input for the next iteration NCUT. ')
1851
- gr.Markdown('__Recursive NCUT__ amplifies small object parts, please see [Documentation](https://ncut-pytorch.readthedocs.io/en/latest/how_to_get_better_segmentation/#recursive-ncut)')
1852
 
1853
  gr.Markdown('---')
1854
 
 
48
  ('johnowhitaker/imagenette2-320', 10),
49
  ('Multimodal-Fatima/CUB_train', 200),
50
  ('saragag/FlBirds', 7),
51
+ ('microsoft/cats_vs_dogs', None),
52
  ('Robotkid2696/food_classification', 20),
53
  ],
54
  'Face': [
 
1848
 
1849
  with gr.Tab('Recursive Cut'):
1850
  gr.Markdown('NCUT can be applied recursively, the eigenvectors from previous iteration is the input for the next iteration NCUT. ')
1851
+ gr.Markdown('__Recursive NCUT__ can amplify or weaken the connections, depending on the `affinity_focal_gamma` setting, please see [Documentation](https://ncut-pytorch.readthedocs.io/en/latest/how_to_get_better_segmentation/#recursive-ncut)')
1852
 
1853
  gr.Markdown('---')
1854