mocap-ai / app.py
Natsha's picture
Initial push to check FBX SDK installation.
4631d6a
raw
history blame
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)