Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 114 additions & 0 deletions components/detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```