GaussianHaircut/.cursor/rules/project-rules.mdc
2025-02-15 14:31:02 +08:00

18 lines
961 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
description:
globs:
---
# 项目规则
- 使用中文回复
- 并按照 Readme.md 来查Readme和install.sh和run.sh来协助用户完成项目
- 完善Readme.md
- 将该项目改成Windows平台应用, 代码必须考虑可在windows运行, 使用micromamba.exe来拿新建和管理虚拟环境
- 对于不同的环境分别创建activate的bat文件,虚拟环境分别有gaussian_splatting_hair, matte_anything, openpose, pixie-env对应的文件有activate_gaussian_splatting_hair.bat, activate_matte_anything.bat, activate_openpose.bat, activate_pixie-env.bat
- 将原本部署的install.sh改写成install.bat文件,不删除原本的install.sh文件
- bat文件先定义环境变量
- 将原本部署的run.sh改写成run.bat文件,不删除原本的run.sh文件
- 参考原本的environment.yml新建环境所需要的requirements.txt
- 每次更新代码后先自检,检查存在的问题并修正
- openpose 使用 build 方式来构建