Question: given a folder, including images, and csvfile that show real condition. use python design two types of machine learning models ( KNN is not allowed
given a folder, including images, and csvfile that show real condition. use python design two types of machine learning models KNNis not allowedto predict the location of wound areaor the values: xyxwidth ywidth from the animal model image:
Implement a Python program trainerthat can be used to import historical data from image files, prepare the data and train ML models to predict locationrelated values. Then the program will save the trained models.
Implement another Python program testerthat can be used to import the test data from a folder and use the saved ML model to predict wound location from images in the folder. Demonstrate the performance of these models on the test data in this program. This means we have ground truth of test images in a csv file for your reference
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
