save hair demo

This commit is contained in:
xsl
2026-04-20 21:21:40 +08:00
parent c83f36c976
commit 8277d26659
40 changed files with 731 additions and 20 deletions
+3 -2
View File
@@ -120,6 +120,7 @@ def collect_png_from_subfolders(base_path=".", output_file="../example/src/main/
# 使用方法
if __name__ == "__main__":
# 可以指定要遍历的基础路径,默认为当前目录
base_path_to_scan = '../example/src/main/assets/pic' # 当前目录
# base_path_to_scan = '../example/src/main/assets/pic' # 当前目录
base_path_to_scan = 'D:/face_sdk/example/src/main/assets/pic' # 当前目录
collect_png_from_subfolders(base_path_to_scan)
collect_png_from_subfolders(base_path_to_scan, 'D:/face_sdk/example/src/main/assets/pic/motion_data_ex2.json')