diff --git a/README.md b/README.md index 005e36dff..5d4a5fff4 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ PAZ is used in the following examples (links to **real-time demos** and training |---------------------------|--------------------------| -----------------------| || | | -|[Semantic segmentation](https://github.com/oarriaga/paz/tree/master/examples/semantic_segmentation) | [Hand pose estimation](https://github.com/oarriaga/paz/tree/master/examples/minimal_hand) | [Human pose estimation](https://github.com/oarriaga/paz/tree/master/examples/human_pose_estimation_2D) | +|[Semantic segmentation](https://github.com/oarriaga/paz/tree/master/examples/semantic_segmentation) | [Hand pose estimation](https://github.com/oarriaga/paz/tree/master/examples/hand_pose_estimation) | [Human pose estimation](https://github.com/oarriaga/paz/tree/master/examples/human_pose_estimation_2D) | |---------------------------|-----------------------|-----------------| | | | | -| [3D keypoint discovery](https://github.com/oarriaga/paz/tree/master/examples/discovery_of_latent_keypoints) | [Hand closure detection](https://github.com/oarriaga/paz/tree/master/examples/minimal_hand) | [6D pose estimation](https://github.com/oarriaga/paz/tree/master/examples/pix2pose) | +| [3D keypoint discovery](https://github.com/oarriaga/paz/tree/master/examples/discovery_of_latent_keypoints) | [Hand closure detection](https://github.com/oarriaga/paz/tree/master/examples/hand_pose_estimation) | [6D pose estimation](https://github.com/oarriaga/paz/tree/master/examples/pix2pose) | |---------------------------|-----------------------| --------------------------| | | | | diff --git a/examples/minimal_hand/README.md b/examples/hand_pose_estimation/README.md similarity index 100% rename from examples/minimal_hand/README.md rename to examples/hand_pose_estimation/README.md diff --git a/examples/minimal_hand/demo.py b/examples/hand_pose_estimation/demo.py similarity index 100% rename from examples/minimal_hand/demo.py rename to examples/hand_pose_estimation/demo.py diff --git a/examples/minimal_hand/demo3D.py b/examples/hand_pose_estimation/demo3D.py similarity index 100% rename from examples/minimal_hand/demo3D.py rename to examples/hand_pose_estimation/demo3D.py diff --git a/examples/minimal_hand/demo_image.py b/examples/hand_pose_estimation/demo_image.py similarity index 100% rename from examples/minimal_hand/demo_image.py rename to examples/hand_pose_estimation/demo_image.py diff --git a/examples/minimal_hand/hand_tracking.py b/examples/hand_pose_estimation/hand_tracking.py similarity index 100% rename from examples/minimal_hand/hand_tracking.py rename to examples/hand_pose_estimation/hand_tracking.py diff --git a/examples/minimal_hand/is_open_demo.py b/examples/hand_pose_estimation/is_open_demo.py similarity index 100% rename from examples/minimal_hand/is_open_demo.py rename to examples/hand_pose_estimation/is_open_demo.py