Update builtin.py

pull/40/head
Junfeng Wu 2024-04-01 16:58:22 +08:00 committed by GitHub
parent 699e5b6baf
commit a554bc8eff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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)