Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

talmolab/luc3d

Open more actions menu

Repository files navigation

luc3d (Label Unification and Correspondence in 3D Annotation GUI)

Label Unification and Correspondence in 3D Annotation GUI in Web Browser Multi-view pose annotation GUI. No build system — pure vanilla JS served as static files.

lucidGUI

Full documentation, tutorials, and user guides: (https://talmolab.github.io/luc3d-docs)

Architecture

  • index.html — Main SPA with all app logic in inline script
  • pose-data.js — Data model (Skeleton, Camera, Instance, FrameGroup, InstanceGroup, Session)
  • interaction.js — Mouse/keyboard interaction, hit testing, drag handling
  • overlays.js — Canvas rendering for pose skeletons and overlays
  • triangulation.js — DLT triangulation + reprojection math
  • video.js — WebCodecs video decoding (OnDemandVideoDecoder)
  • viewport3d.js — Three.js 3D visualization
  • timeline.js — SLEAP-like timeline widget
  • file-io.js — File loading, calibration parsing, export (TOML/JSON/SLP)
  • demo-data.js — Demo skeleton and camera data
  • styles.css — All styling

Local Development

python3 -m http.server 8080 --bind 0.0.0.0
# App: http://localhost:8080/
# Tests: http://localhost:8080/tests/test-runner.html

Web Deployment from Main

https://talmolab.github.io/luc3d/

Dependencies (CDN only)

  • Three.js 0.147
  • mp4box.js
  • All loaded via script tags in index.html

Tests

Browser-based tests in tests/test-runner.html. Open in browser to run.

Python Scripts

  • scripts/json_to_slp.py — Convert JSON export to SLEAP .slp format
  • scripts/json_to_h5.py — Convert JSON export to HDF5 format
  • Require: h5py, numpy

About

Label Unification and Correspondence in 3D Annotation GUI

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.