mirror of https://github.com/FoundationVision/GLEE
Update builtin.py
parent
699e5b6baf
commit
a554bc8eff
|
@ -152,8 +152,8 @@ def register_all_sa1b(root):
|
|||
register_sa1b(
|
||||
key,
|
||||
_get_sa1b_meta(),
|
||||
json_file,
|
||||
image_root,
|
||||
os.path.join(root, json_file),
|
||||
os.path.join(root, image_root),
|
||||
has_mask = False
|
||||
)
|
||||
|
||||
|
@ -726,4 +726,4 @@ if __name__.endswith(".builtin"):
|
|||
|
||||
# VOS/SOT
|
||||
register_all_sot(_root)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue