Capstone Paper – Enhancement of Food Images Via Machine Learning
https://drive.google.com/file/d/1oUf2SylDw4bAcP6wL0JicsZc83g2eAr_/view?usp=sharing
https://drive.google.com/file/d/1oUf2SylDw4bAcP6wL0JicsZc83g2eAr_/view?usp=sharing
https://drive.google.com/file/d/1L7LDISv-XJwR7ExGpQ5V7lwkCkKZpY8M/view?usp=sharing
I finished out some final kinks and have a fully functional version now.
This last week I tried to connect my C++ code with my Python code. I failed because I couldn’t convert from cv::Mat to Numpy Array. There were several problems with that. I will instead save the output of my C++ … Read More
I finished the first draft of the poster. While doing that, I needed to get the accuracies for my AI model and my image processing algorithm overall. My AI accuracy was around 90% for the testing set. However, I realized … Read More
I am having trouble with binding the C++ code to Python. Besides that pretty much everything is finished. This week was (is going to) spent on working on the poster.
I am struggling with linking my C++ code and Python code. The conversion from numpy array to cv2::Mat and back is the problem. There are libraries to help with that, but I fail at setting them up.
I parallelized some of the python code. I also rewrote the color processing code into C++. The C++ code for individually changing each pixel is 600 times faster. I read up on how to make images of food look better … Read More
I have started working on passing images to the ranking algorithm. I also have found some online food-photography courses I want to look at. Learning that will be helpful in knowing how to improve my images.
It was the first week, and we had out presentations. I also found an advisor. Everything is swell.
I have been working on my final proposal this week. I will post it after the deadline for the assignment.
This week I have worked on the presentation. That’s it.
After talking to Igor, I realized I could incorporate a food recommendation system to my food ordering app. After thinking some more, I realized the food recommender might actually be more interesting than the food ordering system.