Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Natsha
/
mocap-ai
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4631d6a
mocap-ai
/
app.py
Natsha
Initial push to check FBX SDK installation.
4631d6a
over 2 years ago
raw
Copy download link
history
blame
Safe
165 Bytes
import
fbx
import
streamlit
as
st
st.title(
'Optical Motion Capture AI'
)
mng = fbx.FbxManager.Create()
st.write(
'Successfully loaded the fbx module:'
)
st.write(mng)