Add image-segmentation pipeline tag to metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +20 -18
README.md CHANGED
@@ -1,24 +1,26 @@
1
  ---
2
- license: mit
3
- language:
4
- - en
5
- tags:
6
- - video-object-centric-learning
7
- - object-discovery
8
- - slot-attention
9
- - unsupervised-segmentation
10
- - video-understanding
11
- - pytorch
12
  datasets:
13
- - movi-c
14
- - movi-e
15
- - youtube-vis-2021
16
- - coco
17
- metrics:
18
- - fg-ari
19
- - mbo
20
  library_name: pytorch
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
 
22
  <div align="center">
23
 
24
  <h1> SSync: Selective Synergistic Learning for Video Object-Centric Learning </h1>
@@ -74,4 +76,4 @@ See [data/README.md](https://github.com/wjun0830/SSync/blob/main/data/README.md)
74
 
75
  ## Acknowledgements
76
 
77
- Built upon [VideoSAUR](https://github.com/martius-lab/videosaur), [SlotContrast](https://github.com/martius-lab/slotcontrast), [SRL](https://github.com/hynnsk/SRL), and [SlotCurri](https://github.com/wjun0830/SlotCurri).
 
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  datasets:
3
+ - movi-c
4
+ - movi-e
5
+ - youtube-vis-2021
6
+ - coco
7
+ language:
8
+ - en
 
9
  library_name: pytorch
10
+ license: mit
11
+ pipeline_tag: image-segmentation
12
+ metrics:
13
+ - fg-ari
14
+ - mbo
15
+ tags:
16
+ - video-object-centric-learning
17
+ - object-discovery
18
+ - slot-attention
19
+ - unsupervised-segmentation
20
+ - video-understanding
21
+ - pytorch
22
  ---
23
+
24
  <div align="center">
25
 
26
  <h1> SSync: Selective Synergistic Learning for Video Object-Centric Learning </h1>
 
76
 
77
  ## Acknowledgements
78
 
79
+ Built upon [VideoSAUR](https://github.com/martius-lab/videosaur), [SlotContrast](https://github.com/martius-lab/slotcontrast), [SRL](https://github.com/hynnsk/SRL), and [SlotCurri](https://github.com/wjun0830/SlotCurri).