While making ARKit object detection application, the scanned object(ARReferenceObject) is 5~20MB for detecting an object smoothly.
Is there a way to reduce this size?
Why is it needed?
I have more than 200 objects to detect. and if an object takes 5MB, then almost 1GB will be occupied only for my application, which seems not appropriate.