Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 526 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 526 Bytes

TrajApp

A Tauri-React desktop app to manually re-label the noisy GPS data in GoPro videos.

The GoPro GPS data is often noisy and inaccurate. This app allows you to manually re-label the GPS data by clicking on the map and dragging the points around, with the relevant video frame visible. The app will then interpolate the GPS data between the points you clicked on.

An example view from the app

Development

npm run tauri dev

Build

npm run tauri build