Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
obj2rgbd
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Elphel
obj2rgbd
Commits
c5288279
Commit
c5288279
authored
Feb 27, 2020
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated
parent
d2590333
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
README.md
README.md
+5
-1
No files found.
README.md
View file @
c5288279
...
@@ -36,6 +36,7 @@ If it fails this [link](https://stackoverflow.com/questions/45601949/install-ope
...
@@ -36,6 +36,7 @@ If it fails this [link](https://stackoverflow.com/questions/45601949/install-ope
## obj2rgbd.py
## obj2rgbd.py
```
~$ python3 obj2rgbd.py [input_folder [depth_map_resolution]]```:
```
~$ python3 obj2rgbd.py [input_folder [depth_map_resolution]]```:
*input_folder* - folder with subfolders with *.obj files, default value - **input**
*input_folder* - folder with subfolders with *.obj files, default value - **input**
*depth_map_resolution* - units in the depth 16-bit *.png file, default value - **0.1**, which is 10cm allowing for **0-6553.5 m** range
*depth_map_resolution* - units in the depth 16-bit *.png file, default value - **0.1**, which is 10cm allowing for **0-6553.5 m** range
...
@@ -53,6 +54,7 @@ Example:
...
@@ -53,6 +54,7 @@ Example:
## open3d_test.py
## open3d_test.py
```
~$ python3 open3d_test.py
[
path-to-image-file [path-to-depth-file
]
]
```:
```
~$ python3 open3d_test.py
[
path-to-image-file [path-to-depth-file
]
]
```:
*path-to-image-file* - jpeg, defaults to **output/test_cube-image.jpeg**
*path-to-image-file* - jpeg, defaults to **output/test_cube-image.jpeg**
*path-to-depth-file* - 16-bit png, defaults to **output/test_cube-depth-10cm.png**
*path-to-depth-file* - 16-bit png, defaults to **output/test_cube-depth-10cm.png**
...
@@ -67,7 +69,9 @@ Example:
...
@@ -67,7 +69,9 @@ Example:
## blender_generate_image_and_depth.py
## blender_generate_image_and_depth.py
Can be run standalone:
Can be run standalone:
```
blender -b -P blender_generate_image_and_depth.py -- path1/model1.obj,path2/model2.obj
```
```
~$ blender -b -P blender_generate_image_and_depth.py -- path1/model1.obj,path2/model2.obj
```
# Notes
# Notes
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment