Model switcher

Added model selector to swap between several different models on the fly.
This commit is contained in:
FrogAi
2024-01-12 22:39:30 -07:00
parent 46b0b80f47
commit ae99774cf3
14 changed files with 111 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ private:
QPushButton* update_notif;
// FrogPilot variables
QString modelName;
};
class HomeWindow : public QWidget {