Lab

RCVS Blender Add-on

We created a plugin that allows you to find objects similar to the selected one in the library – a kind of Shazam for 3D models in Blender!
Initially descriptors (numbered lists which are structured according to the object’s form as a result of ray shooting) for all the models in the repository are counted. At the moment of searching, a descriptor for the object is counted and compared to the descriptors from the repository – such objects have similar descriptors, no matter what polygon mesh, scale, and rotation they have.
The algorithms are implemented in Python 3 and Rust programming languages.

In the demonstration we used dataset ShapeNetCore.v2

The articles about the plugin:

Team

  • Roman Chumak
  • Alexander Kruchkov
  • Vadim Kondaratsev
Experiments