save hair demo
This commit is contained in:
+3
-2
@@ -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')
|
||||
Reference in New Issue
Block a user