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 allowed)to predict the location of wound areaor the 4values: x,y,xwidth, ywidth from the animal model image:
*Implement a Python program (trainer)that can be used to import historical data from image files, prepare the data and train ML models to predict 4location-related values. Then the program will save the trained models.
*Implement another Python program (tester)that 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!