├── .gitignore ├── README.md ├── data └── data_prep │ └── run_alignPose.sh ├── imgs ├── background.gif ├── output.gif ├── result1.gif ├── result2.gif └── result3.gif ├── keypoints ├── frame00000_keypoints.json ├── frame00001_keypoints.json ├── frame00002_keypoints.json ├── frame00003_keypoints.json ├── frame00004_keypoints.json ├── frame00005_keypoints.json ├── frame00006_keypoints.json ├── frame00007_keypoints.json ├── frame00008_keypoints.json ├── frame00009_keypoints.json ├── frame00010_keypoints.json ├── frame00011_keypoints.json ├── frame00012_keypoints.json ├── frame00013_keypoints.json ├── frame00014_keypoints.json ├── frame00015_keypoints.json ├── frame00016_keypoints.json ├── frame00017_keypoints.json ├── frame00018_keypoints.json ├── frame00019_keypoints.json ├── frame00020_keypoints.json ├── frame00021_keypoints.json ├── frame00022_keypoints.json ├── frame00023_keypoints.json ├── frame00024_keypoints.json ├── frame00025_keypoints.json ├── frame00026_keypoints.json ├── frame00027_keypoints.json ├── frame00028_keypoints.json ├── frame00029_keypoints.json ├── frame00030_keypoints.json ├── frame00031_keypoints.json ├── frame00032_keypoints.json ├── frame00033_keypoints.json ├── frame00034_keypoints.json ├── frame00035_keypoints.json ├── frame00036_keypoints.json ├── frame00037_keypoints.json ├── frame00038_keypoints.json ├── frame00039_keypoints.json ├── frame00040_keypoints.json ├── frame00041_keypoints.json ├── frame00042_keypoints.json ├── frame00043_keypoints.json ├── frame00044_keypoints.json ├── frame00045_keypoints.json ├── frame00046_keypoints.json ├── frame00047_keypoints.json ├── frame00048_keypoints.json ├── frame00049_keypoints.json ├── frame00050_keypoints.json ├── frame00051_keypoints.json ├── frame00052_keypoints.json ├── frame00053_keypoints.json ├── frame00054_keypoints.json ├── frame00055_keypoints.json ├── frame00056_keypoints.json ├── frame00057_keypoints.json ├── frame00058_keypoints.json ├── frame00059_keypoints.json ├── frame00060_keypoints.json ├── frame00061_keypoints.json ├── frame00062_keypoints.json ├── frame00063_keypoints.json ├── frame00064_keypoints.json ├── frame00065_keypoints.json ├── frame00066_keypoints.json ├── frame00067_keypoints.json ├── frame00068_keypoints.json ├── frame00069_keypoints.json ├── frame00070_keypoints.json ├── frame00071_keypoints.json ├── frame00072_keypoints.json ├── frame00073_keypoints.json ├── frame00074_keypoints.json ├── frame00075_keypoints.json ├── frame00076_keypoints.json ├── frame00077_keypoints.json ├── frame00078_keypoints.json ├── frame00079_keypoints.json ├── frame00080_keypoints.json ├── frame00081_keypoints.json ├── frame00082_keypoints.json ├── frame00083_keypoints.json ├── frame00084_keypoints.json ├── frame00085_keypoints.json ├── frame00086_keypoints.json ├── frame00087_keypoints.json ├── frame00088_keypoints.json ├── frame00089_keypoints.json ├── frame00090_keypoints.json ├── frame00091_keypoints.json ├── frame00092_keypoints.json ├── frame00093_keypoints.json ├── frame00094_keypoints.json ├── frame00095_keypoints.json ├── frame00096_keypoints.json ├── frame00097_keypoints.json ├── frame00098_keypoints.json └── frame00099_keypoints.json ├── pre_train_tex.sh ├── pretrainTrans.sh ├── requirment.txt ├── test_start └── start.sh └── train_start └── pretrain_start.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/README.md -------------------------------------------------------------------------------- /data/data_prep/run_alignPose.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/data/data_prep/run_alignPose.sh -------------------------------------------------------------------------------- /imgs/background.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/imgs/background.gif -------------------------------------------------------------------------------- /imgs/output.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/imgs/output.gif -------------------------------------------------------------------------------- /imgs/result1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/imgs/result1.gif -------------------------------------------------------------------------------- /imgs/result2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/imgs/result2.gif -------------------------------------------------------------------------------- /imgs/result3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/imgs/result3.gif -------------------------------------------------------------------------------- /keypoints/frame00000_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00000_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00001_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00001_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00002_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00002_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00003_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00003_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00004_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00004_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00005_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00005_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00006_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00006_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00007_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00007_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00008_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00008_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00009_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00009_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00010_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00010_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00011_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00011_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00012_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00012_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00013_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00013_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00014_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00014_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00015_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00015_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00016_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00016_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00017_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00017_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00018_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00018_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00019_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00019_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00020_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00020_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00021_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00021_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00022_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00022_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00023_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00023_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00024_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00024_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00025_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00025_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00026_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00026_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00027_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00027_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00028_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00028_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00029_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00029_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00030_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00030_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00031_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00031_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00032_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00032_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00033_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00033_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00034_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00034_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00035_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00035_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00036_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00036_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00037_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00037_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00038_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00038_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00039_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00039_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00040_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00040_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00041_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00041_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00042_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00042_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00043_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00043_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00044_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00044_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00045_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00045_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00046_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00046_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00047_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00047_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00048_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00048_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00049_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00049_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00050_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00050_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00051_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00051_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00052_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00052_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00053_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00053_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00054_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00054_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00055_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00055_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00056_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00056_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00057_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00057_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00058_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00058_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00059_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00059_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00060_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00060_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00061_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00061_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00062_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00062_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00063_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00063_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00064_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00064_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00065_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00065_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00066_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00066_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00067_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00067_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00068_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00068_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00069_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00069_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00070_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00070_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00071_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00071_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00072_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00072_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00073_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00073_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00074_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00074_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00075_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00075_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00076_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00076_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00077_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00077_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00078_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00078_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00079_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00079_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00080_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00080_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00081_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00081_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00082_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00082_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00083_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00083_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00084_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00084_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00085_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00085_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00086_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00086_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00087_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00087_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00088_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00088_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00089_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00089_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00090_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00090_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00091_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00091_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00092_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00092_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00093_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00093_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00094_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00094_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00095_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00095_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00096_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00096_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00097_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00097_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00098_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00098_keypoints.json -------------------------------------------------------------------------------- /keypoints/frame00099_keypoints.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/keypoints/frame00099_keypoints.json -------------------------------------------------------------------------------- /pre_train_tex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/pre_train_tex.sh -------------------------------------------------------------------------------- /pretrainTrans.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/pretrainTrans.sh -------------------------------------------------------------------------------- /requirment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/requirment.txt -------------------------------------------------------------------------------- /test_start/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/test_start/start.sh -------------------------------------------------------------------------------- /train_start/pretrain_start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SunYangtian/Neural-Human-Video-Rendering/HEAD/train_start/pretrain_start.sh --------------------------------------------------------------------------------