florianblume / 6d-pat

6D - Pose Annotation Tool (6D-PAT) - is a tool that allows the user to load a set of images and also a set of 3D models and annotate where in the 2D image the 3D object ist placed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make model managers return values not pointers

florianblume opened this issue · comments

The memory overhead from returning values instead of pointers will be minimal since there do not exist many copies of the data throughout the program. Right now, many issues arise from returning shared pointers.

But before implementing this, write tests for the most crucial parts like the model managers.