├── README.md ├── testing_code ├── Width.m ├── comp_scenarios_68pts.m ├── compute_error.m ├── img_128.lua ├── loss_stable.m ├── main_300VW_fhr.lua ├── main_300W_fhr.lua ├── results │ ├── Scenario1 │ │ ├── preds_300VWtest_float_68pts_114_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_124_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_125_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_126_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_150_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_158_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_401_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_402_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_505_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_506_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_507_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_508_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_509_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_510_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_511_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_514_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_515_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_518_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_519_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_520_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_521_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_522_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_524_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_525_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_537_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_538_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_540_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_541_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_546_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_547_300VW_128.mat │ │ └── preds_300VWtest_float_68pts_548_300VW_128.mat │ ├── Scenario2 │ │ ├── preds_300VWtest_float_68pts_203_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_208_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_211_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_212_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_213_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_214_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_218_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_224_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_403_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_404_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_405_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_406_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_407_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_408_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_409_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_412_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_550_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_551_300VW_128.mat │ │ └── preds_300VWtest_float_68pts_553_300VW_128.mat │ ├── Scenario3 │ │ ├── preds_300VWtest_float_68pts_410_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_411_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_516_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_517_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_526_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_528_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_529_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_530_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_531_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_533_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_557_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_558_300VW_128.mat │ │ ├── preds_300VWtest_float_68pts_559_300VW_128.mat │ │ └── preds_300VWtest_float_68pts_562_300VW_128.mat │ └── preds_300W_68pts_128.mat ├── test_300VW.m ├── test_300W.m ├── test_fhr.sh └── util_128.lua └── training_code ├── exec_train_300VW_fhr.sh ├── exec_train_300W_fhr.sh ├── main_300VW_fhr.lua ├── main_300W_fhr.lua ├── model_fhr.lua ├── models ├── .hg_128.lua.swp ├── .hg_dl.lua.swp ├── ConvLSTM.lua ├── hg.lua ├── hg_128.lua ├── hg_128_modifiedUnit.lua ├── hg_256.lua ├── hg_64.lua ├── hg_lstm_128.lua ├── hg_lstm_256.lua ├── hg_occlusion (copy).lua ├── hg_occlusion.lua ├── layers │ ├── Residual.lua │ └── Residual_modified.lua ├── netD.lua ├── resnet.lua ├── unet (copy).lua ├── unet.lua ├── unet_occlusion.lua └── unet_occlusion_1.lua ├── opts.lua ├── ref.lua ├── train_300VW_fhr.lua ├── train_300W_fhr.lua └── util ├── Logger.lua ├── cudnn_convert_custom.lua ├── dataloader.lua ├── dataset ├── 300VW_train.lua ├── 300W_train_3148Set.lua ├── 300W_train_3837Set.lua └── mpii.lua ├── eval.lua ├── img.lua ├── pose.lua ├── pose_fhr.lua ├── pose_pts.lua └── util.lua /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/README.md -------------------------------------------------------------------------------- /testing_code/Width.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/Width.m -------------------------------------------------------------------------------- /testing_code/comp_scenarios_68pts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/comp_scenarios_68pts.m -------------------------------------------------------------------------------- /testing_code/compute_error.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/compute_error.m -------------------------------------------------------------------------------- /testing_code/img_128.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/img_128.lua -------------------------------------------------------------------------------- /testing_code/loss_stable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/loss_stable.m -------------------------------------------------------------------------------- /testing_code/main_300VW_fhr.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/main_300VW_fhr.lua -------------------------------------------------------------------------------- /testing_code/main_300W_fhr.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/main_300W_fhr.lua -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_114_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_114_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_124_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_124_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_125_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_125_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_126_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_126_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_150_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_150_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_158_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_158_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_401_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_401_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_402_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_402_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_505_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_505_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_506_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_506_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_507_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_507_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_508_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_508_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_509_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_509_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_510_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_510_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_511_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_511_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_514_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_514_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_515_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_515_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_518_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_518_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_519_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_519_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_520_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_520_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_521_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_521_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_522_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_522_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_524_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_524_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_525_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_525_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_537_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_537_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_538_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_538_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_540_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_540_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_541_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_541_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_546_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_546_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_547_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_547_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario1/preds_300VWtest_float_68pts_548_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario1/preds_300VWtest_float_68pts_548_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_203_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_203_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_208_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_208_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_211_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_211_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_212_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_212_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_213_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_213_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_214_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_214_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_218_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_218_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_224_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_224_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_403_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_403_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_404_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_404_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_405_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_405_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_406_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_406_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_407_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_407_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_408_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_408_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_409_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_409_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_412_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_412_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_550_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_550_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_551_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_551_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario2/preds_300VWtest_float_68pts_553_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario2/preds_300VWtest_float_68pts_553_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_410_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_410_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_411_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_411_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_516_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_516_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_517_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_517_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_526_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_526_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_528_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_528_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_529_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_529_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_530_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_530_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_531_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_531_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_533_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_533_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_557_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_557_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_558_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_558_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_559_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_559_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/Scenario3/preds_300VWtest_float_68pts_562_300VW_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/Scenario3/preds_300VWtest_float_68pts_562_300VW_128.mat -------------------------------------------------------------------------------- /testing_code/results/preds_300W_68pts_128.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/results/preds_300W_68pts_128.mat -------------------------------------------------------------------------------- /testing_code/test_300VW.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/test_300VW.m -------------------------------------------------------------------------------- /testing_code/test_300W.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/test_300W.m -------------------------------------------------------------------------------- /testing_code/test_fhr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/test_fhr.sh -------------------------------------------------------------------------------- /testing_code/util_128.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/testing_code/util_128.lua -------------------------------------------------------------------------------- /training_code/exec_train_300VW_fhr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/exec_train_300VW_fhr.sh -------------------------------------------------------------------------------- /training_code/exec_train_300W_fhr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/exec_train_300W_fhr.sh -------------------------------------------------------------------------------- /training_code/main_300VW_fhr.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/main_300VW_fhr.lua -------------------------------------------------------------------------------- /training_code/main_300W_fhr.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/main_300W_fhr.lua -------------------------------------------------------------------------------- /training_code/model_fhr.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/model_fhr.lua -------------------------------------------------------------------------------- /training_code/models/.hg_128.lua.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/.hg_128.lua.swp -------------------------------------------------------------------------------- /training_code/models/.hg_dl.lua.swp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/.hg_dl.lua.swp -------------------------------------------------------------------------------- /training_code/models/ConvLSTM.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/ConvLSTM.lua -------------------------------------------------------------------------------- /training_code/models/hg.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/hg.lua -------------------------------------------------------------------------------- /training_code/models/hg_128.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/hg_128.lua -------------------------------------------------------------------------------- /training_code/models/hg_128_modifiedUnit.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/hg_128_modifiedUnit.lua -------------------------------------------------------------------------------- /training_code/models/hg_256.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/hg_256.lua -------------------------------------------------------------------------------- /training_code/models/hg_64.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/hg_64.lua -------------------------------------------------------------------------------- /training_code/models/hg_lstm_128.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/hg_lstm_128.lua -------------------------------------------------------------------------------- /training_code/models/hg_lstm_256.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/hg_lstm_256.lua -------------------------------------------------------------------------------- /training_code/models/hg_occlusion (copy).lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/hg_occlusion (copy).lua -------------------------------------------------------------------------------- /training_code/models/hg_occlusion.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/hg_occlusion.lua -------------------------------------------------------------------------------- /training_code/models/layers/Residual.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/layers/Residual.lua -------------------------------------------------------------------------------- /training_code/models/layers/Residual_modified.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/layers/Residual_modified.lua -------------------------------------------------------------------------------- /training_code/models/netD.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/netD.lua -------------------------------------------------------------------------------- /training_code/models/resnet.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/resnet.lua -------------------------------------------------------------------------------- /training_code/models/unet (copy).lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/unet (copy).lua -------------------------------------------------------------------------------- /training_code/models/unet.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/unet.lua -------------------------------------------------------------------------------- /training_code/models/unet_occlusion.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/unet_occlusion.lua -------------------------------------------------------------------------------- /training_code/models/unet_occlusion_1.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/models/unet_occlusion_1.lua -------------------------------------------------------------------------------- /training_code/opts.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/opts.lua -------------------------------------------------------------------------------- /training_code/ref.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/ref.lua -------------------------------------------------------------------------------- /training_code/train_300VW_fhr.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/train_300VW_fhr.lua -------------------------------------------------------------------------------- /training_code/train_300W_fhr.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/train_300W_fhr.lua -------------------------------------------------------------------------------- /training_code/util/Logger.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/Logger.lua -------------------------------------------------------------------------------- /training_code/util/cudnn_convert_custom.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/cudnn_convert_custom.lua -------------------------------------------------------------------------------- /training_code/util/dataloader.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/dataloader.lua -------------------------------------------------------------------------------- /training_code/util/dataset/300VW_train.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/dataset/300VW_train.lua -------------------------------------------------------------------------------- /training_code/util/dataset/300W_train_3148Set.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/dataset/300W_train_3148Set.lua -------------------------------------------------------------------------------- /training_code/util/dataset/300W_train_3837Set.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/dataset/300W_train_3837Set.lua -------------------------------------------------------------------------------- /training_code/util/dataset/mpii.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/dataset/mpii.lua -------------------------------------------------------------------------------- /training_code/util/eval.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/eval.lua -------------------------------------------------------------------------------- /training_code/util/img.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/img.lua -------------------------------------------------------------------------------- /training_code/util/pose.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/pose.lua -------------------------------------------------------------------------------- /training_code/util/pose_fhr.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/pose_fhr.lua -------------------------------------------------------------------------------- /training_code/util/pose_pts.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/pose_pts.lua -------------------------------------------------------------------------------- /training_code/util/util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tyshiwo/FHR_alignment/HEAD/training_code/util/util.lua --------------------------------------------------------------------------------