Skip to content

Commit

Permalink
update vis
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianxff committed May 3, 2024
1 parent 735c1bf commit 4c48e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/droid_core/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def droid_visualization(video, device="cuda:0", vis_save=None):
droid_visualization.scale = 1.0
droid_visualization.ix = 0

droid_visualization.filter_thresh = 0.005
droid_visualization.filter_thresh = 1.28

def increase_filter(vis):
droid_visualization.filter_thresh *= 2
Expand Down

0 comments on commit 4c48e87

Please sign in to comment.