├── LICENSE ├── README.md ├── annotations.png ├── annotations ├── F_3D_N │ ├── F1001_N.lnd │ ├── F1002_N.lnd │ ├── F1003_N.lnd │ ├── F1004_N.lnd │ ├── F1005_N.lnd │ ├── F1006_N.lnd │ ├── F1007_N.lnd │ ├── F1008_N.lnd │ ├── F1009_N.lnd │ ├── F1010_N.lnd │ ├── F1013_NH_2.lnd │ ├── F1031_2_N.lnd │ ├── F1046b_N.lnd │ ├── F1055b_N.lnd │ ├── F1060_N.lnd │ ├── F1061_N.lnd │ ├── F1062_N.lnd │ ├── F1063_N.lnd │ ├── F1064_N.lnd │ ├── F1065_N.lnd │ ├── F1066_N.lnd │ ├── F1067_N.lnd │ ├── F1068_N.lnd │ ├── F1069_N.lnd │ ├── F1071_N.lnd │ ├── F1072_N.lnd │ ├── F1073_N.lnd │ ├── f1004b_N.lnd │ ├── f1011_N.lnd │ ├── f1012_N.lnd │ ├── f1013_N.lnd │ ├── f1014_N.lnd │ ├── f1015_N.lnd │ ├── f1016_N.lnd │ ├── f1017_N.lnd │ ├── f1019_N.lnd │ ├── f1020_N.lnd │ ├── f1021_N.lnd │ ├── f1022_N.lnd │ ├── f1023_N.lnd │ ├── f1024_N.lnd │ ├── f1025_N.lnd │ ├── f1026_N.lnd │ ├── f1027_N.lnd │ ├── f1028_N.lnd │ ├── f1029_N.lnd │ ├── f1030_N.lnd │ ├── f1031_N.lnd │ ├── f1032_N.lnd │ ├── f1034_N.lnd │ ├── f1035_N.lnd │ ├── f1036_N.lnd │ ├── f1037_N.lnd │ ├── f1038_N.lnd │ ├── f1039_N.lnd │ ├── f1040_N.lnd │ ├── f1041_N.lnd │ ├── f1042_N.lnd │ ├── f1043_N.lnd │ ├── f1045_N.lnd │ ├── f1046_N.lnd │ ├── f1047_N.lnd │ ├── f1048_N.lnd │ ├── f1049_N.lnd │ ├── f1050_N.lnd │ ├── f1051_N.lnd │ ├── f1052_N.lnd │ ├── f1053_N.lnd │ ├── f1054_N.lnd │ ├── f1055_N.lnd │ ├── f1056_N.lnd │ ├── f1057_N.lnd │ ├── f1058_N.lnd │ ├── f1059_N.lnd │ └── f1074_N.lnd └── M_3D_N │ ├── M1000_N.lnd │ ├── M1000_NH.lnd │ ├── M1002_N.lnd │ ├── M1005_N.lnd │ ├── M1006_2_N.lnd │ ├── M1008_N.lnd │ ├── M1009_N.lnd │ ├── M1011B_N.lnd │ ├── M1051_N.lnd │ ├── M1056_N.lnd │ ├── m1000b_N.lnd │ ├── m1000b_NH.lnd │ ├── m1001_N.lnd │ ├── m1003_N.lnd │ ├── m1004_N.lnd │ ├── m1006_N.lnd │ ├── m1007_N.lnd │ ├── m1010_N.lnd │ ├── m1011_N.lnd │ ├── m1012_N.lnd │ ├── m1013_N.lnd │ ├── m1014_N.lnd │ ├── m1015_N.lnd │ ├── m1016_N.lnd │ ├── m1017_N.lnd │ ├── m1018_N.lnd │ ├── m1019_N.lnd │ ├── m1020_N.lnd │ ├── m1021_N.lnd │ ├── m1022_N.lnd │ ├── m1023_N.lnd │ ├── m1024_N.lnd │ ├── m1025_N.lnd │ ├── m1026_N.lnd │ ├── m1027_N.lnd │ ├── m1028_N.lnd │ ├── m1028_NH.lnd │ ├── m1029_N.lnd │ ├── m1030_N.lnd │ ├── m1031_N.lnd │ ├── m1032_N.lnd │ ├── m1033_N.lnd │ ├── m1034_N.lnd │ ├── m1035_N.lnd │ ├── m1036_N.lnd │ ├── m1037_N.lnd │ ├── m1038_N.lnd │ ├── m1039_N.lnd │ ├── m1040_N.lnd │ ├── m1041_N.lnd │ ├── m1042_N.lnd │ ├── m1043_N.lnd │ ├── m1044_N.lnd │ ├── m1044_NH.lnd │ ├── m1045_N.lnd │ ├── m1046_N.lnd │ ├── m1046_NH.lnd │ ├── m1047_N.lnd │ ├── m1047_NH.lnd │ ├── m1048_N.lnd │ ├── m1049_N.lnd │ ├── m1050_N.lnd │ ├── m1052_N.lnd │ ├── m1053_N.lnd │ ├── m1054_N.lnd │ ├── m1055_N.lnd │ ├── m1057_N.lnd │ ├── m1058_N.lnd │ ├── m1059_N.lnd │ ├── m1060_N.lnd │ ├── m1062_N.lnd │ └── m1063_N.lnd ├── compute_vertices_to_mesh_distances.py ├── face_area.png └── run_example.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/README.md -------------------------------------------------------------------------------- /annotations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations.png -------------------------------------------------------------------------------- /annotations/F_3D_N/F1001_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1001_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1002_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1002_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1003_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1003_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1004_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1004_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1005_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1005_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1006_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1006_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1007_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1007_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1008_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1008_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1009_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1009_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1010_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1010_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1013_NH_2.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1013_NH_2.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1031_2_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1031_2_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1046b_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1046b_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1055b_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1055b_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1060_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1060_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1061_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1061_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1062_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1062_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1063_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1063_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1064_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1064_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1065_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1065_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1066_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1066_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1067_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1067_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1068_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1068_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1069_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1069_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1071_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1071_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1072_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1072_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/F1073_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/F1073_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1004b_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1004b_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1011_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1011_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1012_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1012_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1013_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1013_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1014_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1014_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1015_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1015_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1016_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1016_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1017_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1017_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1019_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1019_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1020_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1020_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1021_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1021_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1022_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1022_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1023_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1023_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1024_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1024_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1025_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1025_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1026_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1026_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1027_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1027_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1028_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1028_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1029_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1029_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1030_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1030_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1031_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1031_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1032_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1032_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1034_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1034_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1035_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1035_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1036_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1036_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1037_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1037_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1038_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1038_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1039_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1039_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1040_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1040_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1041_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1041_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1042_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1042_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1043_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1043_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1045_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1045_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1046_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1046_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1047_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1047_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1048_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1048_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1049_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1049_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1050_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1050_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1051_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1051_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1052_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1052_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1053_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1053_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1054_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1054_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1055_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1055_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1056_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1056_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1057_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1057_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1058_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1058_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1059_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1059_N.lnd -------------------------------------------------------------------------------- /annotations/F_3D_N/f1074_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/F_3D_N/f1074_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/M1000_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/M1000_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/M1000_NH.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/M1000_NH.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/M1002_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/M1002_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/M1005_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/M1005_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/M1006_2_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/M1006_2_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/M1008_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/M1008_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/M1009_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/M1009_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/M1011B_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/M1011B_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/M1051_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/M1051_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/M1056_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/M1056_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1000b_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1000b_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1000b_NH.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1000b_NH.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1001_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1001_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1003_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1003_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1004_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1004_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1006_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1006_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1007_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1007_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1010_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1010_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1011_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1011_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1012_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1012_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1013_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1013_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1014_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1014_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1015_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1015_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1016_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1016_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1017_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1017_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1018_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1018_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1019_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1019_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1020_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1020_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1021_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1021_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1022_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1022_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1023_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1023_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1024_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1024_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1025_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1025_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1026_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1026_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1027_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1027_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1028_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1028_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1028_NH.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1028_NH.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1029_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1029_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1030_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1030_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1031_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1031_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1032_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1032_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1033_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1033_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1034_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1034_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1035_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1035_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1036_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1036_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1037_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1037_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1038_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1038_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1039_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1039_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1040_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1040_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1041_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1041_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1042_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1042_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1043_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1043_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1044_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1044_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1044_NH.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1044_NH.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1045_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1045_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1046_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1046_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1046_NH.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1046_NH.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1047_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1047_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1047_NH.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1047_NH.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1048_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1048_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1049_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1049_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1050_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1050_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1052_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1052_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1053_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1053_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1054_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1054_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1055_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1055_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1057_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1057_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1058_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1058_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1059_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1059_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1060_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1060_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1062_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1062_N.lnd -------------------------------------------------------------------------------- /annotations/M_3D_N/m1063_N.lnd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/annotations/M_3D_N/m1063_N.lnd -------------------------------------------------------------------------------- /compute_vertices_to_mesh_distances.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/compute_vertices_to_mesh_distances.py -------------------------------------------------------------------------------- /face_area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/face_area.png -------------------------------------------------------------------------------- /run_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/patrikhuber/fg2018-competition/HEAD/run_example.py --------------------------------------------------------------------------------