Show HN: I made a computer vision addon for Blender
1–10 of 36 posts
Re: Show HN: I made a computer vision addon for Blender
#2> A Blender user-interface to generate synthetic ground truth data (benchmarks) for Computer Vision applications.
And it lets you make stereo images, depth maps, segmentation masks, surface normals and optical flow data from the rendered animation, and export it all in .npz numpy format. Quite interesting project.
Re: Show HN: I made a computer vision addon for Blender
#3Re: Show HN: I made a computer vision addon for Blender
#4Re: Show HN: I made a computer vision addon for Blender
#5Re: Show HN: I made a computer vision addon for Blender
#6Re: Show HN: I made a computer vision addon for Blender
#7Very cool! I've done something similar for improving an OCR system on crinkled paper[0]. Blender is a powerful and totally underutilized tool for this kind of work 0. https://www.arwmoffat.com/work/synthetic-training-data
Re: Show HN: I made a computer vision addon for Blender
#8Very cool! I've done something similar for improving an OCR system on crinkled paper[0]. Blender is a powerful and totally underutilized tool for this kind of work 0. https://www.arwmoffat.com/work/synthetic-training-data
Uou this is awesome! And it's very nicely presented in the website. I'm wondering how you mapped from the UV to the 3D model. I would like to add that feature to the addon.
TLDR: using a KD-tree, I find the face containing the UV coordinate. Then I transform the UV coordinate to barycentric coordinates within that containing face, then put that barycentric coordinate through the local -> world -> view -> perspective transform matrices
Re: Show HN: I made a computer vision addon for Blender
#9Very cool! I've done something similar for improving an OCR system on crinkled paper[0]. Blender is a powerful and totally underutilized tool for this kind of work 0. https://www.arwmoffat.com/work/synthetic-training-data
Re: Show HN: I made a computer vision addon for Blender
#10It’s an incredibly powerful tool, IMO one of the best large open source applications. I’ve learned some good ideas by reading the plug-in here, thank you!