DeepFaceLab_Linux
DeepFaceLab_Linux copied to clipboard
how to start after "bash 1_clear_workspace.sh"?
use the code bash 1_clear_workspace.sh
nothing happened , so what's the matter ?
When running 1_clear_workspace.sh, nothing will appear to happen in the bash shell. If you want to to test It's functionality place a file in the workspace and run script again. If the file is still there, try reinstalling or use "source 1_clear_workspace.sh" instead of "bash 1_clear_workspace.sh".
I want to test the project, just as
python test.py src.img tgt.img
or similar as huggingface gradio
could you pls help me?
emmm, t try the code
source 1_clear_workspace.sh
rm:是否进入目录"workspace/"? yes
rm:是否进入目录"workspace/data_src"? yes
rm:是否删除目录 "workspace/data_src/aligned"?yes
rm:是否删除目录 "workspace/data_src/aligned_debug"?yes
rm:是否删除目录 "workspace/data_src"?yes
rm:是否进入目录"workspace/data_dst"? yes
rm:是否删除目录 "workspace/data_dst/aligned"?yes
rm:是否删除目录 "workspace/data_dst/aligned_debug"?yes
rm:是否删除目录 "workspace/data_dst"?yes
rm:是否删除目录 "workspace/model"?yes
rm:是否删除目录 "workspace/"?yes
and the next step is what ?