SkalskiP commited on
Commit
a59146c
·
1 Parent(s): 69db725

Add automated object masking and inpainting features in app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -15,6 +15,10 @@ This is a demo for automatic removal of objects from videos using
15
  [Segment Anything Model](https://github.com/facebookresearch/segment-anything),
16
  [MetaCLIP](https://github.com/facebookresearch/MetaCLIP), and
17
  [ProPainter](https://github.com/sczhou/ProPainter) combo.
 
 
 
 
18
  """
19
 
20
  START_FRAME = 0
 
15
  [Segment Anything Model](https://github.com/facebookresearch/segment-anything),
16
  [MetaCLIP](https://github.com/facebookresearch/MetaCLIP), and
17
  [ProPainter](https://github.com/sczhou/ProPainter) combo.
18
+
19
+ - [x] Automated object masking using SAM + MetaCLIP
20
+ - [ ] Automated inpainting using ProPainter
21
+ - [ ] Automated ⚡ object masking using FastSAM + MetaCLIP
22
  """
23
 
24
  START_FRAME = 0