fcrescio commited on
Commit
234b591
·
verified ·
1 Parent(s): 0abe916

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -82,6 +82,9 @@ print(f"Image Orientation: {result}")
82
  ## Training
83
  The model was trained using standard binary cross-entropy loss and an Adam optimizer. It was trained on grayscale images resized to 128x128 pixels.
84
 
 
 
 
85
  ## Model Performance
86
  The model performs well in scenarios where images need to be automatically detected for correct orientation. However, the performance can vary based on the image quality, input resolution, and types of rotations present in the dataset.
87
 
 
82
  ## Training
83
  The model was trained using standard binary cross-entropy loss and an Adam optimizer. It was trained on grayscale images resized to 128x128 pixels.
84
 
85
+ ## GitHub Repository
86
+ Training scripts and evaluation scripts are available at https://github.com/fcrescio/rotdet
87
+
88
  ## Model Performance
89
  The model performs well in scenarios where images need to be automatically detected for correct orientation. However, the performance can vary based on the image quality, input resolution, and types of rotations present in the dataset.
90