freemocap / freemocap

Free Motion Capture for Everyone 💀✨
https://freemocap.org
GNU Affero General Public License v3.0
3.24k stars 252 forks source link

Support multi-person tracking #597

Open trentwirth opened 2 months ago

trentwirth commented 1 month ago

@philipqueen has a basic epipolar geometry setup working, testing functions here. Thinks we might not be doing intrinsics correctly - Philip is currently using the calibration .toml for now. @jonmatthis suggests testing with the equivalent of the identity matrix. Transformations are happening better when its closer to the center of the body... could be problems with distortion. Lots of testing/exploring

trentwirth commented 1 month ago

@philipqueen still in progress, needs data (two person recording) to start testing some of his math/code!

trentwirth commented 1 month ago

@philipqueen has done more testing ✔ , working towards next steps:

trentwirth commented 3 weeks ago

@philipqueen has it working with two cameras and two objects, brightest point tracker!

Should be working with two cameras + any number of objects, but this needs to be tested. ❤

No linear thresholds;

The process works by optimal matching (might want to add thresholds later)