Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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

Comments

@acciohyun
Copy link
Collaborator

목표 / 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.

acciohyun pushed a commit to acciohyun/2024-NC2-M23-MachineLearning that referenced this issue Jun 19, 2024
…to data model that can be accessed via arrays
acciohyun pushed a commit to acciohyun/2024-NC2-M23-MachineLearning that referenced this issue Jun 19, 2024
…ges and calculate results for all of them
acciohyun added a commit that referenced this issue Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant