SJSUFall2019-CMPE272 / PlantDiseaseDetector

0 stars 0 forks source link

Technical Viability of the solution #4

Closed ronakshah2895 closed 4 years ago

ronakshah2895 commented 4 years ago

In the abstract you have mentioned that farmers can train their own model, but I don’t see how it would be implemented from the description or the diagram, how the data obtained from the farmer is trained in IBM virtual recognition. It is unclear how the data will flow from the farmers all the way to IBM virtual recognition to train the model. Also note even if we assume that farmers do send the data, it most likely will have to be converted to labelled datasets before feeding it to the AI.

raz4 commented 4 years ago

A default model will be trained and used by default. The training dataset is stored on IBM Object Storage and fed into the IBM Visual Recognition for training. It is also possible to improve the model incrementally by images uploaded by farmers whether labelled or unlabelled. However, obtaining correctly labelled images from farmers will be a challenge, and a solution has yet to be developed.

Thank you for the feedback.