Spaces:
Build error
Build error
temp
Browse files
LICENSE
CHANGED
@@ -7,47 +7,8 @@ The CC BY-NC-SA 4.0 license is located here:
|
|
7 |
https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
|
8 |
|
9 |
|
10 |
-
SEE NOTICE BELOW WITH RESPECT TO THE FILE: train.py and evaluate.py
|
11 |
SEE NOTICE BELOW WITH RESPECT TO THE FILES in folder how/
|
12 |
|
13 |
-
**********************************
|
14 |
-
|
15 |
-
|
16 |
-
NOTICE WITH RESPECT TO THE FILE: train.py and evaluate.py
|
17 |
-
|
18 |
-
|
19 |
-
This software is being redistributed in a modifiled form. The original form is available here:
|
20 |
-
|
21 |
-
https://github.com/gtolias/how
|
22 |
-
|
23 |
-
|
24 |
-
ORIGINAL COPYRIGHT NOTICE AND PERMISSION NOTICE AVAILABLE HERE IS REPRODUCE BELOW:
|
25 |
-
|
26 |
-
https://github.com/gtolias/how/blob/master/LICENSE
|
27 |
-
|
28 |
-
|
29 |
-
MIT License
|
30 |
-
|
31 |
-
Copyright (c) 2020 Giorgos Tolias, Tomas Jenicek
|
32 |
-
|
33 |
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
34 |
-
of this software and associated documentation files (the "Software"), to deal
|
35 |
-
in the Software without restriction, including without limitation the rights
|
36 |
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
37 |
-
copies of the Software, and to permit persons to whom the Software is
|
38 |
-
furnished to do so, subject to the following conditions:
|
39 |
-
The above copyright notice and this permission notice shall be included in all
|
40 |
-
copies or substantial portions of the Software.
|
41 |
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
42 |
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
43 |
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
44 |
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
45 |
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
46 |
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
47 |
-
SOFTWARE.
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
**********************************
|
52 |
|
53 |
SEE NOTICE BELOW WITH RESPECT TO THE FILES in folder how/
|
|
|
7 |
https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode
|
8 |
|
9 |
|
|
|
10 |
SEE NOTICE BELOW WITH RESPECT TO THE FILES in folder how/
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
**********************************
|
13 |
|
14 |
SEE NOTICE BELOW WITH RESPECT TO THE FILES in folder how/
|
app.py
CHANGED
@@ -286,10 +286,10 @@ iface = gr.Interface(
|
|
286 |
description=description,
|
287 |
article=article,
|
288 |
examples=[
|
289 |
-
["chateau_1.png", "chateau_2.png", False, 3, 150,
|
290 |
-
["anafi1.jpeg", "anafi2.jpeg", False, 4, 150,
|
291 |
-
["areopoli1.jpeg", "areopoli2.jpeg", False, 4, 150,
|
292 |
-
["jaipur1.jpeg", "jaipur2.jpeg", False, 4,
|
293 |
]
|
294 |
)
|
295 |
iface.launch(enable_queue=True)
|
|
|
286 |
description=description,
|
287 |
article=article,
|
288 |
examples=[
|
289 |
+
["chateau_1.png", "chateau_2.png", False, 3, 150, False, '170,107,15,25,63,193,125,92,214'],
|
290 |
+
["anafi1.jpeg", "anafi2.jpeg", False, 4, 150, False, '178,190,144,47,241, 172'],
|
291 |
+
["areopoli1.jpeg", "areopoli2.jpeg", False, 4, 150, False, '205,2,163,130'],
|
292 |
+
["jaipur1.jpeg", "jaipur2.jpeg", False, 4, 50, False, '51,206,216,49,27'],
|
293 |
]
|
294 |
)
|
295 |
iface.launch(enable_queue=True)
|