mirror of
https://github.com/gaomingqi/Track-Anything.git
synced 2026-05-18 05:05:29 +02:00
default parameter for template image segment for the first test - watchtower
This commit is contained in:
@@ -15,7 +15,7 @@ from dataset.range_transform import im_normalization
|
||||
|
||||
|
||||
class BaseTracker:
|
||||
def __init__(self, device, xmem_checkpoint) -> None:
|
||||
def __init__(self, xmem_checkpoint, device) -> None:
|
||||
"""
|
||||
device: model device
|
||||
xmem_checkpoint: checkpoint of XMem model
|
||||
|
||||
Reference in New Issue
Block a user