IMvision12 commited on
Commit
01f04fa
·
verified ·
1 Parent(s): 679d580

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -18
README.md CHANGED
@@ -1,18 +1,21 @@
1
- ---
2
- pipeline_tag: image-segmentation
3
- license: mit
4
- library_name: kerasformers
5
- tags:
6
- - keras
7
- - kerasformers
8
- - eomt
9
- ---
10
-
11
- # eomt_large_coco_instance_640 (Keras 3)
12
-
13
- Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the source. License: `mit`.
14
-
15
- ```python
16
- from kerasformers.models.eomt import EoMTUniversalSegment
17
- model = EoMTUniversalSegment.from_weights("eomt_large_coco_instance_640")
18
- ```
 
 
 
 
1
+ ---
2
+ pipeline_tag: image-segmentation
3
+ license: mit
4
+ library_name: kerasformers
5
+ tags:
6
+ - keras
7
+ - kerasformers
8
+ - eomt
9
+ - tensorflow
10
+ - jax
11
+ - pytorch
12
+ ---
13
+
14
+ # eomt_large_coco_instance_640 (Keras 3)
15
+
16
+ Pure-Keras 3 weights for [kerasformers](https://github.com/IMvision12/KerasFormers), mirrored from the source. License: `mit`.
17
+
18
+ ```python
19
+ from kerasformers.models.eomt import EoMTUniversalSegment
20
+ model = EoMTUniversalSegment.from_weights("eomt_large_coco_instance_640")
21
+ ```