gitextract_b8gevuvl/ ├── README.md ├── _config.yml ├── data/ │ └── readme.txt ├── egohands+.md ├── license.txt ├── matlab_scripts/ │ ├── getObjectForHand.m │ ├── load_generate_gt_imgs2.m │ ├── load_generate_gt_imgs_hands_objects2.m │ ├── load_generate_gt_imgs_objects_only.m │ └── reshapeAreaCoords.m └── refinenet_files/ ├── computeAccuracyEYTH.m ├── computeAccuracyEgoHands.m ├── computeAccuracyGTEA.m ├── computeAccuracyHoF.m ├── demo_refinenet_test_example_egohands.m ├── demo_refinenet_test_example_eyth.m ├── demo_refinenet_test_example_gtea.m ├── demo_refinenet_test_example_hof.m ├── gen_class_info_ego.m ├── gen_class_info_gtea.m ├── getIOU.m ├── multiscale_evaluation.m ├── my_gen_ds_info_egohands.m ├── my_gen_ds_info_eyth.m ├── my_gen_ds_info_gtea.m └── my_gen_ds_info_hof.m