{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/decoupling-human-and-camera-motion-from","title":"Decoupling Human and Camera Motion from Videos in the Wild","arxiv_id":"2302.12827","date":"2023-02-24","proceeding":"CVPR 2023 1","authors":["Vickie Ye","Georgios Pavlakos","Jitendra Malik","Angjoo Kanazawa"],"abstract":"We propose a method to reconstruct global human trajectories from videos in the wild. Our optimization method decouples the camera and human motion, which allows us to place people in the same world coordinate frame. Most existing methods do not model the camera motion; methods that rely on the background pixels to infer 3D human motion usually require a full scene reconstruction, which is often not possible for in-the-wild videos. However, even when existing SLAM systems cannot recover accurate scene reconstructions, the background pixel motion still provides enough signal to constrain the camera motion. We show that relative camera estimates along with data-driven human motion priors can resolve the scene scale ambiguity and recover global human trajectories. Our method robustly recovers the global 3D trajectories of people in challenging in-the-wild videos, such as PoseTrack. We quantify our improvement over existing methods on 3D human dataset Egobody. We further demonstrate that our recovered camera scale allows us to reason about motion of multiple people in a shared coordinate frame, which improves performance of downstream tracking in PoseTrack. Code and video results can be found at https://vye16.github.io/slahmr.","url_abs":"https://arxiv.org/abs/2302.12827v2","url_pdf":"https://arxiv.org/pdf/2302.12827v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"decoupling-human-and-camera-motion-from","repo_url":"https://github.com/vye16/slahmr","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2302.12827","atlas_url":"https://app.syntology.ai/?focus=2302.12827","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2302.12827"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/vye16/slahmr","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":5,"unverified":3},"by_repo_kind":{"listed":{"samples":8,"ran":5,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"f0d6feaec5ec6b84","entry":"associate_keypoints","repo":"vye16/slahmr","repo_kind":"listed","path":"slahmr/eval/associate.py","file_url":"https://github.com/vye16/slahmr/blob/HEAD/slahmr/eval/associate.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f0d6feaec5ec6b84"}},{"code_sha256_prefix":"e04da3ec1dd0c5e2","entry":"smpl_to_openpose","repo":"vye16/slahmr","repo_kind":"listed","path":"slahmr/body_model/specs.py","file_url":"https://github.com/vye16/slahmr/blob/HEAD/slahmr/body_model/specs.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e04da3ec1dd0c5e2"}},{"code_sha256_prefix":"4916e7a6f007008a","entry":"stack_torch","repo":"vye16/slahmr","repo_kind":"listed","path":"slahmr/eval/run_eval.py","file_url":"https://github.com/vye16/slahmr/blob/HEAD/slahmr/eval/run_eval.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4916e7a6f007008a"}},{"code_sha256_prefix":"5539d2982e7bb2d9","entry":"translation_smoothness_loss","repo":"vye16/slahmr","repo_kind":"listed","path":"slahmr/optim/losses.py","file_url":"https://github.com/vye16/slahmr/blob/HEAD/slahmr/optim/losses.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"5539d2982e7bb2d9"}},{"code_sha256_prefix":"406c6463edc8f966","entry":"zero_pad_tensors","repo":"vye16/slahmr","repo_kind":"listed","path":"slahmr/body_model/utils.py","file_url":"https://github.com/vye16/slahmr/blob/HEAD/slahmr/body_model/utils.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"406c6463edc8f966"}},{"code_sha256_prefix":"2400fc6de2f74b96","entry":"associate_phalp_track_data","repo":"vye16/slahmr","repo_kind":"listed","path":"slahmr/eval/associate.py","file_url":"https://github.com/vye16/slahmr/blob/HEAD/slahmr/eval/associate.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2400fc6de2f74b96"}},{"code_sha256_prefix":"dee0fd2ddfaddb66","entry":"run_smpl","repo":"vye16/slahmr","repo_kind":"listed","path":"slahmr/body_model/utils.py","file_url":"https://github.com/vye16/slahmr/blob/HEAD/slahmr/body_model/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"dee0fd2ddfaddb66"}},{"code_sha256_prefix":"b42b9ef8a1f5a556","entry":"step","repo":"vye16/slahmr","repo_kind":"listed","path":"slahmr/humor/humor_model.py","file_url":"https://github.com/vye16/slahmr/blob/HEAD/slahmr/humor/humor_model.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b42b9ef8a1f5a556"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}