Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Sichang0621
/
openpi-oft
like
0
Model card
Files
Files and versions
xet
Community
main
openpi-oft
/
third_party
/
libero
/
scripts
/
init_path.py
Sichang0621
Upload folder using huggingface_hub
ce5618e
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
119 Bytes
import
sys
import
os
path = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(
0
, os.path.join(path,
"../"
))