qiji77 / JointNet

official code of the paper “Combating Spurious Correlations in Loose-fitting Garment Animation Through Joint-Specific Feature Learning”,Pacific Graphics 2023 Conditional Accepted
6 stars 1 forks source link

config.json is missing #1

Open ForrestPi opened 9 months ago

ForrestPi commented 9 months ago

Hi ,could you provide ”assets/dress03/config.json“?

qiji77 commented 9 months ago

{ "ssdrlbs_root_dir": "assets/dress03/SSDR", "ssdrlbs_net_path2": "path~/VirtualBones/NetWork_list/network_nolap_res03_ours_low/ssdr_model.pth",
"detail_net_path": "assets/dress03/checkpoints/SSDRRES.pth.tar", "state_path": "assets/dress03/state.npz", "low_res_path": "path~/VirtualBones/VirtualBonesDataset/low_mean_std.npz", "obj_template_path": "assets/dress03/garment.obj", "Net_path":"./NetWork_list/network_nolap_res03_ours_low/", "train_path":"path~/VirtualBones/VirtualBonesDataset/dress03/", "test_path":"path~/VirtualBones/VirtualBonesDataset/dress03/", "low_path":"path~/VirtualBones/VirtualBonesDataset/dress03_mesh_res_2/", "lap_path":"path~/VirtualBones/VirtualBonesDataset/dress03_lap/", "batchsize":8, "nepoch":10000, "gru_dim": 600, "gru_out_dim": 10, "joint_list": [1, 2, 4, 5, 7, 8, 10, 11, 13, 14, 16, 17, 18, 19, 0, 3, 6, 9, 12, 15], "ssdrlbs_bone_num": 80, "ssdrlbs_net_path":"path~/VirtualBones/assets/dress03/checkpoints/SSDR.pth.tar" }

Hello, here is the .json file. And the cloth data, you can ask it from my baseline work "Predicting Loose-Fitting Garment Deformations Using Bone-Driven Motion Networks", also, I used the same environment configuration as him.

realaiCV commented 5 months ago

@qiji77
Hi, how to get "low_path":"path~/VirtualBones/VirtualBonesDataset/dress03_mesh_res_2/", "lap_path":"path~/VirtualBones/VirtualBonesDataset/dress03_lap/"

realaiCV commented 5 months ago

@qiji77 I cannot find models_spectrum module ModuleNotFoundError: No module named 'src.models_spectrum'