Spaces:
Running
on
Zero
Running
on
Zero
fix typo
Browse files
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',
|
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__
|
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 |
|