see-- / keras-centernet

A Keras implementation of CenterNet with pre-trained model (unofficial)
MIT License
337 stars 84 forks source link

Data Format Convention used by the HourglassNetwork #14

Closed RACHANAMOVVA09 closed 5 years ago

RACHANAMOVVA09 commented 5 years ago

There is a link which is being mentioned: ~/.keras/keras.json. I'm unable to access this link and this is mentioned in the hourglass.py file(under def HourglassNetwork; Note that the data format convention used by the model is the one specified in your Keras config at ~/.keras/keras.json.). How do I find the data format for the HourglassNetwork architecture?

see-- commented 5 years ago

It doesn't depend on this repo. It's the same as your keras setting.