Skip to content

V1.1.0

Latest

Choose a tag to compare

@YvigUnderscore YvigUnderscore released this 01 Mar 02:37
· 10 commits to main since this release
bc29135

πŸš€ ReMap V1.1.0 β€” The Wireless Reconstruction Update

Version 1.1.0 is a major milestone for ReMap, introducing the Wireless Capture API and significant improvements in performance, stability, and professional color workflows.

✨ Major New Features

🌐 Wireless Capture API

  • Direct ReScan Integration: Connect ReMap to the ReScan iOS app over your local network or external with some secured port forwarding.
  • Automated Processing: Send LiDAR-guided datasets directly from your iPhone; ReMap automatically unpacks, extracts, and processes them.
  • Security: Instantly generated API keys to secure your server connection.
  • Documentation: Comprehensive new API documentation available for developers.

🎨 Color Management & EXR (OIIO/OCIO)

  • Advanced EXR Pipeline: Full support for 16-bit half-float exports by default, ideal for professional ACEScg workflows.
  • High Precision: Option to force 32-bit float EXR exports for maximum bit-depth precision.
  • Color Science: Deep integration with OpenColorIO (OCIO) for processing Apple Log (ProRes/H.265) footage into linear scene spaces.

⚑ Optimization & Performance

  • GPU-Accelerated Extraction: Enhanced CUDA hardware decoding via FFmpeg for faster frame extraction.
  • Ultra-Fast Folder Scanning: Optimized image scanning and dataset probing to reduce startup overhead.
  • Multi-Threaded Efficiency: File processing now skips existing outputs to speed up resumed jobs.

πŸ› οΈ Enhancements & Fixes

  • Windows Stability: Improved handling of file locks to prevent PermissionError during COLMAP execution.
  • Secure Installer: Updated install_all scripts with pinned submodules for COLMAP and GLOMAP, ensuring a reproducible environment.
  • UI Modernization: Updated dark mode using CustomTkinter with better visual feedback for the API server status.
  • Optimized Output Structure: The output format is now "drag-and-drop" ready for modern 3DGS training engines (Nerfstudio, gsplat, Brush).

πŸ“‚ How to Update

Simply run git pull followed by install_all.bat (Windows) or sudo ./install_all.sh (Linux) to update your environment and submodules.