{"id":25006635,"url":"https://github.com/markandre13/makehuman.js-backend","last_synced_at":"2025-03-30T00:16:28.955Z","repository":{"id":154076699,"uuid":"631700670","full_name":"markandre13/makehuman.js-backend","owner":"markandre13","description":"backend for makehuman.js (mediapipe, chordata proxy, data storage)","archived":false,"fork":false,"pushed_at":"2024-07-28T16:47:20.000Z","size":562,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-29T16:06:25.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markandre13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-23T20:51:10.000Z","updated_at":"2024-07-28T16:47:23.000Z","dependencies_parsed_at":"2024-01-28T12:25:47.338Z","dependency_job_id":"f5f8b674-70ba-4433-8dbf-cb0a1f359ef7","html_url":"https://github.com/markandre13/makehuman.js-backend","commit_stats":null,"previous_names":["markandre13/makehuman.js-backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markandre13%2Fmakehuman.js-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markandre13%2Fmakehuman.js-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markandre13%2Fmakehuman.js-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markandre13%2Fmakehuman.js-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markandre13","download_url":"https://codeload.github.com/markandre13/makehuman.js-backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246258868,"owners_count":20748573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-05T01:50:27.430Z","updated_at":"2025-03-30T00:16:28.950Z","avatar_url":"https://github.com/markandre13.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# makehuman.js backend\n\nA daemon for [makehuman.js](https://github.com/markandre13/makehuman.js) providing access to [mediapipe_cpp_lib](https://github.com/markandre13/mediapipe_cpp_lib) and [Chordata Motion](https://chordata.cc).\n\n### Build\n\nExperts only for now.\n\n### Technical\n\n* mediapipe will open a window, which on macOS means that the mediapipe code\n  needs to run in the main thread\n* frontend and backend use websocket to communicate with the intention to\n  move to webtransport later. the protocol on top of that is corba.\n\n### Code\n\ni'm still in the proof of concept stage hence the code is still messy.\n\nISSUE: ...\n\nSOLUTION: check if ld is /usr/bin/ld or /blah/anaconda3/bin/ld \n\n    which -a ld\n\nif so do\n\n    conda deactivate\n\n(e.g. conda is used when building FreeMoCap)\n\nISSUE\n\n    ERROR: /private/var/tmp/_bazel_mark/c52e233fcbac3692d587d7f5bf1da4db/external/XNNPACK/BUILD.bazel:1297:31: Compiling src/amalgam/gen/avx512fp16.c failed: (Exit 1): wrapped_clang failed: error executing command (from target @XNNPACK//:avx512fp16_prod_microkernels) external/local_config_cc/wrapped_clang '-D_FORTIFY_SOURCE=1' -fstack-protector -fcolor-diagnostics -Wall -Wt\n\n    Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging\n    clang: error: unknown argument: '-mavx512fp16'\n    Error in child process '/usr/bin/xcrun'. 1\n    Target //cc_lib:mediapipe failed to build\n    Use --verbose_failures to see the command lines of failed build steps.\n    INFO: Elapsed time: 656.551s, Critical Path: 480.07s\n    INFO: 2062 processes: 58 internal, 2004 darwin-sandbox.\n    FAILED: Build did NOT complete successfully\n    make[1]: *** [all] Error 1\n    make: *** [build] Error 2\n\nhttps://github.com/google-ai-edge/mediapipe/issues/5752\nhttps://github.com/tensorflow/tensorflow/issues/70199\n\nATTEMPTS TO FIX IT:\n* switching between Xcode Command Line Tools 14 and 13 =\u003e did not help\n* conda activate =\u003e this worked\n* re-install llvm\n\nld: warning: dylib (../upstream/mediapipe_cc_lib/bazel-bin/cc_lib/libmediapipe.dylib) was built for newer macOS version (13.1) than being linked (12.0)\nld: warning: dylib (/usr/local/Cellar/llvm/19.1.7/lib/clang/19/lib/darwin/libclang_rt.asan_osx_dynamic.dylib) was built for newer macOS version (12.7) than being linked (12.0)\nld: warning: dylib (/usr/local/opt/llvm/lib/c++/libc++.dylib) was built for newer macOS version (12.7) than being linked (12.0)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkandre13%2Fmakehuman.js-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkandre13%2Fmakehuman.js-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkandre13%2Fmakehuman.js-backend/lists"}