Leandro4002 commited on
Commit
5e57604
·
unverified ·
1 Parent(s): cee6ce5

fix file structure

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -16,6 +16,7 @@ Each image is labelled with 2 points named "from" and "to" that draw a line in t
16
  Each image has random variations of camera angles, line path, light placement and furnitures.
17
 
18
  File structure:
 
19
  |
20
  |
21
  |---render
@@ -33,7 +34,7 @@ File structure:
33
  the points 'from' and 'to'. The position is an array with
34
  2 values, the first is x and the second is y. The unit is a pixel.
35
  The position of the object in the array correspond to the name of the image"
36
-
37
 
38
  Made in Blender 4.0.2 by Leandro SARAIVA MAIA
39
  20 March 2024
 
16
  Each image has random variations of camera angles, line path, light placement and furnitures.
17
 
18
  File structure:
19
+ ```
20
  |
21
  |
22
  |---render
 
34
  the points 'from' and 'to'. The position is an array with
35
  2 values, the first is x and the second is y. The unit is a pixel.
36
  The position of the object in the array correspond to the name of the image"
37
+ ```
38
 
39
  Made in Blender 4.0.2 by Leandro SARAIVA MAIA
40
  20 March 2024