Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyU-ChenLab/UniPixel
/ parse_args
Function
parse_args
unipixel/eval/eval_refcoco.py:8–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
8
def
parse_args():
9
parser = argparse.ArgumentParser()
10
parser.add_argument(
'pred_path'
)
11
args = parser.parse_args()
12
return
args
13
14
15
if
__name__ ==
'__main__'
:
Callers
1
eval_refcoco.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected