-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Model] Load SSD model #10
Comments
1. Run the pre-trained model with sample imagesThe trained model weights: PASCAL VOC models (07++12+COCO: SSD300) Notes on load functionsThere are two ways to load the trained model: |
@MijeongJeon Interestingly, the outputs of the two models are slightly different. The classes and the confidence levels are the same, but as you can see below, the coordinate of bounding boxes are not exactly the same. Quite not sure why this issue happens, let me dive into this later on. However, the image looks almost the same, I guess? 😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭 load_weights(‘only_weights.h5’)
load_model(‘whole_model.h5’)
|
Load SSD model
To-do list
The text was updated successfully, but these errors were encountered: