Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
meng2003
/
myTest01
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
myTest01
/
analysis
/
fix_scale.sh
meng2003
Upload 357 files
2d5fdd1
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
92 Bytes
#!/bin/bash
find
$1
-name
"*.bvh"
-print0 | xargs -0 -I{} python3 analysis/fix_scale.py {}