diff --git a/model/geoai_classification_parcelshape/README.md b/model/geoai_classification_parcelshape/README.md index 4efe5ed..31d4a83 100644 --- a/model/geoai_classification_parcelshape/README.md +++ b/model/geoai_classification_parcelshape/README.md @@ -36,8 +36,8 @@ ____ ### Model Architecture
The model is based on ResNet-18 with a little adjustments/customizations on its layers to our needs hence we call it "Custom ResNet-18. The adjustments were performed to address the issue where the model were having a hard time to recognize the image patterns since the image just a plain white/black, so there's no pattern to be recognized directly unlike standard RGB camera images. Here's the original ResNet-18 architecture according to Ramzan., et al (2019) :
-- +
+
____