Skip to content

Commit

Permalink
update code structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sethzhao506 committed Aug 29, 2022
1 parent 1ded736 commit e5bbc23
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@ then install all necessary packages:
pip install -r requirements.txt
```

## Code Structure
* **calculate_extrinsic**: extrinsic information
* **cameras**: camera information
* **data_capturing**: helper package for data capturing
* **data_processing**: helper package for data processing
* **demos**: demo videos
* **doc**: demo images
* **extrinsics_scenes**: folder to save all extrinsic scenes
* **iphone_app**: iPhone app development for capturing RGBD images for iPhone 12 Pro camera
* **manual_pose_annotation**: helper package for pose annotation
* **models**: baseline deep learning 6D pose estimation algorithms
* **objects**: object models that we use in DTTD (with corresponding scale and texture)
* **pose_refinement**: helper package for pose refinement
* **quality_control**: helper package for reviewing manual annotations
* **scene_labeling_generation**: helper package for generating labels
* **scenes**: folder to save all recorded RGBD data
* **synthetic_data_generation**: helper package for generating synthetic data
* **testing**: package to test aruco marker's appearance, extrinsic's validity, etc.
* **toolbox**: package to generate data for model training
* **tools**: commands for running the pipelines. Details in **tools/README.md**.
* **utils**: utils package

## Dataset Structure

Expand Down

0 comments on commit e5bbc23

Please sign in to comment.