You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Feat] 결과 데이터 모델 설계하고 CameraViewModel 와 ResultListViewModel에 연동시키기 (Create Model Data for the results and integrate it into CameraViewModel and ResultListViewModel)
#11
Open
acciohyun opened this issue
Jun 18, 2024
· 0 comments
To show the result with the corresponding photo, there needs to be a data model that stores them and their relationship.
접근 방식 / Expected Approach
새로운 struct를 만들어서, image 와 결과도 넣는.
Create a new struct containing the image and the corresponding model results. It should also be able to compared which is bigger and smaller based on the chosen expression. It should be able to be retrieved as a list on the ResultListView.
The text was updated successfully, but these errors were encountered:
acciohyun
pushed a commit
to acciohyun/2024-NC2-M23-MachineLearning
that referenced
this issue
Jun 19, 2024
목표 / Goal
결과 페이지에 필요한 정보들이 들어갈 수 있도록
To show the result with the corresponding photo, there needs to be a data model that stores them and their relationship.
접근 방식 / Expected Approach
새로운 struct를 만들어서, image 와 결과도 넣는.
Create a new struct containing the image and the corresponding model results. It should also be able to compared which is bigger and smaller based on the chosen expression. It should be able to be retrieved as a list on the ResultListView.
The text was updated successfully, but these errors were encountered: