Skip to content

Commit

Permalink
Remove unused options
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelLorenzo committed Dec 18, 2024
1 parent 68b593a commit db4a758
Show file tree
Hide file tree
Showing 4 changed files with 582 additions and 492 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,24 @@ sh launch.sh
## ROS Interface
Input / output topics and format

Input topics :
- `[namespace]/rgb` : `Ìmage` message (`bgr8` format)
- `[namespace]/depth` : `Image` message (`mono16` format)
- `[namespace]/pcl` : `PointCloud2` message (`.data` buffer is expected to contain 3 or 6 fields of `float32` such that it can be reshaped to a numpy array of size `[image_height, image_width, n_fields]` that offers pixel correspondance with the `rgb` and `depth` image)

Output topics :
- `[namespace]/human` : `TransformStamped` message with detected human position

Output tf :
- `TransformStamped` with child frame id `[namespace]/human`

## Options
Flags to run with options

See `python rgbd_detect_3d_dir.py -h`

Use `export VERBOSE=0` to set minimal verbosity (warnings, debug, errors and success). Level 1 adds info and 2 adds timing info.

## Acknowledgments
MMDet, MMPose, 6DRepNet...

Expand Down
Loading

0 comments on commit db4a758

Please sign in to comment.