Minimum confidence wasn't used when parsing outputs, by default the threshold when parsing was 0.25 hard-coded. Now, the MINIMUM_CONFIDENCE value filters out any detected objects with confidence underneath its value - this filters out noise
-Made necessary variables on Detector.cs public
-If the added XR/AR Simulation files cause an error let me know and remove them please
-I have noticed an issue where early spotted object bounding boxes don't get cleared when the object is out of view so early detections get anchors placed for them
Fixed minimum confidence
-Made necessary variables on Detector.cs public
-If the added XR/AR Simulation files cause an error let me know and remove them please
-I have noticed an issue where early spotted object bounding boxes don't get cleared when the object is out of view so early detections get anchors placed for them