Skip to content

Commit

Permalink
add demo video, change default args
Browse files Browse the repository at this point in the history
  • Loading branch information
yoxu515 committed Apr 20, 2023
1 parent d5603b2 commit 0fe4726
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ bash script/download_ckpt.sh

### Run Demo
- The video to be processed can be put in ./assets.
- Then run demo.ipynb step by step to generate results.
- Then run **demo.ipynb** step by step to generate results.
- The results will be saved as masks for each frame and a gif file for visualization.

The arguments for SAM-Track, DeAOT and SAM can be manually modified in model_args.py for purpose of using other models or controling the behavior of each model.
Expand Down
Binary file added assets/cell.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion model_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'gpu_id': 0,
}
segtracker_args = {
'sam_gap': 4,
'sam_gap': 10,
'match_iou_thr': 0.5,
'min_area': 200,
'max_obj_num': 255,
Expand Down

0 comments on commit 0fe4726

Please sign in to comment.