File tree 2 files changed +32
-0
lines changed
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1
1
# SyntheT-Less
2
2
Official repository for the SyntheT-Less dataset
3
+
4
+ ![ alt_text] ( animated_samples.gif )
5
+
6
+ # Data Generation code
7
+
8
+ * Code coming soon*
9
+
10
+ Make sure you have installed the following requirements:
11
+
12
+ - [ Blender] ( https://www.blender.org/download/Blender2.80/blender-2.80-linux-glibc217-x86_64.tar.bz2/ )
13
+ - OpenCV
14
+ - OpenEXR
15
+ - imageio
16
+
17
+ ```
18
+ python3 call_blender_multi.py --blender_path BLENDER_PATH \
19
+ --dtd-rootdir DTD_PATH \
20
+ --models_path CAD_PATH \
21
+ --cpus NUM_CPUS --size DATASET_SIZE --cuda CUDA_DEVICE
22
+ ```
23
+
24
+ # Citation
25
+ If you use our data generation code or already generated data, please our paper:
26
+
27
+ ```
28
+ @article{pitteri2019threedv,
29
+ Title = {On Object Symmetries and 6D Pose Estimation from Images},
30
+ Author = {G. Pitteri and M. Ramamonjisoa and S. Ilic and V. Lepetit},
31
+ Journal = {International Conference on 3D Vision},
32
+ Year = {2019}
33
+ }
34
+ ```
You can’t perform that action at this time.
0 commit comments