Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huangk77 authored Oct 21, 2024
1 parent 43a475b commit 445a3de
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@

Open access of simulation satellite segmentation and pose estimation dataset: WDICD

The WDICD will be release as soon as possible.
step1: download the 3d satellite model in NASA and install blender

step2: change the model path in the code

step3: create the environment follow pcn

step4: Run `blender -b -P render_rgbd_imagefuse.py [ShapeNet directory] [model list] [output directory] [num scans per model]` to render the depth images. The images will be stored in OpenEXR format.

step5. Run `python3 process_exr.py [model list] [intrinsics file] [output directory] [num scans per model]` to convert the `.exr` files into 16 bit PNG depth images and point clouds in the model's coordinate frame.

0 comments on commit 445a3de

Please sign in to comment.