Spaces:
Runtime error
Runtime error
meow
commited on
Commit
•
1b00369
1
Parent(s):
2f6fb77
readme
Browse files- data_loaders/__pycache__/get_data.cpython-38.pyc +0 -0
- data_loaders/__pycache__/tensors.cpython-38.pyc +0 -0
- data_loaders/humanml/common/__pycache__/quaternion.cpython-38.pyc +0 -0
- data_loaders/humanml/common/__pycache__/skeleton.cpython-38.pyc +0 -0
- data_loaders/humanml/data/__pycache__/__init__.cpython-38.pyc +0 -0
- data_loaders/humanml/data/__pycache__/dataset_ours_single_seq.cpython-38.pyc +0 -0
- data_loaders/humanml/data/__pycache__/utils.cpython-38.pyc +0 -0
- data_loaders/humanml/data/dataset_ours_single_seq.py +1 -1
- data_loaders/humanml/scripts/__pycache__/motion_process.cpython-38.pyc +0 -0
- data_loaders/humanml/utils/__pycache__/paramUtil.cpython-38.pyc +0 -0
- diffusion/__pycache__/fp16_util.cpython-38.pyc +0 -0
- diffusion/__pycache__/gaussian_diffusion.cpython-38.pyc +0 -0
- diffusion/__pycache__/gaussian_diffusion_ours.cpython-38.pyc +0 -0
- diffusion/__pycache__/logger.cpython-38.pyc +0 -0
- diffusion/__pycache__/losses.cpython-38.pyc +0 -0
- diffusion/__pycache__/nn.cpython-38.pyc +0 -0
- diffusion/__pycache__/resample.cpython-38.pyc +0 -0
- diffusion/__pycache__/respace.cpython-38.pyc +0 -0
- diffusion/__pycache__/respace_ours.cpython-38.pyc +0 -0
- gradio_inter/__pycache__/__init__.cpython-38.pyc +0 -0
- gradio_inter/__pycache__/create_bash_file.cpython-38.pyc +0 -0
- gradio_inter/__pycache__/predict_from_file.cpython-38.pyc +0 -0
- model/__pycache__/mdm_ours.cpython-38.pyc +0 -0
- requirements.txt +1 -1
- sample/__pycache__/reconstruct_data.cpython-38.pyc +0 -0
- scripts/val_gradio/predict_taco_rndseed_spatial_temp.sh +1 -1
- train/__pycache__/train_platforms.cpython-38.pyc +0 -0
- train/__pycache__/training_loop_ours.cpython-38.pyc +0 -0
- utils/__pycache__/common_utils.cpython-38.pyc +0 -0
- utils/__pycache__/dist_util.cpython-38.pyc +0 -0
- utils/__pycache__/fixseed.cpython-38.pyc +0 -0
- utils/__pycache__/model_util.cpython-38.pyc +0 -0
- utils/__pycache__/model_utils.cpython-38.pyc +0 -0
- utils/__pycache__/parser_util.cpython-38.pyc +0 -0
- utils/model_util.py +1 -1
data_loaders/__pycache__/get_data.cpython-38.pyc
CHANGED
Binary files a/data_loaders/__pycache__/get_data.cpython-38.pyc and b/data_loaders/__pycache__/get_data.cpython-38.pyc differ
|
|
data_loaders/__pycache__/tensors.cpython-38.pyc
CHANGED
Binary files a/data_loaders/__pycache__/tensors.cpython-38.pyc and b/data_loaders/__pycache__/tensors.cpython-38.pyc differ
|
|
data_loaders/humanml/common/__pycache__/quaternion.cpython-38.pyc
CHANGED
Binary files a/data_loaders/humanml/common/__pycache__/quaternion.cpython-38.pyc and b/data_loaders/humanml/common/__pycache__/quaternion.cpython-38.pyc differ
|
|
data_loaders/humanml/common/__pycache__/skeleton.cpython-38.pyc
CHANGED
Binary files a/data_loaders/humanml/common/__pycache__/skeleton.cpython-38.pyc and b/data_loaders/humanml/common/__pycache__/skeleton.cpython-38.pyc differ
|
|
data_loaders/humanml/data/__pycache__/__init__.cpython-38.pyc
CHANGED
Binary files a/data_loaders/humanml/data/__pycache__/__init__.cpython-38.pyc and b/data_loaders/humanml/data/__pycache__/__init__.cpython-38.pyc differ
|
|
data_loaders/humanml/data/__pycache__/dataset_ours_single_seq.cpython-38.pyc
CHANGED
Binary files a/data_loaders/humanml/data/__pycache__/dataset_ours_single_seq.cpython-38.pyc and b/data_loaders/humanml/data/__pycache__/dataset_ours_single_seq.cpython-38.pyc differ
|
|
data_loaders/humanml/data/__pycache__/utils.cpython-38.pyc
CHANGED
Binary files a/data_loaders/humanml/data/__pycache__/utils.cpython-38.pyc and b/data_loaders/humanml/data/__pycache__/utils.cpython-38.pyc differ
|
|
data_loaders/humanml/data/dataset_ours_single_seq.py
CHANGED
@@ -19,7 +19,7 @@ import pickle as pkl
|
|
19 |
# from anchorutils import anchor_load_driver, recover_anchor, recover_anchor_batch
|
20 |
# from anchorutils import masking_load_driver
|
21 |
|
22 |
-
from utils.anchor_utils import masking_load_driver, anchor_load_driver, recover_anchor_batch ### load driver; masking load driver #
|
23 |
|
24 |
|
25 |
# anchorutils, anchordataset #
|
|
|
19 |
# from anchorutils import anchor_load_driver, recover_anchor, recover_anchor_batch
|
20 |
# from anchorutils import masking_load_driver
|
21 |
|
22 |
+
# from utils.anchor_utils import masking_load_driver, anchor_load_driver, recover_anchor_batch ### load driver; masking load driver #
|
23 |
|
24 |
|
25 |
# anchorutils, anchordataset #
|
data_loaders/humanml/scripts/__pycache__/motion_process.cpython-38.pyc
CHANGED
Binary files a/data_loaders/humanml/scripts/__pycache__/motion_process.cpython-38.pyc and b/data_loaders/humanml/scripts/__pycache__/motion_process.cpython-38.pyc differ
|
|
data_loaders/humanml/utils/__pycache__/paramUtil.cpython-38.pyc
CHANGED
Binary files a/data_loaders/humanml/utils/__pycache__/paramUtil.cpython-38.pyc and b/data_loaders/humanml/utils/__pycache__/paramUtil.cpython-38.pyc differ
|
|
diffusion/__pycache__/fp16_util.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/fp16_util.cpython-38.pyc and b/diffusion/__pycache__/fp16_util.cpython-38.pyc differ
|
|
diffusion/__pycache__/gaussian_diffusion.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/gaussian_diffusion.cpython-38.pyc and b/diffusion/__pycache__/gaussian_diffusion.cpython-38.pyc differ
|
|
diffusion/__pycache__/gaussian_diffusion_ours.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/gaussian_diffusion_ours.cpython-38.pyc and b/diffusion/__pycache__/gaussian_diffusion_ours.cpython-38.pyc differ
|
|
diffusion/__pycache__/logger.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/logger.cpython-38.pyc and b/diffusion/__pycache__/logger.cpython-38.pyc differ
|
|
diffusion/__pycache__/losses.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/losses.cpython-38.pyc and b/diffusion/__pycache__/losses.cpython-38.pyc differ
|
|
diffusion/__pycache__/nn.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/nn.cpython-38.pyc and b/diffusion/__pycache__/nn.cpython-38.pyc differ
|
|
diffusion/__pycache__/resample.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/resample.cpython-38.pyc and b/diffusion/__pycache__/resample.cpython-38.pyc differ
|
|
diffusion/__pycache__/respace.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/respace.cpython-38.pyc and b/diffusion/__pycache__/respace.cpython-38.pyc differ
|
|
diffusion/__pycache__/respace_ours.cpython-38.pyc
CHANGED
Binary files a/diffusion/__pycache__/respace_ours.cpython-38.pyc and b/diffusion/__pycache__/respace_ours.cpython-38.pyc differ
|
|
gradio_inter/__pycache__/__init__.cpython-38.pyc
CHANGED
Binary files a/gradio_inter/__pycache__/__init__.cpython-38.pyc and b/gradio_inter/__pycache__/__init__.cpython-38.pyc differ
|
|
gradio_inter/__pycache__/create_bash_file.cpython-38.pyc
CHANGED
Binary files a/gradio_inter/__pycache__/create_bash_file.cpython-38.pyc and b/gradio_inter/__pycache__/create_bash_file.cpython-38.pyc differ
|
|
gradio_inter/__pycache__/predict_from_file.cpython-38.pyc
CHANGED
Binary files a/gradio_inter/__pycache__/predict_from_file.cpython-38.pyc and b/gradio_inter/__pycache__/predict_from_file.cpython-38.pyc differ
|
|
model/__pycache__/mdm_ours.cpython-38.pyc
ADDED
Binary file (44 kB). View file
|
|
requirements.txt
CHANGED
@@ -5,8 +5,8 @@ torch==1.12.1
|
|
5 |
torchvision==0.13.1
|
6 |
torchaudio==0.12.1
|
7 |
blobfile==2.0.1
|
8 |
-
numpy==1.23.1
|
9 |
manopth
|
|
|
10 |
mesh2sdf==1.1.0
|
11 |
networkx==2.8.7
|
12 |
open3d==0.15.2
|
|
|
5 |
torchvision==0.13.1
|
6 |
torchaudio==0.12.1
|
7 |
blobfile==2.0.1
|
|
|
8 |
manopth
|
9 |
+
numpy
|
10 |
mesh2sdf==1.1.0
|
11 |
networkx==2.8.7
|
12 |
open3d==0.15.2
|
sample/__pycache__/reconstruct_data.cpython-38.pyc
CHANGED
Binary files a/sample/__pycache__/reconstruct_data.cpython-38.pyc and b/sample/__pycache__/reconstruct_data.cpython-38.pyc differ
|
|
scripts/val_gradio/predict_taco_rndseed_spatial_temp.sh
CHANGED
@@ -94,7 +94,7 @@ export diff_hand_params=""
|
|
94 |
export diff_basejtsrel=""
|
95 |
export diff_realbasejtsrel="--diff_realbasejtsrel"
|
96 |
# export model_path=./ckpts/model000519000.pt
|
97 |
-
export model_path
|
98 |
|
99 |
|
100 |
|
|
|
94 |
export diff_basejtsrel=""
|
95 |
export diff_realbasejtsrel="--diff_realbasejtsrel"
|
96 |
# export model_path=./ckpts/model000519000.pt
|
97 |
+
export model_path=/home/xueyi/sim/Generalizable-HOI-Denoising/ckpt/model001039000.pt
|
98 |
|
99 |
|
100 |
|
train/__pycache__/train_platforms.cpython-38.pyc
CHANGED
Binary files a/train/__pycache__/train_platforms.cpython-38.pyc and b/train/__pycache__/train_platforms.cpython-38.pyc differ
|
|
train/__pycache__/training_loop_ours.cpython-38.pyc
CHANGED
Binary files a/train/__pycache__/training_loop_ours.cpython-38.pyc and b/train/__pycache__/training_loop_ours.cpython-38.pyc differ
|
|
utils/__pycache__/common_utils.cpython-38.pyc
CHANGED
Binary files a/utils/__pycache__/common_utils.cpython-38.pyc and b/utils/__pycache__/common_utils.cpython-38.pyc differ
|
|
utils/__pycache__/dist_util.cpython-38.pyc
CHANGED
Binary files a/utils/__pycache__/dist_util.cpython-38.pyc and b/utils/__pycache__/dist_util.cpython-38.pyc differ
|
|
utils/__pycache__/fixseed.cpython-38.pyc
CHANGED
Binary files a/utils/__pycache__/fixseed.cpython-38.pyc and b/utils/__pycache__/fixseed.cpython-38.pyc differ
|
|
utils/__pycache__/model_util.cpython-38.pyc
CHANGED
Binary files a/utils/__pycache__/model_util.cpython-38.pyc and b/utils/__pycache__/model_util.cpython-38.pyc differ
|
|
utils/__pycache__/model_utils.cpython-38.pyc
CHANGED
Binary files a/utils/__pycache__/model_utils.cpython-38.pyc and b/utils/__pycache__/model_utils.cpython-38.pyc differ
|
|
utils/__pycache__/parser_util.cpython-38.pyc
CHANGED
Binary files a/utils/__pycache__/parser_util.cpython-38.pyc and b/utils/__pycache__/parser_util.cpython-38.pyc differ
|
|
utils/model_util.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from model.mdm import MDM
|
2 |
# from model.mdm_ours import MDM as MDM_Ours
|
3 |
# from model.mdm_ours import MDMV3 as MDM_Ours_V3
|
4 |
# from model.mdm_ours import MDMV4 as MDM_Ours_V4
|
|
|
1 |
+
# from model.mdm import MDM
|
2 |
# from model.mdm_ours import MDM as MDM_Ours
|
3 |
# from model.mdm_ours import MDMV3 as MDM_Ours_V3
|
4 |
# from model.mdm_ours import MDMV4 as MDM_Ours_V4
|