dongchangxi 12 months ago
parent
commit
cd8a15bf49
  1. 2
      yj_local_build/main_step1.py

2
yj_local_build/main_step1.py

@ -169,7 +169,7 @@ def step2(pid,headsCount): @@ -169,7 +169,7 @@ def step2(pid,headsCount):
def getXmps(pid):
#从共享盘上下载对齐信息,判断是否有
print(f"判断是否存在 {os.path.join(config.sharedir, 'xmps_rate','texture')} -- {os.path.exists(os.path.join(config.sharedir, 'xmps_rate','texture'))}")
print(f"判断是否存在 {os.path.join(config.workdir, 'xmps_rate','texture')} -- {os.path.exists(os.path.join(config.workdir, 'xmps_rate','texture'))}")
if os.path.exists(os.path.join(config.workdir, 'xmps','texture')) == False or os.path.exists(os.path.join(config.workdir, 'xmps','mesh')) == False:
print(f"检测不到对齐坐标,请先人工建一次模进行对齐,创建坐标,创建制定的坐标到 {os.path.join(config.workdir, 'xmps_rate','mesh')} 和 os.path.join(config.workdir, 'xmps_rate','texture')")
return False

Loading…
Cancel
Save