Image Segmentation
Fabian Isensee commited on
Commit
6d5c0f2
·
1 Parent(s): 92b5741

Add models.json manifest and v1.0 LICENSE

Browse files
Files changed (2) hide show
  1. models.json +12 -0
  2. nnInteractive_v1.0/LICENSE +2 -0
models.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 1,
3
+ "models": [
4
+ {
5
+ "id": "nnInteractive_v1.0",
6
+ "display_name": "nnInteractive v1.0",
7
+ "path": "nnInteractive_v1.0",
8
+ "default": true,
9
+ "description": "Original nnInteractive v1 model checkpoint"
10
+ }
11
+ ]
12
+ }
nnInteractive_v1.0/LICENSE ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ CC BY-NC-SA 4.0
2
+ https://creativecommons.org/licenses/by-nc-sa/4.0/