Results 4 comments of Yuki BAN

I also tried to run SSD.py file, however I failed to run the same code : model.load_weights('weights_SSD300.hdf5', by_name=True) It gives error: ValueError: Dimension 0 in both shapes must be equal,...

It was my mistake of setting up of `.keras/keras.json`, thank you.

hi @anmolkalia, Maybe your `keras.json` is like this ``` { "image_dim_ordering": "th", "epsilon": 1e-07, "floatx": "float32", "backend": "tensorflow" } ``` If it's that, you should alter `mage_dim_ordering` to `tf`. Data's...

In my case, this problem is solved by changing import file path like ``` #import "AppAuth/AppAuth.h" ```