From 4d0b141c65abd9354e793f90d6095295a54245e4 Mon Sep 17 00:00:00 2001 From: Bhavishya Pandit <50860603+bhav09@users.noreply.github.com> Date: Mon, 22 Mar 2021 14:26:13 +0530 Subject: [PATCH] Update README.md --- components/detection/README.md | 114 +++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) diff --git a/components/detection/README.md b/components/detection/README.md index 7b871402..2177049b 100644 --- a/components/detection/README.md +++ b/components/detection/README.md @@ -10,3 +10,117 @@ - `test`: folder consists of various testing components of the detection components. The detail of the description, installation, and configuration of each component can be found on the respective component folder. + +A directory tree to help you navigate can be found below. + +``` +├───activityRecognition +│ ├───dl_training +│ │ ├───experiments +│ │ │ ├───CAD-60 +│ │ │ │ ├───1 +│ │ │ │ │ └───HCN18 +│ │ │ │ │ └───checkpoint +│ │ │ │ ├───2 +│ │ │ │ │ └───HCN19 +│ │ │ │ │ └───checkpoint +│ │ │ │ ├───3 +│ │ │ │ │ └───HCN20 +│ │ │ │ │ └───checkpoint +│ │ │ │ └───4 +│ │ │ │ └───HCN19 +│ │ │ │ └───checkpoint +│ │ │ └───NTU-RGB-D-CS +│ │ │ └───HCN06 +│ │ │ └───checkpoint +│ │ ├───feeder +│ │ ├───model +│ │ ├───resource +│ │ │ └───NTU-RGB-D +│ │ └───utils +│ ├───etc +│ ├───src +│ │ ├───data +│ │ ├───model +│ │ └───utils +│ └───SVM_hand_crafted +│ ├───feature_extraction +│ ├───feeder +│ ├───models +│ └───support_operations +├───apriltagsComp +│ ├───etc +│ └───src +│ └───AprilTags +├───colorTraking +│ ├───etc +│ └───src +│ └───ColorDetection +├───emotionrecognition2 +│ ├───assets +│ ├───CNN +│ │ ├───checkpoints +│ │ └───data +│ │ ├───angry +│ │ ├───happy +│ │ ├───neutral +│ │ ├───sad +│ │ └───surprised +│ ├───etc +│ └───src +├───extrinsic_camera_calibration +│ ├───etc +│ └───src +├───faceidentification +│ ├───assets +│ │ └───src +│ ├───etc +│ └───src +├───handDetection +│ ├───etc +│ └───src +│ ├───images +│ │ ├───depth_images +│ │ ├───masks +│ │ └───output +│ └───libs +│ └───HandDetection +│ └───resources +├───handGesture +│ ├───assets +│ ├───etc +│ └───src +├───handKeypoint +│ ├───etc +│ └───src +├───objDetection +│ ├───etc +│ └───src +├───realsensehuman +│ ├───etc +│ └───src +├───realsense_camera +│ ├───etc +│ └───src +├───simplecamerargbd_realsense +│ ├───etc +│ └───src +└───test + ├───activityRecognitionClient + │ ├───etc + │ └───src + ├───emotionrecognitionclient + │ ├───etc + │ └───src + ├───faceidentificationclient + │ ├───assets + │ │ ├───save_model + │ │ └───src + │ ├───etc + │ └───src + └───handGestureClient + ├───assets + │ └───protos + ├───etc + └───src +```