├── FGD ├── README.md ├── calculate_mean_std.py ├── embedding_net.py ├── embedding_space_evaluator.py ├── evaluate_FGD.py ├── output │ └── .gitkeep └── train_AE.py ├── README.md ├── bvh2npy.py ├── calc_cca.py ├── calc_histogram.py ├── calk_jerk_or_acceleration.py ├── cca.py ├── hellinger_distance.py └── plot_hist.py /FGD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/FGD/README.md -------------------------------------------------------------------------------- /FGD/calculate_mean_std.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/FGD/calculate_mean_std.py -------------------------------------------------------------------------------- /FGD/embedding_net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/FGD/embedding_net.py -------------------------------------------------------------------------------- /FGD/embedding_space_evaluator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/FGD/embedding_space_evaluator.py -------------------------------------------------------------------------------- /FGD/evaluate_FGD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/FGD/evaluate_FGD.py -------------------------------------------------------------------------------- /FGD/output/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /FGD/train_AE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/FGD/train_AE.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/README.md -------------------------------------------------------------------------------- /bvh2npy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/bvh2npy.py -------------------------------------------------------------------------------- /calc_cca.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/calc_cca.py -------------------------------------------------------------------------------- /calc_histogram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/calc_histogram.py -------------------------------------------------------------------------------- /calk_jerk_or_acceleration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/calk_jerk_or_acceleration.py -------------------------------------------------------------------------------- /cca.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/cca.py -------------------------------------------------------------------------------- /hellinger_distance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/hellinger_distance.py -------------------------------------------------------------------------------- /plot_hist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/genea-workshop/genea_numerical_evaluations/HEAD/plot_hist.py --------------------------------------------------------------------------------