Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LXT
/
OMG_Seg
like
16
Runtime error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
acdf070
OMG_Seg
/
ext
/
cityscapes_scripts
/
helpers
/
version.py
Haobo Yuan
add omg code
b34d1d6
about 1 year ago
raw
Copy download link
history
blame
Safe
186 Bytes
#!/usr/bin/env python
import
os
with
open
(os.path.join(os.path.dirname(__file__),
'..'
,
'VERSION'
))
as
f:
version = f.read().strip()
if
__name__ ==
"__main__"
:
print
(version)