Commit 89d4a4b0 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

minor

parent 63c75b69
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -48,6 +48,7 @@ What it does:
4. After Blender is done for all models *obj2rgbd.py* then generates 16-bit *.png depth images with a given resolution from *.exr files. Results are also in the **output/**
4. After Blender is done for all models *obj2rgbd.py* then generates 16-bit *.png depth images with a given resolution from *.exr files. Results are also in the **output/**


Example:
Example:
1. 10cm depth resolution
```
```
~$ python3 obj2rgbd.py input 0.1
~$ python3 obj2rgbd.py input 0.1
```
```