Assesment
Assesment
● DataSet - Real-life-industrial-dataset-of-casting-products
● Preprocessing of Data
To prepare our data, we first resize the input images to the required
dimensions of (224 x 224 x 3) to match the input size for VGG16. Since the
images are already in RGB format with three channels, no additional channel
adjustments are necessary.
● Model Evaluation
To evaluate our model's performance, we plot both loss and accuracy over
epochs, providing a visual understanding of how well the model is learning
and whether it's experiencing overfitting or underfitting. Additionally, we
generate a classification report, which includes metrics like precision, recall,
and F1-score for each class.