hello authors,
i need help to use blenderproc to generate synthteic data from a video clip. i want to use the blenders camera tracking feature to replace a traffic sign board in a video, with my 3d traffic sign model and then generate generate training data. i think this is a good idea compared to procedurally modeling the traffic environment (lighting, shadows, roads and trees). Is this possbile?
thank you
Hey @soans1994
camera tracking is not supported by blender proc and this will probably also not change in the near future, as tracker placement and orientating the 3D object relative to the video is very hard to automate.
What are you trying to achieve in the end? If you want to generate training data for traffic sign detection, you might start with rendering your traffic signs on alpha background and then placing the render results on random backgrounds.
@cornerfarmer
thank you for reply, as that is what i want.
@cornerfarmer
thank you very much for your kind response.
@cornerfarmer
hello, can i use obj format? the ply format doesnt save my model textures:(
@soans1994 Hi,
Yes, just make sure your .mtl file is of the right format. More info in this post.
@ideas-man Thank you I will check it out
Most helpful comment
@soans1994 Hi,
Yes, just make sure your
.mtlfile is of the right format. More info in this post.