Open bmoore20 opened 3 years ago
Talked to Professor Dumitriu over the weekend (3.21.21) and she said that her nor Professor Halfman have used my original program. Therefore, there is no available feedback about how to improve the user experience.
Thought: Adjust HABsdataset so that it can take in video as well as images? This would be beneficial for when we want to classify the HABs with our trained model and don't need labels for the images (mode=classify). We can just feed in the video and have it tell us what times or frames the HABs are. Would save us the step of having to use VLC Media Player to extract images from the videos since the current images we are getting are from video.
Figure out how to get the predictions array from PyTorch!
Execute the functionality of
HABs_Classify.py
(classifying/predicting images with trained model, sorting classified images into correct folders, and generating a report) fromoriginal
, but refactor it so that it fits into new organization of the repo.This step also might involve reaching out to Professor Halfman and Professor Dumitriu from HWS to ask for feedback on their user experience with the original program, and to see if they have any recommendations for changes or improvements to the functionality.