Open nitinmukesh opened 3 months ago
Another solution posted
Solved adding the "temp_config_file.close()" before calling the shutil.copyfile function inside "src\utils\dependencies\XPose\util\config.py" file.
Solved adding the "temp_config_file.close()" before calling the shutil.copyfile function inside "src\utils\dependencies\XPose\util\config.py" file.
https://github.com/KwaiVGI/LivePortrait/issues/270#issuecomment-2266650894
https://github.com/IDEA-Research/X-Pose/blob/master/util/config.py
If I hardcode the path it works. (temp_config_dir )
shutil.copyfile(filename, osp.join(temp_config_dir, temp_config_name)) is causing the error. The temp diectory is writeable