├── README.md ├── assets ├── checker_texture.png ├── checker_texture.xcf └── checker_texture_small.png ├── global_calculation.py ├── imgs ├── image_sample1.png ├── image_sample1_sideview.png ├── image_sample2.png ├── image_sample2_seg.png ├── img_sample_vis1.png ├── img_sample_vis2.png └── img_sample_vis3.png ├── pose_visualization.py ├── samples └── ego3dhands │ └── 00000 │ ├── color.png │ ├── color_new.png │ ├── depth.png │ ├── gt_seg.png │ ├── location_2d.npy │ ├── location_3d_canonical.npy │ └── location_3d_global.npy └── visualize_3d_pose.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/README.md -------------------------------------------------------------------------------- /assets/checker_texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/assets/checker_texture.png -------------------------------------------------------------------------------- /assets/checker_texture.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/assets/checker_texture.xcf -------------------------------------------------------------------------------- /assets/checker_texture_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/assets/checker_texture_small.png -------------------------------------------------------------------------------- /global_calculation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/global_calculation.py -------------------------------------------------------------------------------- /imgs/image_sample1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/imgs/image_sample1.png -------------------------------------------------------------------------------- /imgs/image_sample1_sideview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/imgs/image_sample1_sideview.png -------------------------------------------------------------------------------- /imgs/image_sample2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/imgs/image_sample2.png -------------------------------------------------------------------------------- /imgs/image_sample2_seg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/imgs/image_sample2_seg.png -------------------------------------------------------------------------------- /imgs/img_sample_vis1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/imgs/img_sample_vis1.png -------------------------------------------------------------------------------- /imgs/img_sample_vis2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/imgs/img_sample_vis2.png -------------------------------------------------------------------------------- /imgs/img_sample_vis3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/imgs/img_sample_vis3.png -------------------------------------------------------------------------------- /pose_visualization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/pose_visualization.py -------------------------------------------------------------------------------- /samples/ego3dhands/00000/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/samples/ego3dhands/00000/color.png -------------------------------------------------------------------------------- /samples/ego3dhands/00000/color_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/samples/ego3dhands/00000/color_new.png -------------------------------------------------------------------------------- /samples/ego3dhands/00000/depth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/samples/ego3dhands/00000/depth.png -------------------------------------------------------------------------------- /samples/ego3dhands/00000/gt_seg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/samples/ego3dhands/00000/gt_seg.png -------------------------------------------------------------------------------- /samples/ego3dhands/00000/location_2d.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/samples/ego3dhands/00000/location_2d.npy -------------------------------------------------------------------------------- /samples/ego3dhands/00000/location_3d_canonical.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/samples/ego3dhands/00000/location_3d_canonical.npy -------------------------------------------------------------------------------- /samples/ego3dhands/00000/location_3d_global.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/samples/ego3dhands/00000/location_3d_global.npy -------------------------------------------------------------------------------- /visualize_3d_pose.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AlextheEngineer/Ego3DHands/HEAD/visualize_3d_pose.py --------------------------------------------------------------------------------