Suho Noh

Results 2 comments of Suho Noh

버전이 계속 바뀌면 힘들어요;; 요즘 바빠서 0.3도 다 못만들었는데... Lts ver 지정해서 쓰면 안되나요?

I fixed it by changing the paths in `mGPT/data/HumanML3D.py` ```python # Mean and std of the dataset dis_data_root = pjoin(cfg.DATASET.HUMANML3D.MEAN_STD_PATH, 't2m/t2m', "VQVAEV3_CB1024_CMT_H1024_NRES3", "meta") self.hparams.mean = np.load(pjoin(dis_data_root, "mean.npy")) self.hparams.std = np.load(pjoin(dis_data_root,...