Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the fix was to update the onItemSelectedListener for spinnerModel. Instead of setting objectDetectorHelper.currentDelegate, we now directly set objectDetectorHelper.currentModel = p2. This ensures that when a new model is selected, the objectDetectorHelper actually uses the correct model for predictions, resolving the issue where results weren't updating.
- Loading branch information