Skip to content

Commit

Permalink
feat: ✨ torch crop orientation chkpt + rename other model (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
odulcy-mindee authored Apr 23, 2024
1 parent f21ac32 commit bcd5214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doctr/models/classification/mobilenet/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"std": (0.299, 0.296, 0.301),
"input_shape": (3, 256, 256),
"classes": [0, -90, 180, 90],
"url": "https://doctr-static.mindee.com/models?id=v0.8.1/mobilenet_v3_small_orientation-97a3028f.pt&src=0",
"url": "https://doctr-static.mindee.com/models?id=v0.8.1/mobilenet_v3_small_crop_orientation-97a3028f.pt&src=0",
},
"mobilenet_v3_small_page_orientation": {
"mean": (0.694, 0.695, 0.693),
"std": (0.299, 0.296, 0.301),
"input_shape": (3, 512, 512),
"classes": [0, -90, 180, 90],
"url": None,
"url": "https://doctr-static.mindee.com/models?id=v0.8.1/mobilenet_v3_small_page_orientation-1409045c.pt&src=0",
},
}

Expand Down

0 comments on commit bcd5214

Please sign in to comment.