当前位置: 首页 > news >正文

MotionLCM 部署笔记

目录

依赖项

humanml3d:

sentence-t5-large

下载数据:

报错:No module named 'sentence_transformers'

继续报错:from transformers.integrations import CodeCarbonCallback

解决方法:


GitHub - Dai-Wenxun/MotionLCM: [ ECCV 2024 ] MotionLCM: This repo is the official implementation of "MotionLCM: Real-time Controllable Motion Generation via Latent Consistency Model"

依赖项

matplotlib 必须指定版本:pip install matplotlib==3.3.4

否则会渲染失败

humanml3d:

GitHub - EricGuo5513/HumanML3D: HumanML3D: A large and diverse 3d human motion-language dataset.

sentence-t5-large

git clone https://huggingface.co/sentence-transformers/sentence-t5-large

下载数据:

https://drive.google.com/drive/folders/1D3bf2G2o4Hv-Ale26YW18r1Wrh7oIAwK

解压到路径:

MotionLCM-main/MotionLCM-main/datasets/humanml3d

报错:No module named 'sentence_transformers'

解决方法:

pip install sentence-transformers==2.2.2

继续报错:from transformers.integrations import CodeCarbonCallback

解决方法:

pip install transformers==4.38.0
pip install sentence-transformers==2.2.2

http://www.lryc.cn/news/529334.html

相关文章:

  • VLLM性能调优
  • ESP32-S3模组上跑通esp32-camera(39)
  • Linux《基础指令》
  • 9.进程间通信
  • Windows中本地组策略编辑器gpedit.msc打不开/微软远程桌面无法复制粘贴
  • 供应链系统设计-供应链中台系统设计(十二)- 清结算中心设计篇(一)
  • Vue.js 单页应用(SPA)开发教程:从零开始构建你的第一个项目
  • Linux C openssl aes-128-cbc demo
  • 你了解哪些Java限流算法?
  • 【漫话机器学习系列】065.梯度(Gradient)
  • BswM(基础软件管理)详解
  • 上位机知识篇---GitGitHub
  • 网站快速收录:提高页面加载速度的重要性
  • Vue.js组件开发-实现全屏背景图片滑动切换特效
  • DeepSeek r1本地安装全指南
  • LitGPT - 20多个高性能LLM,具有预训练、微调和大规模部署的recipes
  • deepseek R1 14b显存占用
  • 无用知识研究:对std::common_type以及问号表达式类型的理解
  • MapReduce概述
  • 循环神经网络(RNN)+pytorch实现情感分析
  • Mac cursor设置jdk、Maven版本
  • WPS数据分析000005
  • CTF从入门到精通
  • Flutter使用Flavor实现切换环境和多渠道打包
  • Springboot如何使用面向切面编程AOP?
  • 51单片机(STC89C52)开发:点亮一个小灯
  • 基于MinIO的对象存储增删改查
  • Ubuntu Server 安装 XFCE4桌面
  • MySQL 存储函数:数据库的自定义函数
  • 代码随想录_栈与队列