Hello, thank you for your code! I noticed that the OBJ file in your "simulateRoof" folder contains Vertex (v) and Face (f), just like this:
V 0 0 0 0
V 4.893364473009193 0 0
V 7.340046709513789 4.237777943602213 0
V 4.893364473009193 8.475555887204425 0
V 0 8.475555887204425 0
V -2.44668236504597 4.237777943602213 0
V 2.4466822365045964 4.237777943602213 3.157584722657741
F 1 2 7
F 2 3 7
F 3 4 7
F 4 5 7
F 5 6 7
F 6 1 7
If my training data OBJ file contains point elements (v) and line elements (l), just like this:
v 535251.8199996186 6580870.999999885 44.423899852905
V 535252.1199998093 6580879.400000458 44.40930009841919
V 535243.39000000 7 6580871.320000057 43.34209991455078
V 535243.690000108 6580879.699999695 43.3276999092102
V 535252.2799996567 6580883.750000839 46.978299865722654
V 535262.2600001526 6580883.38 48.243500003814695
V 535261.6299990845 6580866.599999999 48.254900226593016
V 535251.6800002289 6580866.979999994 46.99339986801147
L 1 2
L 1 3
L 2 4
L 4 3
L 5 6
L 6 7
L 7 8
L 8 5
Do I need to make changes to the network?
Hello, thank you for your code! I noticed that the OBJ file in your "simulateRoof" folder contains Vertex (v) and Face (f), just like this:
If my training data OBJ file contains point elements (v) and line elements (l), just like this:
Do I need to make changes to the network?