3DFI is a Web-based tool that poses MMD models from video input in real-time. Welcome feature requests and PRs!
- Pose detection
- Face detection
- Hand detection (experimental)
- Rust-WASM based pose-to-quaternion solver
- 360-degree background selection
- Video, image upload
- Webcam input
- Model selection
- Ollama support
- VMD import/export (to export a valid VMD file, you must record at least one motion)
- MMD editor: bone, material, mesh edit
- Let your browser use dedicated GPU for better performance.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint